
/*#slider {
    width: 959px;
    height:511px;
    margin: 0 auto;
    position: absolute;
    border:0px solid red;
    overflow: hidden;
    top:85px;
    left:90px;
}*/
#slider {
	float:left;
    width: 1005px;
    height:545px;
    margin: 0 auto;
    border-bottom:1px solid #3885ae;
    overflow: hidden;}

.scroll {
    height: 511px;
    width: 1005px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 511px;
    width: 1005px;
    border:0px solid #fff;
    float:left;
	margin:0 auto;
    display: block;
}

/*#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}
*/
ul.navigation {
    list-style: none;
    margin: 0 0 0 200px;
    padding: 0;
    padding-bottom: 15px;
    border:0px solid red;
}

ul.navigation li {
    display: inline;
    margin-right: 5px;
}

ul.navigation a {
    padding: 5px;
    
    text-decoration: none;
    	color:#a1d5fc;
	font-size:11px;
	font-weight: bold;
		text-decoration: none;
		text-transform:capitalize;
}

ul.navigation a:hover {
    /*background-color: #f6f6f6;*/
    color:#eee;
}

ul.navigation a.selected {
    /*background-color: #fff;*/
    color:#eee;
    
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
