/*
 * jQuery Nivo Slider v3.1
 * 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 */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;min-width:955px
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	min-width:955px
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;min-width:955px
	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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:235px;
	cursor:pointer;
	z-index:10000;
	width:78px;
	height:78px;
}
.nivo-prevNav {
	left:25px;
	font-size:0px; 
	background:url(prevt-bg-arr.png ) top left no-repeat;
}
.nivo-nextNav {
	right:34px;
	font-size:0px; 
	background:url(next-bg-arr.png ) top left no-repeat;
}

.nivo-directionNav2 a {
	position:absolute;
	top:180px;
	cursor:pointer;
	z-index:10000;
	width:78px;
	height:78px;
}
.nivo-prevNav2 {
	left:25px;
	font-size:0px; 
	background:url(prevt-bg-arr.png ) top left no-repeat;
}
.nivo-nextNav2 {
	right:34px;
	font-size:0px; 
	background:url(next-bg-arr.png ) top left no-repeat;
}

.nivo-directionNav4 a {
	position:absolute;
	top:230px;
	cursor:pointer;
	z-index:10000;
	width:78px;
	height:78px;
}
.nivo-prevNav4 {
	left:25px;
	font-size:0px; 
	background:url(prevt-bg-arr.png ) top left no-repeat;
}
.nivo-nextNav4 {
	right:34px;
	font-size:0px; 
	background:url(next-bg-arr.png ) top left no-repeat;
}

.nivo-directionNav3 a {
	float:left;
	cursor:pointer;
	z-index:10000;
	width:11px;
	height:21px;
}
.nivo-prevNav3 {
	padding-right:20px;
	width:11px;
	height:21px;
	font-size:0px; 
	background:url(arrow-prev-det-art.png ) top left no-repeat;
}
.nivo-nextNav3 {
	font-size:0px;width:11px;
	height:21px; 
	background:url(arrow-next-det-art.png ) top left no-repeat;
}

/*.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: 5px; left:0;text-align:center; width:100%; z-index:100 }
.pages_1 {
/* bottom: -85px;*/
  /*   left: 50%;
  width: 350px;*/
 /* margin-left: -100px;
    position: absolute; 
	text-align: left; */
    z-index: 20;height:20px; 
	}

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

.nivo-controlNav a.active {
	width:7px;
	height:7px;	float:left;
	background: url(slideSelected.jpg) no-repeat;
	border:0;margin-right:7px;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;*/
	}