@charset "utf-8";
/* CSS Document */






/* demo thumbnail scroller - horizontal fixed size */
#tsh_container{position:relative; margin:15px 0 50px 0; auto; width:1000px;  float:left; }
#tsh_container .thumbScroller{position:relative; overflow:hidden; margin:0;}
#tsh_container .thumbScroller, #tsh_container .thumbScroller .container, #tsh_container .thumbScroller .content{height:100px; }
#tsh_container .customScrollBox .horWrapper{position:relative; left:0;}
#tsh_container .thumbScroller .container{position:relative; left:0; display:inline-block; *display:inline; }
#tsh_container .thumbScroller .content{float:left;}
/*#tsh_container .thumbScroller .content div{padding:1px 5px; height:100%;  	background: url(../images/partner_border.jpg) no-repeat right center;}*/
#tsh_container .thumbScroller .content div{padding:1px 5px; height:100%; }
#tsh_container .thumbScroller img{padding: 15px 0 0 10px; border:5px solid #fff;}
#tsh_container .thumbScroller .content div a{display:block; /* -moz-box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 5px #000; box-shadow:0 0 5px #000; */}
#tsh_container .thumbScroller .content div a:hover{ /*-moz-box-shadow:0 0 15px #000; -webkit-box-shadow:0 0 15px #000; box-shadow:0 0 15px #000; */}




