#wrapper {
    width: 100%;
	height:385px;
	background-color:#000;
}

#intro {
}

#slider{
    width: 1000px;
    position: relative;
}

.scroll {
	overflow: hidden;
    width: 1000px;
    position: relative;
	padding:10px 0px 10px 0px;
}

.scrollContainer {
	margin-left:400px;
	position: relative;
}

.scrollContainer div.panel {
    padding: 5px;
    width: 442px;
}

#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: 5px;
	border: 1px solid #999;
	background:#FFF;
	overflow:hidden;
	height:auto;
	min-height:317px;
}

.inside img {
	display: block;
	width:430px;
}

.scrollButtons {
	position: absolute;
	top: 116px;
	cursor: pointer;
	z-index:9999;
}

.scrollButtons.left {
	left: 1px;
}

.scrollButtons.right {
	right:0px;
}

.hide {
    display: none;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 70px; 
	width: 460px; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	bottom:0;
	display:none;
}
