
#wrapper {
    width: 720px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
	
}

.scroll {
	overflow: hidden;
	width: 600px;
    margin: 0 auto;
    position: relative;
	float: left;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    width: 150px;
	text-align: inherit;
}

#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: 10px;
	margin-top: 30px;
	position: relative;
	height: 360px;
}
.productbackingimage { position: absolute; z-index: 0; top: 0px; width: 150px; left: 50%; margin-left: -75px;}
.productbackingimage img {width: 150px;}
.productinfocontainer { position: absolute; text-align: center; z-index: 1; top: 0px; width: 130px; left: 50%; margin-left: -65px; padding-top: 10px;}
.productinfocontainer img {width: 130px;}
.inside img {
	margin-top: 40px;
}

.inside h2 {
	font-size: 14px; 
	width: 120px;
	text-align: center;
	position: absolute;
	position:absolute;
	left:50%;
	margin-left:-60px;
	top: 240px;
	z-index: 3;
	margin-top: 0px;
}
.inside h2 a {font-weight: normal;
	color: #FF0000;
	text-decoration: none; }
.inside h2 a:hover { text-decoration: underline; }

.inside p {
	font-size: 11px;
	color: #ccc;
}


a:hover {}

.scrollButtons {
    float: left;
    margin-top: 157px;
    cursor: pointer;
}

.scrollButtons.left { float: left; width: 60px; }

.scrollButtons.right { float: left; width: 60px; }

.hide {
    display: none;
}
.panel { }

