#slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.scroll {
	margin: 0 auto;
	height: 350px;
	width: 621px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	height: 350px;
	width: 621px;
	overflow: hidden;
}

#shade {
	height: 50px;
}

.scrollButtons {
	position: absolute;
	top: 140px;
	cursor: pointer;
}

.scrollButtons.left {
	left: 10px;
	z-index: 1;
}

.scrollButtons.right {
	right: 10px;
}

.hide {
	display: none;
}

#featured {
	float: left;
	height: 350px;
	width: 621px;
	border: 1px solid #ECECEC;
	padding: 4px;
	margin: 0;
	overflow: hidden;
	margin-bottom: 29px;
}

.insert {
	width: 621px;
	height: 70px;
	background: url(images/insertbg.png) top left no-repeat;
	margin: 0px;
	color: #D8D8D8;
	padding: 10px 0;
	line-height: 1.2em;
	text-align: center;
}

.insert h2 {
	margin: 0 10px 10px 10px;
	color: #fff;
	font: normal 1.6em/1em Arial, Helvetica, sans-serif;
}

