* {
	margin: 0;
	padding: 0px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#wrapper {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	position: relative;
}

#intro {
    padding-bottom: 10px;
}

.inside {
	padding: 10px;
	border: 1px none #999;
}

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

.inside p {
	font-size: 10px;
	color: #999999;
}

.scrollContainer {
	position: relative;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

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

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

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

#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;
	border: 1px none #666;
	margin: 0 0 10px 0;
	width: 250px;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

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

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

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

.hide {
    display: none;
}
