.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: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: #666 0 0 2px;
	text-shadow: #fff 0 0 1px;
	color: #999;
	background-color: #eee;
}
.jquery-slider-control:hover {
	opacity: 1;
	color: #FFF;
	background-color: #FF3366;
}
.jquery-slider-control-prev {
	left: 0px;
	top: 95px;
}
.jquery-slider-control-next {
	right: 0px;
	top: 95px;
}
}
