div.wrapper {
	width:497px;
	position:relative;
	display: block;
}

.navigation {
	position:absolute;
	width:497px;
	z-index: 9999;
}

.navigation a {
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	width: 25px;
	height: 25px;
	display: block;
}

div.gallery {
	background-repeat: no-repeat;
}

.navigation a.sexyslider-prev {
	background-image: url(/dev/includes/images/sexy_slider-previous.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float:left;
	left: 5px;
	position: relative;
}

.navigation a.sexyslider-next {
	right: 5px;
	position: relative;	
	float:right;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(/dev/includes/images/sexy_slider-next.png);
}

.control {
	text-align:right;
	margin-top:5px;
	text-align: center;
	z-index: 10;
}

.control a {
	text-transform:uppercase;
	text-decoration:none;
	margin-left:3px;
	text-align: center;	
}

.control a.active div {
	background-image: url(/dev/includes/images/sexy_slider.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.control a:hover div {
	background-image: url(/dev/includes/images/sexy_slider.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.control a div {
	width: 12px;
	height: 12px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(/dev/includes/images/sexy_slider.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
