#slider {
    width:960px;
    margin:0 auto;
    position:relative;
    }

.scroll {
    height:255px;
    width:960px;
    overflow:auto;
    overflow-x:hidden;
    position:relative;
    clear:left;
    background:#fff;
    }

.scroll-container div.panel {
    padding:10px;
    height:255px;
    width:930px;
    }

ul.slider-navigation {
    list-style:none;
	padding:0;
    margin:0;
    height:45px;
    text-align:center;
	display:block;
    background:#415f81;
    background:-webkit-gradient(linear, left top, left bottom, from(#415f81), to(#1a2734));
    background:-moz-linear-gradient(top,  #415f81,  #1a2734);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#415f81', endColorstr='#1a2734'); /* IE6 & IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#415f81', endColorstr='#1a2734')"; /* IE8 */    }

ul.slider-navigation li {
    font-family:Diavlo Light, Arial,Helvetica,Sans-serif;
    font-size:16px;
    margin:0;
    }

ul.slider-navigation a {
	float:left;
	line-height:15px;
	padding:15px;
    text-decoration:none;
    color:#99c7df; /*blue*/
    }

ul.slider-navigation a:hover, ul.slider-navigation a.selected, ul.slider-navigation a:focus {
    color:#fff;
    background:#99c7df;
    background:-webkit-gradient(linear, left top, left bottom, from(#99c7df), to(#415f81));
    background:-moz-linear-gradient(top,  #99c7df,  #415f81);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c7df', endColorstr='#415f81'); /* IE6 & IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99c7df', endColorstr='#415f81')"; /* IE8 */
    }

.hide {
    display:none;
    }

#slider-shadow {
    background:url(/images/design/custom/slider/slider-shadow.jpg) no-repeat 0 0;
    height:30px;
    }


ul.slider-navigation a {
	min-width:290px;
    }
