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

/*
#sliderWrapper{
height:180px;
padding-bottom:30px;
overflow:hidden;
}
*/
#slider-wrapper{
	width:702px;
	height:215px;
	overflow:hidden;
	background : #fff url(/js/slider/themes/default/loading.gif) no-repeat 50% 45%;
}
#slider{
display: none;
margin-bottom:30px;
z-index:1;
}
/* The Nivo Slider styles */
.nivoSlider {
	/* margin-bottom:75px; */
	text-align:center;
	height:180px;
}
.nivoSlider img {
	top:0;
	left:0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:180px;
	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;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.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:100;
	cursor:pointer;
}
.nivo-prevNav {
	left:5px;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url(themes/default/arrows.png) no-repeat 0 0;
}
.nivo-nextNav {
	width:30px;
	height:30px;
	right:5px;
	text-indent:-9999px;
	background:url(themes/default/arrows.png) no-repeat 100% 0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
text-align:right;
position:absolute;
/* bottom:-63px; */
left:0;
bottom:-30px;

width:700px;
z-index:99;
}
.nivo-controlNav a{
display:inline-block;
/display:inline;
/zoom:1;
/* width:170px;
padding:14px 7px 1px 0; */
cursor:pointer;
width:22px;
height:22px;
line-height:22px;
font-weight:bold;
font-size:12px;
text-decoration:none;
color:#71716F;
margin:0 0 0 10px;
border:1px solid #71716F;
text-align:center;
overflow:hidden;

/* background:url(themes/default/bullets.png) no-repeat 0 2px;
text-indent:-9999px; */
/* background:url(../../img/main/bg_mainthumb.gif) no-repeat 0 100%; */
}
.nivo-controlNav a.active{
/* background:url(../../img/main/bg_mainthumb_on.gif) no-repeat 0 100%; */
/* background:url(themes/default/bullets.png) no-repeat 0 100%; */
color:#FFF;
background:#71716F;
}

/*
.nivo-controlNav a.nivo-control {
	position:relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
	text-indent:-9999px;
	z-index:9;
	cursor:pointer;
	background:url(themes/default/bullets.png) no-repeat 0 2px;
	width:20px;
	height:20px;
}
.nivo-controlNav a.nivo-control.active {
	font-weight:bold;
	width:20px;
	height:20px;
	background:url(themes/default/bullets.png) no-repeat 0 100%;
}
*/