/* Tiny Scrollbar 
/* http://www.baijs.nl/tinyscrollbar/ 
/* '#sb-extra-images .overview' width is set by JS on page  
/* RichardG - 02.17.2012 */

#sb-extra-images {width:400px;margin:12px 0 12px 12px;display:none}
#sb-extra-images .viewport {width:400px;height:60px;overflow:hidden;position:relative}
#sb-extra-images .overview {float:left;list-style:none;padding:0;margin:0;position:absolute;left:0;top:0}
#sb-extra-images .scrollbar{background:transparent url('../Images/tinyscrollbar/bg-scrollbar-track-x.png') no-repeat 0 0;position:relative;margin:0 0 5px;clear:both;height:15px}
#sb-extra-images .track {background:transparent url('../Images/tinyscrollbar/bg-scrollbar-trackend-x.png') no-repeat 100% 0;width:100%;height:15px;position:relative}
#sb-extra-images .thumb {background:transparent url('../Images/tinyscrollbar/bg-scrollbar-thumb-x.png') no-repeat 100% 50%;height:25px;cursor:pointer;overflow:hidden;position:absolute;left:0;top:-5px}
#sb-extra-images .thumb .end{background:transparent url('../Images/tinyscrollbar/bg-scrollbar-thumb-x.png') no-repeat 0 50%;overflow:hidden;height:25px;width:5px}
#sb-extra-images .disable {display:none}