#slider {
    width: 907px;
	height: 270px;
	float: left;
	background-image: url(../graphics/gliderback.png);
	background-repeat: no-repeat;
	padding-left: 23px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 14px;
}
 
.scroll {
   width: 692px; 
	height: 260px;
	overflow: auto;
    overflow-x: hidden;
	position: relative;
	float: left;
}

.scrollContainer div.panel {
    width: 679px; 
	height: 248px;
	padding-left: 13px;
	padding-top: 12px;
	float: left;
}
.scrollContainer a:hover {
	background-color: transparent;
}

div.navigation {
	padding: 0px;
	margin: 0px;
	width: 215px;
	float: left;
}
ul.navigation {
    margin: 0px;
	padding: 0px;
	float: left;
}

ul.navigation li {
    list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/glidertab_off.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 39px;
	display: block;
	margin-bottom: 5px;
}

ul.navigation a {
    display: block;
	text-decoration: none;
	height: 39px;
	padding-left: 7px;
	line-height: 37px;
	font-size: 17px;
	color: #003254;
}

ul.navigation a:hover {
    background-image: url(../graphics/glidertab_hover.png);
	background-repeat: no-repeat;
	display: block;
	background-color: transparent;
	border: 0px;
	color: #003254;
	text-align: left;
	font-weight: normal;
}

ul.navigation a.selected {
    background-image: url(../graphics/glidertab_on.png);
	background-repeat: no-repeat;
	color: #003254;
	width: 230px;
	height: 39px;
	display: block;
}

ul.navigation a:focus {
    background-image: url(../graphics/glidertab_on.png);
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
.scroll h1 {
	color: #FFFFFF;
	font-size: 30px;
	margin: 0px;
	font-weight: normal;
}
.scroll p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}
.paraContainer {
	width: 342px;
	padding-right: 8px;
	float: left;
}
.scrContainer {
	width: 325px;
	height: 245px;
	float: left;
}
