#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -10px;
    background-color: white;
    padding: 5px;
	height:250px;
    overflow: hidden;
	
}

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

.scrollContainer {
	position: relative;
}

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

/*#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: 2px 10px 10px 10px;
}

.inside img {
	display: block;
	padding-bottom: 5px;
	border:5px white solid;
	width: 200px;
	background: white;
	float:none;
}

.inside h2 {
	font-weight: normal;
	color:#555555;
	font-size: 13px;
	margin: 0 0 8px 0;
	text-decoration:none;
	background: white repeat-x;
	line-height: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

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

.slider-text {
 	background-color: white;
 	margin-top: -60px;
 	width: 210px;
 	position: absolute;
 	height:100px;

}

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

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

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

.hide {
    display: none;
}
