/*
 * 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
 */
#preloader {
	background:#eee;
	position:absolute;
	top:0;
	left:0;
	z-index:51; /* z-index greater than #slider */
	width:740px;
	height:380px;
}
#preloader img {
 padding:150px 0 0 470px; /* unknown img size, but adjust so centered */
}
#slider {
	background: #eee url(../js/loading.gif) no-repeat 50% 50%;
	position: relative;
}
#slider img {
 position: absolute;
 top: 0px;
 left: 0px;
 display: none;
}


 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	height: 380px;
	width: 740px;
	clear: both;
	float: left;
	background-image: url(../js/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
/*.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
	visibility: hidden;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}*/


.nivo-caption
{
    /*background-image: url("../images/bar.png");
    float: left;
    height: 86px;
    left: -26px;
    margin-bottom: -86px;*/
    position: relative;
    top: 380px;
	left:230px;
    width: 740px;
    z-index: 1200;
	
}

/*
.nivo-caption p {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top:10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	width: 680px;
	height: auto;
}

*/


.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:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:30px;
	background-image: url(../js/prev.png);
	height: 117px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
.nivo-nextNav {
	right:0px;
	background-image: url(../js/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	width: 60px;
	text-indent: -9999px;
}
 /*Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	visibility: hidden;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
