/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, 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 */
.fullpage_wrap .nivoSlider {
	position:relative;
	width:1000px;
	height:300px;
	overflow:hidden;
}
 
/* Fullwidth home nivo */
.fullslider .nivoSlider {
	position:relative;
	width:1920px !important;
	height:450px !important;
} 
 
/* 960px home nivo */
.content960 .nivoSlider {
	position:relative;
	width:920px !important;
	height:450px !important;
}
.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: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;
	left:0px;
	bottom:20px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.fullslider .nivo-caption {
	position:absolute;
	left:0;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
	text-align:center;
	width:100%;
	padding-bottom:40px;
	font-size:16px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	margin-top:-20px;
	cursor:pointer;
	width:40px;
	height:40px;
	text-indent:-9999px;
}
.nivo-prevNav {
	background:url(images/nv_prw_slider_arrw_l.png) no-repeat;
	left:0px;
}
.nivo-nextNav {
	background:url(images/nv_prw_slider_arrw_r.png) no-repeat;
	right:0px;
}
.fullslider .nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	margin-top:20px;
	cursor:pointer;
	width:80px;
	height:80px;
	text-indent:-9999px;
}
.fullslider .nivo-prevNav {
	background:url(images/nv_full_slider_arrw_l.png) no-repeat;
	left:50%;
	margin-left:-460px;
}
.fullslider .nivo-nextNav {
	background:url(images/nv_full_slider_arrw_r.png) no-repeat;
	right:50%;
	margin-right:-460px;
}
.fullslider .nivo-controlNav {
position: absolute;
left: 50%;
bottom: 10px;
margin-left: -140px;
z-index:4000;
width:280px;
text-align:center;
}

.content960 .nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:9;
	margin-top:-30px;
	cursor:pointer;
	width:80px;
	height:80px;
	text-indent:-9999px;
}
.content960 .nivo-prevNav {
	background:url(images/nv_full_slider_arrw_l.png) no-repeat;
	left:50%;
	margin-left:-440px;
}
.content960 .nivo-nextNav {
	background:url(images/nv_full_slider_arrw_r.png) no-repeat;
	right:50%;
	margin-right:-440px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a.active {
}

.nivo-controlNav {
position: absolute;
left: 50%;
bottom: -30px;
margin-left: -140px;
z-index:4000;
width:280px;
text-align:center;
}
.nivo-controlNav a {
display: inline-block !important;
width: 16px;
height: 16px;
background: url(images/index_banner_o_nor.png) no-repeat ;
text-indent: -9999px;
border: 0;
margin:0 3px;
cursor:pointer;
}
.nivo-controlNav a.active {
	background: url(images/index_banner_o_over.png) no-repeat ;
}