#slides {
	margin-bottom: 30px;
	float: left;
	background-color: #FFF;
	width: 480px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#slider {
	width: 480px; /* important to be same as image width */
	height: 345px; /* important */
	overflow: hidden; /* important */
	float: left;
	position: relative;
}
#sliderContent {
	width: 480px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	background-color: #FFF;
	color: #666;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.bottom h1 {
font-family: "Cantarell", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #8EC63D;
	margin-top: 5px;
	line-height: 10px;
	margin-right: 10px;
	font-weight: normal;
}
.bottom p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999;
}
.bottom p a:link {
	font-family: sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}
.bottom p a:visited {
	text-decoration: underline;
	color: #999;
}
.bottom p a:hover {
	text-decoration: underline;
	color: #999;
}
ul { list-style-type: none;}

@font-face {
    font-family: 'BandaRegular';
    src: url('../fonts/banda_regular-webfont.eot');
    src: url('../fonts/banda_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/banda_regular-webfont.woff') format('woff'),
         url('../fonts/banda_regular-webfont.ttf') format('truetype'),
         url('../fonts/banda_regular-webfont.svg#BandaRegular') format('svg');
	font-family: 'Cantarell';
    src: url('../fonts/Cantarell-Regular.eot');
    src: url('../fonts/Cantarell-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cantarell-Regular.woff') format('woff'),
         url('../fonts/Cantarell-Regular.ttf') format('truetype'),
         url('../fonts/Cantarell-Regular.svg#Cantarell') format('svg');
    font-weight: normal;
    font-style: normal;
}

#sliderbutton_prev {
	position:absolute;
	top:100px;
	left:200px;
	z-index:400;
}

.sliderbutton_next {
	width:55px;
	height:60px;
}




