/*
 * jQuery Nivo Slider v1.8
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

 
/* The Nivo Slider styles */
#slider{
	z-index: 1;  
	/*margin:-310px 0 0 25px;*/
	margin: 25px 0 0 25px;
	/*-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;*/
	background: transparent url(../images/preload.gif) no-repeat 50% 50%;
}

#hid {
	width:100%; 
	height:350px;  
	overflow:hidden;
	margin-bottom:-15px;
} 

/*#hid_img {
	margin:14px 0 0 15px;
	z-index:2; 
	display:block; 
	position:relative;
}*/

#slider a{
	display:block;
	cursor: pointer;
}
	
.nivoSlider {
	position:relative;
}

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

/* 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:10px;
	bottom:10px;
	top:10px;
	background: #f6f6f6;
	border: solid #D1D1D1 1px;
	color:#94959A;
	 /* Overridden by captionOpacity setting */
	height:258px; 
	width:358px;
	padding:10px;	
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:-22px;			
}

*html .nivo-controlNav { 
	margin-bottom:-8px; 
}

.nivo-controlNav a {	
	width:15px;
	height:12px;
	background:url(../images/controlNav.png) no-repeat; 
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;	
}

.nivo-controlNav a.active {
	background-position:-16px 0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

