

#slider, #locationContainer {
    width: 940px;
	height:510px;
	font-size:13px;
	position:relative;
	background:url(images/contentBg.gif) no-repeat;

}

.scroll {
    width: 920px;
	height:455px;
	margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {

    width: 920px;
	height:455px;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	position:relative;
	background:url(images/contentBg1.gif) no-repeat;
}
.scrollContainer div.panel p {
	padding-bottom:10px;
}


ul.navigation {
	list-style-type:none;
}

ul.navigation li {
	float:left;
	display:inline;
	overflow:hidden;
}
ul.navigation li.rightContact {
	float:right;
	margin-right:4px;
}
ul.navigation a {
	font-size:10px;
	height:23px;
	line-height:23px;
	display:block;
	_display:inline-block;
	margin-right:6px;
	padding:0px 6px 0px 6px;
	font-weight:bold;
	background:#484340 url(images/nav-sheet2.gif) no-repeat;
	border-right:1px solid #484340;
	background-position: 0px -23px;
	color:#fff;
	text-decoration:none;
}

ul.navigation a:hover {
	border-right:1px solid #c6211d;
	    background-color: #c6211d;
		background-position: 0px 0px;
}

ul.navigation a.selected {
border-right:1px solid #c6211d;
    background-color: #c6211d;
			background-position: 0px 0px;
}

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

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

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

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

.hide {
    display: none;
}
