/* PANES */
div#slider {
	margin: 0px;
	padding: 0px;
	width: 850px;
	overflow: hidden;

}
div.panel img {
	padding-right: 10px;

}

html body div.about h2 {
	padding-top: 22px;

}

div.about p {

	

}

div#big_bay {
	background: url(../images/slider/bg_big_bay.jpg) no-repeat;

}

div.panel h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	font-weight: 700;
}

div.panel h3 {
	font-size: 14px;
	color: #a7c9e5;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 700;

}

div.panel p {
	color: white;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

div.panel h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #3c3c3c;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

div.panel ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	margin-top: 5px;
	text-transform: uppercase;
	color: white;
	list-style: none;
	height: 60px;
}

div.panel li {
	width: 210px;
	float: left;
	margin: 0px;
	padding: 0px;


}


div.panel a.info_button {
	display: block;
	position: relative;
	background: url(../images/slider/more.jpg) no-repeat;
	width: 232px;
	height: 55px;
	float: right;

}

div.panel a.info_button:hover {
	background: url(../images/slider/more_press.jpg) no-repeat;

}


/* DO NOT ALTER */
#slider {
	width: 850px;
	margin: 0 auto;
	position: relative;

}

* html body #slider {
	overflow: hidden;
}

.scroll {
	height: 240px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;

}

.scrollContainer div.panel {
	padding: 10px 30px;
	height: 240px;
	width: 790px;
}

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

.scrollButtons.left {
	left: 0px;
}

.scrollButtons.right {
	right: 0px;
}

