#slider {
    width: 860px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
width: 982px; left: -60px;
}

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

#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 img {
	display: block;
	position:absolute;
	border-bottom:1px solid #fff;
	width:200px;
	top:10px;
	border: 1px solid #666;
	margin:auto;
	width: 200px;

}

.inside {color:#666;}

.inside a {color:#666;}

.inside h2 a {	
	position:absolute;
	border-bottom:1px solid #fff;
	width:230px;
	height:30px;
	left:10px;
	top:20px;
	background-color: white;
	opacity:0.8;
	color: #222;
	text-align:center;
	text-decoration:none;
	font-weight: normal;
	font-size: 13px;
	margin: auto;
}

.inside h2 a { color:#333333; font-style: bold}
.inside h2 a:hover {color:#666;}

.inside p {
	font-size: 11px;
	text-transform:none;
	color:#fff;
}
.inside p a {color:#fff;}

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

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

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

.hide {
    display: none;
}