#wrapper {
	width: 780px;
	margin: 0; /* seperates from top and bottom table */
	border: 10px solid #ccc;
}
#intro {
	padding-bottom: 10px;
}
#slider {
	width: 780px; /* width of wrapper above minus 2 x border below */
	position: relative;
}
.scroll {
	overflow: hidden;
	width: 780px;
	margin: 0 auto; /* suspends scroll within border */
	position: relative;
	background: #342323;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	padding: 8px 0 0 0;
	width: 256px;
	height: 358px;
	background: #849EA5;
	right: 42px;
}
#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 {
	padding: .9em;
	border: 1px solid #BACCD0;
}

.inside img {
	display: block;
	border: 1px solid #AEBCC0;
	margin: 0 0 10px 0;
	width: 120px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: .9em;
	margin: 0 0 3px 0;
}
.inside p {
	font-size: .76em;
	color: #ccc;
}
.inside a {
color: white;
border-bottom: none;
}
.inside a:hover {
color: #FFBABA;
text-decoration: none;
}
.scrollButtons {
	position: absolute;
	top: 278px;
	cursor: pointer;
}
.scrollButtons.left {
	left: 206px;
	z-index:4;
}
.scrollButtons.right {
	right: 182px;
	z-index:4;
}
.hide {
	display: none;
}