/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#nivo,#nivo2 {
	position:relative;
	width:753px;
	height:250px;
	border:solid 1px #c0c0c0;
}
#nivo img,#nivo2 img {
	position:absolute;
	top:0px;
	left:0px;
}
#nivo a,#nivo a {}

.nivo-controlNav {
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:9;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
/*	background:url(http://images.sextoys.co.uk/included/nivo/bullets.png) no-repeat; 
	text-indent:-9999px; */
	border:solid 1px #333333;
	background-color:#FFF;
	margin-right:3px;
	float:left;
	text-align:center;
	opacity:0.7;
	color:#333;
}
.nivo-controlNav a.active {
/*	background-position:-10px 0; */
	border:solid 1px #000000;
	background-color:#e0e0e0;
	opacity:0.99;
	font-weight:normal;
	color:#000;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(http://images.sextoys.co.uk/included/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
