/*CONTAINER STYLES*/
#horiz_container_outer {width:445px;overflow-x:hidden;overflow-y:hidden;position:relative;height:195px;margin:0px auto;float:left}
.horiz_container {width:910px;margin:0px;padding:0px;height:195px}
.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}
.horiz_container li img {padding:0px;margin:0px}
/**SCROLLING STYLES*/
#scrollbar { position:relative; width:445px; height:12px;display:block;font-size:1px;top:0px;margin:5px auto 0px;float:left}
#track { position:absolute; left:0px; top:0;width:445px;height:12px; background: #eaeaea;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}
#dragBar {position:absolute; left:0px; top:0px;width:20px; height:10px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background:url('../images/rd/hr-bg.png') no-repeat center center #bbbbbb} 
#left_scroll { position:absolute; border-color: transparent gray transparent transparent;border-style: solid;border-width: 5px;width: 0;height: 0px;cursor:pointer;top:1px;left:-15px} 
#right_scroll { position:absolute; right:-15px; top:1px;border-color: transparent transparent transparent gray;border-style: solid;border-width: 5px;width: 0;height: 0px;cursor:pointer}
/* Prevent selection problem */
#scrollbar, #track, #dragBar, #left, #right {-moz-user-select: none;-khtml-user-select: none}