
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

 .slider-wrapper {
	background: url(slider-shadow.png) no-repeat center 429px;
	height:480px;
	position: relative;


}

.theme-big #slider {
	margin:-15px auto 40px auto;
												width:940px;
												height:450px;
}




.theme-big .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
		background-color: #639;
 }
.theme-big .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	   	 									width:940px;
    										height:450px;

}
.theme-big .nivoSlider a {
	border:0;
	display:block;
}




/* Caption styles */
.theme-big .nivo-caption {	
	background: url(caption_back.png) no-repeat bottom center;
	position:absolute;
	bottom:20px;
	left:-24px;
	width:100%;
	color:#161616;
	font-size:16px;
	font-weight:bold;
	line-height:19pt;
	z-index:50;
	text-shadow:0 1px 1px #fff;
	padding:0 0 15px;
}
.theme-big .nivo-caption p {
	background: #e3e3e3;
	background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#c8c8c8));
	padding:20px 20px 20px 60px;
	margin-bottom:0;
	-moz-box-shadow: 0 1px 3px #292929;
	-webkit-box-shadow: 0 1px 3px #292929;
  box-shadow: 0 1px 3px #292929;
}
.theme-big .nivo-directionNav a {
	background: url(button_sprite.png) no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	height:18px;
	position:absolute;
	text-indent:-9999px;
	width:18px;
	z-index:999;
	
}
.theme-big .nivo-prevNav {
	right:0px;
	z-index:999;
}
.theme-big .nivo-nextNav {
	right:-50px;
	z-index:999;
}
.theme-big a.nivo-prevNav {
	background-position:0px -18px;
}
.theme-big a.nivo-prevNav:hover {
	background-position:0px -36px;
}
.theme-big a.nivo-nextNav {
	background-position:-18px -18px;
}
.theme-big a.nivo-nextNav:hover {
	background-position:-18px -36px;
}

.theme-big .nivo-directionNav {
	position:absolute;
	bottom:-10px;
	right:54px;

}


/* Control nav styles (e.g. 1,2,3...) */
.theme-big .nivo-controlNav {
	position:absolute;
	bottom:-30px;
	left:0px;
}


.theme-big .nivo-controlNav a.nivo-control {
	float:left;
	text-indent:-9999px;
	background: url(slider_nav.png) no-repeat 0 1px;
	height:14px;
	width:14px;
	margin:5px 10px 3px 0;
	cursor:pointer;
}
.theme-big .nivo-controlNav a.nivo-control:hover {
	background-position: 0 -19px;
}
.theme-big .nivo-controlNav a.active, .nivo-controlNav a.active:hover {
	background-position: 0 -39px!important;
}
.theme-big .slider .nivo-controlNav img {
	display:inline;
	position:relative;
}
