/* images containers */

#imScrollContainerWrap { margin-left: 10px; margin-top: 10px; height: 53px; position: relative; }
#imScrollContainerMain { float: left; background: #e7ebea; padding: 0px 2px; position: absolute; left: 12px; }
#imScrollContainerImagesScroll { position: relative; height: 53px; overflow: hidden; }
#imScrollContainerImages { position: absolute; top: 0px; left: 0px; }

/* Left-right arrows */
#imScrollArrowLeft { display: none; float: left; cursor: pointer; margin-right: 1px; position: absolute; left: 0px;}
#imScrollArrowRight { display: none; float: left; cursor: pointer; margin-left: 1px; position: absolute; left: 220px;}

/* left/right arrows */
.imScrollHref span { cursor: pointer; display: block; border: solid #c4d6ee 1px; margin: 0px 2px; }
.imScrollHref { width: 62px; border-top: solid #e7ebea 4px; border-bottom: solid #e7ebea 4px; }

/* the forward and backward buttons */

.fwdLink { display:block; position:absolute; cursor:pointer; width:12px; height:53px; top:0px; right:0px; background:url(/_img/tp_images_slider/left.gif) no-repeat; }
.bwdLink { display:block; position:absolute; cursor:pointer; width:12px; height:53px; top:0px; left:0px; background:url(/_img/tp_images_slider/right.gif) no-repeat; }

.imScrollCount1 { width: 68px; }
.imScrollCount2 { width: 136px; }
.imScrollCount3 { width: 204px; }
.imScrollCount4 { width: 272px; }
.imScrollCount5 { width: 340px; }

