/*
 * jQuery Nivo Slider v2.0
 * 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
 */
 #slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	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: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:#333;
	color:#fff;
	text-shadow: 1px 1px 0px #000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	margin-bottom:25px;
}
.nivo-caption p {
	padding:28px 18px;
	margin:0;
	color: white
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	width: 42px;
	height: 42px;
	background: url(../images/prev_next.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
a.nivo-prevNav {
	left:10px;
}
a.nivo-nextNav {
	right:10px;
	background-position: -44px 0;
}
div.nivo-controlNav {
bottom:55px;
position:absolute;
right:10px;
}

div.gallery div.inner_slider_image div.nivo-controlNav {
bottom:20px;
position:absolute;
right:20px;
}




/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display: block;
	background: url(../images/navigator.png) no-repeat 0 -12px;
	width:11px;
	height: 11px;
	float: left;
	margin: 0 3px;
	text-indent: -9999px;
	overflow: hidden;
}
.nivo-controlNav a.active {
	background-position: 0 0;
}