* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
	background:url(../images/bg_dot.gif)
}

#wrapper {
    width: 936px;
    margin: 50px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 936px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #000;
	background:url(../images/bg_info.png);
	background-position: left;
	background-repeat: no-repeat;
	}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding-right:5px;
	width: 312px;
	height: 468px;
	background:#000;
}

#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 {
	border: none;
}

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

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

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

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
	z-index: 999999;

}

.scrollButtons.left {
	left: 0px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

.footer
{
	float:left;
	padding-top:8px;
	width: 956px;
	height: 58px;
	background:#000;
}

.top 
{
	float:right;
	padding-right:10px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-top:27px;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color:#660757;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#970881;
}