
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 400;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	z-index:8;
}
.slide-content {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom: 13px;
    /* left:50%;
    margin-left:215px; Tweak this to center bullets */
	left:2%;
    margin-left:0px; /* Tweak this to center bullets */
	z-index: 600;
}
a.slidevideo{
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:180px;
	height:100px;
	position:absolute;
	bottom:0;
	right:0;
}
.nivo-controlNav a {
	display:block;
	width:9px;
	height:9px;
	background:url(images/slider-nav.png) no-repeat;	
	background-position: 0px -9px;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	cursor: pointer;
}
.nivo-controlNav a.active {
	background-position:0px 0px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position: 0px 0px;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}