#intro {
    padding-bottom: 10px;
}

#slider {
	width: 960px;
	margin: 0 auto;
	position: relative;
	border-top: 2px solid #000;
	background: #1e1e1e;
	text-align:left;
}

.scroll {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 418px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0px;
	left: -12px;
	height:418px;
	width:12px;
	background: url(../images/leftshadow.jpg) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: -12px;
	height:418px;
	width: 12px;
	background: url(../images/rightshadow.jpg) repeat-y;
}

.inside {
	padding: 10px 20px;
	border: none;
}

.inside img {
	display: block;
	border: none;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #ccc;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	position:relative;
	top:10px;
	left:10px;
	font-size: 11px;
	color: #fff;
	margin-bottom:0px;
	background-color:#1e1e1e;
}

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

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

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

.hide {
    display: none;
}