#intro {
	padding-bottom: 5px;
}
#slider {
	width: 600px;
	margin-top: 0;
	position: relative;
}
.scroll {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
	position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	padding: 0 2px;
	width: 300px;
	height: 180px;
}
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}
#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}
.inside {
	background-color: #eee;
	padding: 0 8px;
	border: none;
	height: 180px;
}
.inside img {
	display: block;
	border: none;
	margin: 0 8px 8px 0;
	width: 282px;
	float: left;
}
.inside h2 {
	font-weight: normal;
	color: #006699;
	font-size: 18px;
	margin: 0;
	padding: 8px 0;
}
.inside p {
	font-size: 14px;
	color: #333;
}
.scrollButtons {
	position: absolute;
	top: 74px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -16px;
}
.scrollButtons.right {
	right: -16px;
}
.hide {
	display: none;
}
