/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.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;
	background:white;
	/*filter:alpha(opacity=0);*/
	opacity:0;
}
/* 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 {
	position:absolute;
	left:0px;
	bottom:0;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	font-size:15px;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	/*filter:alpha(opacity=8);*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.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 {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}*/
.slider_controller {
	width:1600px;
	height:490px;
	position:absolute;
	top:0;
	left:0;
	/*z-index:100000;*/
}
.slider_controller a {
	position:absolute;
	width:30px;
	height:30px;
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	background:url(/img/playpause.png) no-repeat;
	top: auto;
	bottom: 0;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-indent:-100000em;
}
.slider_controller a.slider_pause {
    right: 350px;
    opacity: 1;
}
.slider_controller a.slider_pause:hover {
	background-position:0 -30px;
}
.slider_controller a.slider_play {
    right: 320px;
    background-position:-30px 0;
    opacity: 1;
}
.slider_controller a.slider_play:hover {
	background-position:-30px -30px;
}
.wz_slider_controller {
	width: 42px;
	height: 25px;
	position: absolute;
	top:0;
	right:0;
}
.wz_slider_controller a {
	position:absolute;
	width:21px;
	height:25px;
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	background:url(/img/wz_playpause.png) no-repeat;
	top: auto;
	bottom: 0;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 25px;
	text-indent:-100000em;
}
.wz_slider_controller a.slider_pause {
    right: 21px;
    opacity: 1;
    background-position:-52px 0;
}
.wz_slider_controller a.slider_pause:hover {
	background-position:-52px -25px;
}
.wz_slider_controller a.slider_play {
    right: 0;
    background-position:-32px 0;
    opacity: 1;
}
.wz_slider_controller a.slider_play:hover {
	background-position:-32px -25px;
}
.slider_container .nivo-directionNav {
	width:1600px;
	height:490px;
	position:absolute;
	top:0;
	left:0;
	/*z-index:100000;*/
}
.slider_container .nivo-directionNav a {
	position:absolute;
	width:30px;
	height:30px;
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	background:url(/img/arrows.png) no-repeat;
	top: auto;
	bottom: 0;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-indent:-100000em;
	cursor:pointer!important;
}
.slider_container a.nivo-nextNav {
    right: 380px;
    background-position:-30px 0;
    opacity: 1;
}
.slider_container a.nivo-nextNav:hover {
	background-position:-30px -30px;
}
.slider_container a.nivo-prevNav {
    right: 410px;
    opacity: 1;
}
.slider_container a.nivo-prevNav:hover {
	background-position:0 -30px;
}
.slider_container .nivo-directionNav a:hover { color: #ddd; }
.webzine_slider .nivo-directionNav {
	width:42px;
	height:25px;
	position:absolute;
	top:-25px;
	right:42px;
	z-index:100000;
}
.webzine_slider .nivo-directionNav a {
	position:absolute;
	width:21px;
	height:25px;
	display:block;
	border:0;
	color: #fff;
	text-transform: uppercase;
	background:url(/img/wz_playpause.png) no-repeat;
	top: auto;
	bottom: 0;
	z-index: 11;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-indent:-100000em;
	cursor:pointer!important;
}
.webzine_slider a.nivo-nextNav {
    right: 0;
    background-position:-14px 0;
    opacity: 1;
}
.webzine_slider a.nivo-nextNav:hover {
	background-position:-14px -25px;
}
.webzine_slider a.nivo-prevNav {
    right: 21px;
    opacity: 1;
    background-position:1px 0;
}
.webzine_slider a.nivo-prevNav:hover {
	background-position:1px -25px;
}
.webzine_slider .nivo-directionNav a:hover { color: #ddd; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
