	

#screenshots {
	position:relative;
	margin:0 auto;
/*	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	zoom:1;
}
#screenshots img {
	position:absolute;
	top:0px;
	left:0px;
}
#screenshots a {
	border:0;
}

#image_bar {
  width:100%; 
  margin-top:20px;
  background:url(/system/storage/2/3d/e/18/bottom_bar.png) top left repeat-x;
  height:30px;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:100px;
	z-index:99;
	cursor:pointer;
	display:block;
	height:136px;
	width:55px;
	text-indent:-9999px;
}
.nivo-prevNav {
	left:-75px;
	background:url(/system/storage/2/2c/9/28/left_arrow.png) top left no-repeat;
}
.nivo-nextNav {
	right:-75px;
	background:url(/system/storage/2/1c/4/35/right_arrow.png) top left no-repeat;

}
/* Control nav styles (e.g. 1,2,3...) */


.nivo-controlNav {
	position:absolute;
	bottom:-50px;
	left: 50%; 
}
.nivo-controlNav a {

	display:block;
	width:24px;
	height:30px;
	background:url(/system/storage/2/6c/7/22/dot_unselected.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left; left:-50%; position:relative; 

}
.nivo-controlNav a.active {
	background:url(/system/storage/2/6b/a/21/dot_selected.png) no-repeat;
}

