/*
 * jQuery Nivo Slider v2.4
 * 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
 */
 
 
/* The Nivo Slider styles */
.nivo_slider_sc .slider{
	/*width:600px;*/ /*!!!*/
	background: #000;
	padding: 10px;
}
.nivoSlider {
	position:relative;
	
}

.nivoSlider img {
	position:absolute;
	top: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:98;
	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:url(../images/roung-text-bg.png) 0 0 repeat;
	color:#727272;
	width:100%;
	z-index:95;
	font-size:14px;
	line-height:1.2em;
	font-family:Droid Sans;
	
	
	
}
.nivo-caption p {
	padding:15px 30px 15px 30px;
	margin:0;
	width:80%;
	color:#fff;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:39.8%;
	z-index:95;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	position:absolute;
	bottom:20px;
	height:7px;
	z-index:96;
	text-align:center;
	right:20px;
	display:inline-block;
	
}
.nivo-control{
	font-size: 0;
	display:block;
	line-height: 0;
}

.nivo-control span{
	position:absolute;
	display:inline-block;
	bottom:10px;
	top:0px;
	width:100%;
	background:#000;
}

*+ html .nivo-controlNav {text-indent:inherit;}

.nivo-controlNav a:hover{
}

.nivo-controlNav a {
	
}
.nivo-thumbnails .nivo-controlNav{
	bottom:-100px;
	height:auto;
	display:block;
	text-align:center;
	left:0;
	right:0;
}
.nivo-thumbnails .nivo-controlNav a {
	width:auto;
	height:auto;
	overflow:hidden;
	background:none;
	border:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.nivo-thumbnails .nivo-controlNav a:hover {
	background:none;
}
.slider-thumbnails{
	padding-bottom:80px;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
}
 .nivo-controlNav img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
	border:#d3d3d3 1px solid;
	
}
.nivo-directionNav a {
	display:block;
	width:41px;
	height:41px;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:50%;
	margin-top:-21px;
}
a.nivo-nextNav {
	right:0px;
	background:url(../images/next.gif) 0 0 no-repeat;
}

a.nivo-prevNav {
	left:0px;
	background:url(../images/prev.gif) 0 0 no-repeat;
}
