* {
	
}


#wrapper {
    width: 600px;
    margin: 5px auto;
	}

#intro {
    padding-bottom: 5px;
}

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

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 0px;
    width: 250px;
	height: 330px;
}

#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: 5px;
	border: 0px solid #999;
}

.inside img {
	display: block;
	border: 0px solid #666;
	margin: 0 0 10px 0;
	width: 234px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 3px 0;
	font-family:'Ubuntu Condensed', Verdana, Geneva, sans-serif;
}

.inside h1 {
	font-size: 13px;
	color: #87725d;
	font-weight: normal;
	width: 300px;
	font-family:'Ubuntu Condensed', Verdana, Geneva, sans-serif;
}

a {
	color: #000  !important;
	text-decoration: none;
	border-bottom: 0px dotted #ccc;
}

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

.scrollButtons {
    position: absolute;
    top: 120px;
    cursor: pointer;
	z-index: 9999999;
}

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

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

.hide {
    display: none;
}