* {
	margin: 0;
	padding: 0;
}

#wrapper {
	height: 270px;
	float:left;
}

#intro {
    padding-bottom: 10px;
}

#slider {
border:1px solid #B9131F;
display:block;
height:270px;
margin:0 auto;
position:relative;
width:930px;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
height:250px;
padding:10px;
width:300px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
	z-index: 80;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
	z-index: 80;
}

.inside{
	display:block;
	width:337px;
}

.inside img {
	border:1px solid #B9131F;
	display:block;
	left:0;
	margin:0;
	position:relative;
	top:0;
	width:290px;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: black;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	border-bottom: 1px solid #999;
	text-decoration: none
}

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

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

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

.hide {
    display: none;
}