/* Style sheet cs_slider */
.cs_wrapper{float:left;margin-left:15%;}
.cs_slider{width:320px;position:relative;}
.scroll{width:320px;height:138px;position:relative;overflow:auto;clear:left;background-color:#F6F0E0;overflow-x: hidden;}
.scrollContainer div.cs_panel{width:280px;height:198px;padding:20px;}
ul.navigation{margin:0;padding:0 0 9px 0;list-style: none;}
ul.navigation li{display:inline;margin-right:10px;}
ul.navigation a{padding:10px;text-decoration:none;color:#000;}
ul.navigation a:hover{background-color:#f6f6f6;}
ul.navigation a.selected{background-color:#fff;}
ul.navigation a:focus{outline: none;}
.scrollButtons{top:0px;position:absolute;cursor: pointer;}
.scrollButtons.left{left:-39px;}
.scrollButtons.right{right:-39px;}
.hide{display:none;}
