/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
#nivo_slider_plugin {
	max-width:960px;
	margin:0 auto;
}
.slider_Nivo{
	padding:0 0 70px 0;
}
.layout_boxed .slider_Nivo{
	padding:0 0 0 0;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	max-width:960px;
	height:auto;
	overflow: hidden;
	margin:0 auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	display:block;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	background:#000;
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0px;
	color: white;
	font-size: 14px;
	line-height: 18px;
	z-index:9000;
	opacity:0.8;
	text-align:center;
	-webkit-transform-style: preserve-3d;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	background:url(../images/1x1.png) repeat;
	position:absolute;
	top:0;
	z-index:4000;
	cursor:pointer;
	text-indent:-9999px;
	width: 40px; height: 100%; display: block;
}

.nivo-nextNav { right:-40px; opacity:0.2;}
.nivo-prevNav { left:-40px; opacity:0.2;}
.nivoSlider:hover .nivo-nextNav { right:0px; opacity:1;}
.nivoSlider:hover .nivo-prevNav { left:0px; opacity:1;}
.nivo-nextNav span{ background: url(../images/arrow_white.png) no-repeat right 50%; display:block; width:100%; height:100%;}
.nivo-prevNav span{ background: url(../images/arrow_white.png) no-repeat left 50%; display:block; width:100%; height:100%;}




/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100%; position: absolute; bottom: 10px; right:10px; text-align: right;
	z-index:9000;
}
.nivo-controlNav a {
	z-index:9000;
	cursor:pointer; margin: 0 3px; display: inline-block;
	text-indent:-9999px;
	text-align:left;
}
.nivo-controlNav a:hover{
	background:url(../images/icon_paginate_active-fs.png) no-repeat center center;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background:url(../images/icon_paginate_active-fs.png) no-repeat center center;
}


.nivo-controlNav a{ background:#fff; width: 10px; height: 10px; cursor:pointer;}
.nivo-controlNav a:hover{ background:#fff; }
.nivo-controlNav a.active{ background:#000; cursor: default; width: 10px; height: 10px; }