
.nivoSlider {
	z-index:900;
	position:relative;
	width:700px; 
	height:500px;} 


.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;}

.nivo-directionNav a{
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;}

.nivo-prevNav {
	left:0px;}

.nivo-nextNav {
	right: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:-30px 0;    
	right:15px;}
	
a.nivo-prevNav { 
	left:15px;}	
	
#slider .nivo-controlNav {
	position: absolute;
	top: 530px;
	left:30px;}

#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	margin: 8px 5px 0 0;
	height:53px;width:80px;border:1px solid black;
	background-color:black;}

a.active img{
	    position:relative;
       -moz-box-shadow: 0 0 5px 5px #fff;
       -webkit-box-shadow: 0 0 5px 5px #fff;
        box-shadow: 0 0 5px 5px #fff;
        behavior: url(PIE.htc);}

.nivo-controlNav a.active {
    opacity: 1.0; 
    z-index: 10;}

.nivo-controlNav a:hover {
    background:none;
    text-decoration: none; 
    opacity: 0.9}
    	
	
	
	
	
	
	
	
	
	
	
	
	
