/**************************************************
*	CONTAINER STYLES
**************************************************/
.scroller {background:url(../images/bottom_bg.png) repeat-x left top;}
.scrollerarea {background:url(../images/bottom_bg_b.png) repeat-x left bottom; padding:20px;}
.scroll-content {background:url(../images/module_rounded_bg.png) repeat-x left bottom #fff; padding:15px 0px 30px; border-radius:8px; box-shadow:0 2px 10px -6px #000; }
.scroll-content h6, .widget_sp_image-description {color:#646464; margin-top:10px; font-size:14px; font-weight:700; text-transform:uppercase;}

#horiz_container_outer {width:100%; overflow-x:hidden; overflow-y:hidden; position:relative; height:185px; margin:auto;}
#horiz_container {width:1525px; margin:0px; padding:0px; height:auto;}
#horiz_container ul {margin:0px; padding:0px; float:left;}
#horiz_container_inner {padding:5px; padding-left:0px;}
#horiz_container li {list-style:none; display: inline-table; margin:0px; width:215px; text-align:center;}
#horiz_container li img {padding:0px; margin:0px;}

/**************************************************
*	SCROLLING STYLES
**************************************************/

#scrollbar {position:relative; width:798px; height:18px; display:block; font-size:1px; top:0px; margin:auto auto auto 42px; background:url(../images/scrollarea_m.png) repeat-x left top;}
#track {position:absolute; left:0px; top:1px; width:788px; height:16px; background: #ffffff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; cursor:pointer;}
#dragBar {position:absolute; left:0px; top:0px; width:452px !important; height:14px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-image: -moz-linear-gradient( #d4d7da, #b6bbc0); background-image: -webkit-linear-gradient( #d4d7da, #b6bbc0); z-index:100; cursor:pointer;}  
.scrollarea-l {background:url(../images/scrollarea_l.png) no-repeat left center; position:absolute; width:30px; height:18px; left:-20px; border-radius:10px 0 0 10px;}  
#left_scroll{position:absolute;  border-color: transparent #FFF transparent transparent; border-style: solid; border-width: 6px; width: 0; height: 0px; cursor:pointer; top:2px; left:-0px;}  

#right_scroll {position:absolute;  right:0;  top:2px; border-color: transparent transparent transparent #ffffff; border-style: solid; border-width: 6px; width: 0; height: 0px; cursor:pointer;}
.scrollarea-r {background:url(../images/scrollarea_r.png) no-repeat right center; position:absolute; width:30px; height:18px; right:-10px; border-radius:0 10px 10px 0;}  
/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right { -moz-user-select: none; -khtml-user-select: none;}
