#about_slideshow_container {
  width:960px;
  background:url(/system/storage/2/ae/8/78/about_slideshow_bg.png) bottom left repeat-x;
  height:345px;


}	

#screenshots {
	position:relative;
	margin:0 auto;
/*	-moz-box-shadow:0px 10px 0px 10px #000;
	-webkit-box-shadow:0px 10px 0px 10px #000;
	box-shadow:0px 10px 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:-100px;
	top:390px;
	color:#fff;
	width:960px;
	z-index:89;
	height:100px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */

/* 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:-55px;
	background:url(/system/storage/2/a1/b/134/arrow-left.png) top left no-repeat;
}
.nivo-nextNav {
	right:-55px;
	background:url(/system/storage/2/26/e/133/arrow-right.png) top left no-repeat;

}


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

	display:block;
	width:24px;
	height:30px;
	background:url(/system/storage/2/8f/6/81/about_dot_up.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/b1/a/80/about_dot_down.png) no-repeat;
}

