#intro {
    padding-bottom: 10px;
}

#holder{ float:left; background-color:#EDEDEC; width:968px; height:auto; background-image:url(/images/coda_slider_background.jpg); background-repeat:no-repeat; height:364px;}

#slider {
    width: 938px;
    margin: 0 auto;
    position: relative;
	height:364px;
}

.scroll {
    height: 288px;
    width: 930px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin-left:5px;
}

.scrollContainer div.panel {
	padding: 20px;
	height: 248px;
	width: 890px;
}

#shade {
    background: #EDEDEC url(/images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	height:61px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    text-decoration: none;
}

ul.navigation a:hover {

}

ul.navigation a.selected {

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	display:none;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


.slide1{
	width:310px;
	height:61px;
	display:block;
	float:left;
	background-image:url(/images/buttons/btn_1_off.jpg);
	}

.slide1 a {
	background-image:url(/images/buttons/btn_1_off.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide1 a:hover {
	background-image:url(/images/buttons/btn_1_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide1 a.selected {
	background-image:url(/images/buttons/btn_1_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide2{
	width:310px;
	height:61px;
	display:block;
	float:left;
	background-image:url(/images/buttons/btn_2_off.jpg);
	}

.slide2 a {
	background-image:url(/images/buttons/btn_2_off.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide2 a:hover {
	background-image:url(/images/buttons/btn_2_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide2 a.selected {
	background-image:url(/images/buttons/btn_2_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide3{
	width:310px;
	height:61px;
	display:block;
	float:left;
	background-image:url(/images/buttons/btn_3_off.jpg);
	}

.slide3 a {
	background-image:url(/images/buttons/btn_3_off.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide3 a:hover {
	background-image:url(/images/buttons/btn_3_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

.slide3 a.selected {
	background-image:url(/images/buttons/btn_3_on.jpg);
	width:310px;
	height:61px;
	display:block;
}

a:focus {
    outline: none;
}

.panelLeft{ width:43%; height:258px; float:left; padding-right:5%; text-align:left;}

.panelRight{
	width:52%;
	height:258px;
	float:right;
	font-size:14px;
	color:#333;
	vertical-align: middle;
}

.imgBorder{
	border: 3px solid #efefef;
}