.jquery-slider {
	overflow: hidden;
	position: relative;
}
.jquery-slider-element {
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.jquery-slider-control {
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 1px solid #666;
	background: #fff;
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	-khtml-opacity: 0.33;
	opacity: 0.33;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: #666 0 0 2px;
	text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.jquery-slider-control-prev {
	left: 5px;
	top: 5px;
}
.jquery-slider-control-next {
	right: 5px;
	top: 5px;
}
.jquery-slider-pages {
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 36px;
	right: 0px;
	background-color: #dac99e;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.jquery-slider-page {
	overflow: hidden;
	position: relative;
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	padding: 0;
	margin: 7px 7px 7px 0px;
	background: #9e4094;
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	-khtml-opacity: 0.33;
	opacity: 0.33;
}
.jquery-slider-page-current {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

