#slider img { display:none; }


#slider img:first-child {display: block; }





/* The Nivo Slider styles */


.nivoSlider {


	position:relative;


	height: 340px;


	width: 940px;


	background: #fff;


}


.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;


	color: #fff;	


}


/* 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:45%;


	z-index:99;


	cursor:pointer;


	color: #fff;


	display: none; /* UnDisplayed The navigation arrows */


}


a.nivo-prevNav {


	left:5px;


	width: 25px;


	height: 25px;


	text-indent: -9999px;


	background: url(../images/navback.html) top center no-repeat;


}





.nivo-prevNav:hover {


	background: url(../images/navback.html) bottom center no-repeat;


}





a.nivo-nextNav {


	right: 5px;


	width: 25px;


	height: 25px;


	text-indent: -9999px;


	background: url(../images/navnext.html) top center no-repeat;


}





.nivo-nextNav:hover {


	background: url(../images/navnext.html) bottom center no-repeat;


}





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





.nivo-controlNav {


left: 398px;


position:absolute;


top:307px;


width: 280px;


height: 33px;


background:url(../images/slidernav.png) no-repeat top center;


z-index: 9999;


text-align: center;


padding-top: 15px;


}





.nivo-controlNav a {


	position:relative;


	z-index:99;


	cursor:pointer;


	color: #fff;


	background: url(../images/bullet.png) no-repeat top center;


	text-indent: -9999px;


	height: 100%;


	width: 100%;


	display: inline-block;


	width: 13px;


	height: 13px;


	padding: 0 1.5px;


}


.nivo-controlNav a.active {


	font-weight:bold;


	background: url(../images/bulletactive.png) no-repeat top center;


}








#slider {


z-index: 0;


}