* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;

}

#top {
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 110px;
}

#wrapper {
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 10px;
}

#intro {
    padding-bottom: 10px;
}

#share {
	width: 200px;
	position: relative;
	float: right;
	height: 110px;
}

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	padding: 10px;
	width: 274px;
	height: 335px;
	background-repeat: no-repeat;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	bottom: 0;
	background-image: url(../images/leftshadow.png);
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	bottom: 0;
	background-image: url(../images/rightshadow.png);
}

.inside {
	padding: 10px;
	background-color: #ffffff;
}

.inside img {
	display: block;
	border: 1px solid #ffffff;
	margin: 0 0 10px 0;
	width: 250px;
}

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

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

a {
	color: #000;
	text-decoration: none;

}

a:hover {
	color: #999999;
}

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

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

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

.hide {
    display: none;
}

#bottom {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top: 5px;
	height: 50px;
}


.text_bottom {
	color: #000000;
	font-size: 12px;
}

a.link_bottom {
	color: #000;
	text-decoration: none;
}

a.link_bottom:hover {
	color: #999999;
	text-decoration: none;
}
