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



.scroll {
    height:255px;
    width:960px;
    overflow:none;
    overflow-x:hidden;
    position:relative;
    clear:left;
    background:#fff;
	padding-right:10px;
        background:url(/images/design/custom/slider/slider-bg.png) no-repeat;

    }

.scroll-container div.panel {
    padding:20px;
    height:255px;
    width:910px;
    }

.panel img {
	margin:5px 20px 5px 5px;
	}

.panel-img {
    border:2px solid #a8a8a8;
    border-top:1px solid #d9d9d9;
    border-left:1px solid #d9d9d9;
    padding:4px;
    margin-right:15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }

.scroll p {
	float:left;
	width:500px;
	}

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;
    }
    
/*--Main Container--*/
.main_view {
    float: left;
    position: relative;
}
/*--Window/Masking Styles--*/

.window {
    height:230px;
    width: 935px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
    }

.image_reel {
    position: absolute;
    top: 0; left: 0;
    }

.image_reel img {
    float: left;
    }

/*--Paging Styles--*/
#slider .paging {
    position: absolute;
    bottom:5px;
    margin:0;
    padding:0;
    right:-19px;
    width:195px;
    height:54px;
	line-height:38px;
	text-align:center;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    background:url(/images/design/custom/slider/paging-bg.png) no-repeat;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
    }

#slider .paging a {
	color:#00577d;
	padding:4px 7px;
	margin:0;
	text-decoration: none;
    }

#slider .paging a.active {
    font-weight:bold;
	margin:0;
    background:#005274;
    background:-webkit-gradient(linear, left top, left bottom, from(#005274), to(#001a36));
    background:-moz-linear-gradient(top,  #005274,  #001a36);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005274', endColorstr='#001a36'); /* IE6 & IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005274', endColorstr='#001a36')"; /* IE8 */
    color:#fff;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    }

#slider .paging a:hover {
    font-weight: bold;
    background:#e6ae0a;
    background:-webkit-gradient(linear, left top, left bottom, from(#efb50a), to(#e6ae0a));
    background:-moz-linear-gradient(top,  #efb50a,  #906d07);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efb50a', endColorstr='#e6ae0a'); /* IE6 & IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efb50a', endColorstr='#e6ae0a')"; /* IE8 */
    color:#fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }