html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	min-height: 600px;
}

.wrapper {
	position: relative;
}

#carousel_1 div, #carousel_2 div, #carousel_3 div, #carousel_4 div {
	float: left;
}

.carousel_prev {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 26px;
	z-index: 10;
	cursor: url(../img/btn_carousel_prev.png),url(carousel_prev.cur),auto;
}

.carousel_next {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: url(../img/btn_carousel_next.png),url(carousel_next.cur),auto;
}


.pager {
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top: 2px;
	margin: 0 0 0 -50%;
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: 10;
}

.pager a.selected span {
	background: #666666;
}

.pager a {
	display: inline-block;
	padding: 5px;
}

.pager span {
	border-radius: 10px;
	background: #d7d7d7;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}