/*
 * jQuery Nivo Slider v2.4
 * 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 */

#nivo {
	position:relative;
	width: 740px !important;
	height: 390px !important;
	overflow: hidden !important;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.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:15px;
	bottom:15px;
	color:#fff;
	z-index:8;
}
.nivo-caption p {
	margin:0;
}

.nivo-caption h3 {
	margin: 0;
	padding: 5px 10px;
	display: inline;
	background:#7ca529;
}

.nivo-caption span {
	background: url('../../images/black-op.png');
	padding: 5px 10px;
	display: block;
	margin-top: 5px;
	max-width: 200px;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display: block;
	height: 49px;
	margin: -25px 0 0 0;
	width: 15px;
	padding: 0 15px;
	text-indent: -999em;
	opacity: 0.55;
	filter: alpha(opacity=55);
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}
.nivo-directionNav a:hover {
	opacity: 1; filter: alpha(opacity=100);
}
.nivo-prevNav {
	left: 15px; padding: 0 0 0 15px;
	background: url('../../images/small-arrows.png') no-repeat;
}
.nivo-nextNav {
	background: url('../../images/small-arrows.png') no-repeat right bottom;
	right: 15px; padding: 0 15px 0 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	width: 15px;
	height: 15px;
	margin-right: 2px;
	text-indent: -999em;
	float: left;
	background: url('../../images/c.png') no-repeat 0 0;
}
.nivo-controlNav a.active {
	background: url('../../images/c.png') no-repeat 0 100%;
}

.nivo-controlNav {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 120;
	cursor: pointer;
}
