/*
 * 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 */

#slider {
	position: absolute;
	width: 1000px;
	height: 400px;
	margin:0 auto;

}
#slider img {
	position:absolute;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivoSlider {	
	position:relative;
	width: 1000px;
	height: 400px;
	overflow: hidden; 
}

.nivoSlider img {
	position:absolute;
	top: 0;
	left: 0;
	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;
}

/* The slices and boxes in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:2;
	height:100%;
	top:0; 
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:2;
	overflow:hidden; 
}

.nivo-box img { display:block; }

/* Caption styles */

.nivo-caption {
	background: url(../images/bannercaption-bg.png) repeat-x;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;	
	overflow: hidden;
	display: none;	
	width: 100%;
	min-width: 1200px;
	padding-left: 20px;
	
}

.nivo-caption p {
	padding:0;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

.caption-title {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	font: normal 16px 'PTSans', Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	padding-top: 10px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top: 45%;
	z-index:5;
	cursor:pointer;
	display: block;
	width: 40px;
	height: 43px;
	background: url(../images/prev-next.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.nivo-directionNav a:hover {
	opacity: 0.8;
}

a.nivo-prevNav {
	left: 5px;
}
a.nivo-nextNav {
	background-position: -40px 0;
	right: 5px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position: absolute;
	margin-top: 375px;
	margin-left: 940px;
	z-index: 10 !important;
}

.nivo-controlNav a {
	cursor:pointer; 
	background: url(../images/controlNav.png) no-repeat scroll 0 top transparent;
    width: 10px;
    height: 10px;
    margin-right: 4px;
	text-indent: -9999px;
	float: left;
	display: block;
	transition: none;
}

.nivo-controlNav a.active {
	background: url(../images/controlNav.png) no-repeat scroll 0 bottom transparent;
	text-indent: -9999px;
	display: block;
	height: 10px;
}
