/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
.slider-bg{ position:relative;  width:993px; height:202px;   border:0px solid #ededdf; overflow:hidden;
 }
 
#slider {width:993px; height:180px;    position:relative; margin:auto;  background:url(../images/loading.gif) no-repeat 50% 50%; 

}



#slider img {
	position:absolute; z-index:1; width: 100%;height: auto;width: auto\9;  border:8px solid #ededdf; 
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav{ display:none; position:absolute; background: url(../images/sl-index.png-) no-repeat;  ; border:#79a22e 0x solid; z-index:200; top:328px; left:20px; padding:5px; border-radius:15px; width:145px; height:37px;
  }

.nivo-controlNav a {
	display:block; cursor:pointer;
	width:20px;
	height:20px; background-image:url(../images/bullets.png); float: left;
	text-indent:-9999px;
	border:0;

	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


.nivo-controlNav a.hover {
	background-position:0 0px;
}

.nivo-directionNav a {
	display: none;
	width:30px;
	height:30px; background: none;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0; display:none;
	right:15px;
}
a.nivo-prevNav {
	left:15px; display:none;
}



/* The Nivo Slider styles */
.nivoSlider {
	position:relative; margin:auto;
}
.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%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer; }
.nivo-prevNav {
	left:0px; display:none;
}
.nivo-nextNav {
	right:0px;display:none;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.nivo-caption {
	position:absolute;
	right:0px;height:50px;
	background:#fff;
	color:#000;
	opacity:0.4; /* Overridden by captionOpacity setting */
	width:100%; left:0px; top:432px;
	z-index:8;
}
.nivo-caption p {
	 font-size:25px; line-height:50px; text-align: center; right:0;font-style:normal;font-family:PA; letter-spacing:1px;
	margin:0; 
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

@media screen and (max-width: 510px) 	{
.nivo-caption p {
padding:0px; font-size:20px; line-height:50px; text-align: center; right:0; text-transform:uppercase;font-style:normal;font-family:BL; letter-spacing:1px; margin:0; }

}
