#wrapper {
	width: 975px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }
#intro {
	padding-bottom: 10px; }
#slider {
	width: 900px;
	height:350px;
	margin: 0 auto;
	position: relative;
	border:none;
	background-color: #fff; }
.scroll {
	border:none;
	overflow: hidden;
	width: 900px;
	height:350px;
	margin: 0 auto;
	position: relative; }
.scrollContainer {
	position: relative; }
.scrollContainer div.panel {
	padding: 10px;
	width: 200px;
	height: 238px;
	text-align: center; }
#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	/*background: url(/cached/images/leftshadow.png) repeat-y;*/ }
#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	/*background: url(/cached/images/rightshadow.png) repeat-y;*/ }
.inside {
	padding: 10px;
 }
.inside img {
	display: block;
	margin: 0 auto 10px auto;
	width: 113px;
	border: none; }
.inside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 16px;
	padding: 0;
	color: #bed73d;
	font-size: 12px;
	margin: 0 0 8px 0; }
	
	
.inside p {
	font-size: 11px;
	color: #ccc; }

.scrollButtons {
	position: absolute;
	top: 110px;
	cursor: pointer; }
.scrollButtons.left {
	left: -45px; }
.scrollButtons.right {
	right: -45px; }
.hide {
	display: none; }
