/*
 * jQuery Nivo Slider v2.1
 * 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
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*-moz-border-radius: 8px;*/ /* FF1+ */
   /* -webkit-border-radius: 8px;*/ /* Saf3-4 */
    /*border-radius: 8px;*/ /* Opera 10.5, IE 9, Saf5, Chrome */    

}
.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.2; */
	width:100%;
	z-index:89;
}
/*.nivo-caption {
position:absolute;
	left:0px;
	bottom:-40px;	
	color: #6d6d6b;		
	font-size: 14px;
	width:100%;
	z-index:89;
	font-weight: bold;
}*/
.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:95%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}*/

.nivo-directionNav{ position:absolute;width:100%;top:100%;/*left:45%;*/z-index:1000}
.nivo-directionNav a {
 display:block; width:82px; height:82px;  position:absolute;  bottom:127px; margin:auto; cursor:pointer;}
a.nivo-nextNav {
	background: url(resources/slider-h-right.png ) top left no-repeat;
	right:-40px;
}
a.nivo-prevNav {
	background: url(resources/slider-h-left.png ) top left no-repeat;
	left:-40px;
}


/*.nivo-controlNav {
bottom:6px;
left:84.5%;
position:absolute;  
z-index:2000;
width:100%
}*/

/*.pages_1 { bottom: -85px;
    height: 40px;
    margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;
    position: absolute; text-align: left; 
    z-index: 20;height:56px;    
	}*/
	
.pages_1_wrapper{position: absolute; bottom: -85px; left:0;text-align:center; width:100% }
.pages_1 {
/* bottom: -85px;*/
  /*   left: 50%;
  width: 350px;*/
 /* margin-left: -100px;
    position: absolute; 
	text-align: left; */
    z-index: 20;height:56px; 
	}

.nivo-controlNav {
    bottom: -85px;
    height: 40px;
    margin-left: auto;
       margin-right:5px;
       left: 0;
       right: 0;
    /*position: absolute;*/
    min-width:42px;
    z-index: 20;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	cursor:pointer;
	z-index:2000;
}
.nivo-control{
	width:21px;
	height:20px;
	background:url(../../images/slide.jpg) no-repeat;
	border:0;	float:left;margin-right:3px;text-indent:-3000px;;
	/*margin-right:3px;
		padding-top:1px;
				
	margin-left:7px;
	margin-bottom:8px*/
	
}

.nivo-controlNav a.active {
	width:21px;
	height:20px;	float:left;
	background: url(../../images/slideSelected.jpg) no-repeat;
	border:0;margin-right:3px;text-indent:-3000px;;
	/*
	text-indent:-1000px;
	color:#cbcbcb;
	padding-top:1px;
	margin-left:7px;
	margin-bottom:8px*/
	
}

#slider {
	    position:relative;
	    /*width: 495px;
	    height: 200px;
        margin-left: 10px;
	    background:#202834 url(loading.gif) no-repeat 50% 50%;
        -moz-box-shadow:0px 0px 20px #000;
	    -webkit-box-shadow:0px 0px 20px #000;
	    box-shadow:0px 0px 10px #000;*/
        /*margin-top: 10px;
	    margin-bottom: 50px;*/
	}