/** = Adjust size of slider container = **/
#slider {
	font-family:"Geneva", Arial, Helvetica, sans-serif;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/** = Scroll BG = **/
.scroll {
    height: 350px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	color:#FFFFFF;
}

/** = Visible Scroll Panel = **/

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 920px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	width:960px;
	height:78px;
	background:url(../_images/lower_nav_bg.gif) top left repeat-x;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
}

ul.navigation li {
	float:left;
    margin-left: 0px;
	display:inline;
}

ul.navigation li.divider {
	background:url(../_images/hotbuttons_divider.jpg) top left no-repeat;
	width:4px;
	height:57px;
	float:left;
    margin-left: 0px;
}

ul.navigation li.title {
	background:url(../_images/hotbutton.png) center center no-repeat;
    display: block;
	width:200px;
	height:63px;
	float:left;
}

ul.navigation li a {
    display: block;
	height:78px;
	padding:0px 19px 0px 19px;
	line-height:60px;
    color: #4f6a73;
	font-size:14px;
    text-decoration: none;
	width:auto;
}

ul.navigation li a:hover {
	background:url(../_images/hotbuttons_bg.png) top center no-repeat;
}

ul.navigation li a.selected {
	background:url(../_images/hotbuttons_bg.png) top center no-repeat;
}

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

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

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

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

.hide {
    display: none;
}



.scrollContainer div.panel .leftCol{
	float:left;
	width:300px;
	}
	
.scrollContainer div.panel .colPad{
	padding:0px 15px 0px 15px;
	}
	
.scrollContainer div.panel .colDivider{
	float:left;
	width:8px;
	height:296px;
	background:url(../_images/slider_column_divider.png) no-repeat center center;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www/_images/slider_column_divider.png,
sizingMethod='scale');		
	}