/*
 * jQuery Nivo Slider v2.6
 * 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
 */



#slider-wrap {
	width:100%;
	overflow: hidden;
	padding-top:10px;
	background-image: url(../base/img/back_alpha.png);
}
#slider {
	/*margin:0 auto;*/
    width:940px; /* Make sure your images are the same size */
	height:460px; /* Make sure your images are the same size */
	background:#000 url(img/loading.gif) no-repeat 50% 50%;
	margin: 5px 20px 100px 20px;
}
#slider h2{
	font-size:14px;
	color:#f00;
}
#slider a{
	text-decoration:underline;
}
#slider img {
	display: none;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	background:#000\9;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	width:100%;
	z-index:8;
}
*:first-child+html .nivo-caption {
	background: #000;
}
.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:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:30px;
	background:url(img/arrows_b.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:5px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:5px;
}
*:first-child+html .nivo-directionNav a {
	top :25%;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	position:absolute;
	/*left:-6px;*/
	bottom: -100px;
	height: 70px;
	width: 100%;
	z-index: 100;
	background-color:#000;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
.nivo-controlNav img {
	display: inherit !important;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: #999 0 2px 2px; /* IE */
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
*:first-child+html .nivo-controlNav img {
	display: block !important
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display: inline;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	font-weight:bold;
	opacity: 1;
}
.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	box-shadow: #999 0 15px 19px; /* IE */
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	text-decoration: none;
	border: 0 none;
	padding: 0;
	margin:0 10px 0 15px;
	display: block;
	vertical-align: bottom;
	white-space: nowrap;
	float: left;
	width: auto;
}
.nivo-controlNav a img {
	position: relative;
	width: 55px;
	height: 55px;
	margin-right: 0;
	display: block;
}
