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

#wrapper {
	width: 852px;
	margin: 0px auto;

}

#intro {
    padding-bottom: 0px;
}


#slider {
	width: 852px;
	margin: 0 auto;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.scroll {
	overflow: hidden;
	width: 852px;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
}

.scrollContainer {
	position: relative;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.scrollContainer div.panel {
	padding: 5px;
	width: 264px;
	height: 338px;
	background-color: #FFF;
}

#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;
}
#full_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: url(../images/shadow_full.png);
	background-repeat: no-repeat;
	height: 100%;
	visibility: inherit;
}


.inside {
	padding: 10px;
	border: 1px solid #FFF;
	text-align: center;
}

.inside img {
	display: block;
	border: 1px solid #FFF;
	margin: 0 0 5px 0;
	width: 240px;
}

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

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

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: -45px;
}

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

.hide {
    display: none;
}
#shadow-top_left {
	position: absolute;
	top: 0;
	width: 17px;
	background-image: url(../images/shadow-top_left.png);
	background-repeat: no-repeat;
	height: 17px;
	z-index: 50;
}
#shadow-top_middle {
	position: absolute;
	top: 0;
	width: 818px;
	background-image: url(../images/shadow-top_middle.png);
	background-repeat: repeat-x;
	height: 17px;
	margin-right: 0px;
	margin-left: 17px;
}
#shadow-top_right {
	position: absolute;
	top: 0px;
	width: 17px;
	background-image: url(../images/shadow-top_right.png);
	background-repeat: no-repeat;
	height: 17px;
	right: 0px;
	z-index: 50;
}
#shadow-middle_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	bottom: 0;
	margin-top: 17px;
	background-image: url(../images/shadow-middle_left.png);
	background-repeat: repeat-y;
	margin-bottom: 17px;
}
#shadow-middle_right {
	position: absolute;
	width: 17px;
	bottom: 0;
	background-image: url(../images/shadow-middle_right.png);
	background-repeat: repeat-y;
	right: 0px;
	top: 17px;
	margin-bottom: 17px;
}
#shadow-bottom_left {
	position: absolute;
	width: 17px;
	background-image: url(../images/shadow-bottom_left.png);
	background-repeat: no-repeat;
	height: 17px;
	bottom: 0px;
	z-index: 50;
}
#shadow-bottom_middle {
	position: absolute;
	width: 818px;
	background-image: url(../images/shadow-bottom_middle.png);
	background-repeat: repeat-x;
	height: 17px;
	margin-right: 0px;
	margin-left: 17px;
	bottom: 0px;
}
#shadow-bottom_right {
	position: absolute;
	width: 17px;
	background-image: url(../images/shadow-bottom_right.png);
	background-repeat: no-repeat;
	height: 17px;
	right: 0px;
	bottom: 0px;
	z-index: 50;
}
#shadow-middle_left-fade-old {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	bottom: 0;
	background-image: url(../images/shadow-fade-left.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#shadow-middle_right-fade {
	position: absolute;
	top: 0;
	width: 200px;
	bottom: 0;
	background-image: url(../images/shadow-fade-right.png);
	background-repeat: repeat-y;
	right: 0px;
	background-position: right center;
}
#shadow-middle_left-fade {
	position: absolute;
	top: 0;
	width: 200px;
	bottom: 0;
	background-image: url(../images/shadow-fade-left.png);
	background-repeat: repeat-y;
	background-position: left center;
	left: 0px;
}
