.SimpleSlide {
	width: 580px;
	overflow: hidden;
}
.SimpleSlide div {
	width: 9999999px;
}
.SimpleSlide div div {
	width: 580px;
	overflow: hidden;
	float: left;
	height:300px;
}



p.controls {
	margin:0;
	position:relative;
	z-index:30;
}
.prevBtn, .nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:40px;
	height:80px;
	position:absolute;
	left:-40px;
	top:110px;
}
.nextBtn {
	left:580px;
}
.prevBtn a, .nextBtn a {
	display:block;
	width:40px;
	height:80px;
	cursor:pointer;
}
.nextBtn a {
}
.prevBtn a {
}
.nextBtn a:hover {
}
.prevBtn a:hover {
}

.slideritem {
text-align:center;

}


/* Simple Slide Style*/

.nextBtn a {
	background:url(../images/btn_next_style1.png) no-repeat 0 0;
}
.prevBtn a {
	background:url(../images/btn_prev_style1.png) no-repeat 0 0;
}
.nextBtn a:hover {
	background:url(../images/btn_next_hover_style1.png) no-repeat 0 0;
}
.prevBtn a:hover {
	background:url(../images/btn_prev_hover_style1.png) no-repeat 0 0;
}

.slideritem {
background:#333333 url(../images/image_bg_style1.png) no-repeat scroll left top;

}
