/*
 * jQuery Nivo Slider v3.2
 * 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 */
.slider-wrapper{ position:relative; overflow:hidden; margin-bottom:30px;}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* 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; }

.slider_images{ width:732px;}

/* Caption styles */

.nivo-caption {
	background: #020202 url(../images/caption.jpg) no-repeat 100% 0%;
	width: 250px;/*352px;*/
	height: 430px;
	left: 460px;	
	line-height: 18px;
	color: #787878;
	position: absolute;
	top: 0;
	z-index: 89;
	overflow:hidden;

}

	.nivo-caption .nivo-caption-inner {
		margin: 0;
		padding: 31px 20px 0 20px;
	}

.nivo-caption-inner h5,.nivo-caption-inner h5 a{ font-size:25px; line-height:30px; color:#FFF;}
	.nivo-caption img {
		display: inline-block !important;
		position: relative !important;
		margin: 0;
		vertical-align: top;
		border: none;
	}
	
	.nivo-caption p {
		padding: 0 0 12px 0;
		color: #E0E0E0;
	}
	
	.nivo-caption a.read_more {
		background: #197BCE;
		display: inline-block !important;
		position: relative;
		height: 26px;
		overflow: hidden;
		margin: 16px 0 0 0;
		padding: 0 10px 0 10px;
		vertical-align: top;
		border-radius: 3px;
		line-height: 26px;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		color: #fff;
	}
	.nivo-caption .ratings{ margin-bottom:15px;}
	

.nivo-html-caption {
  display:none;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	width: 252px;
	height: 20px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index:99;
	
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	margin: 0 5px;
	text-indent: -9999px;
	width: 25px;
	height: 5px;
	background: #FFF;
}

.nivo-controlNav a.active{background: #197BCE;}

	

.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:15px;
	background:url(../images/direction_nav.png) no-repeat 0 0;
	z-index: 99;
	transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
}
a.nivo-nextNav {
	left:55px;
	cursor:pointer;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	cursor:pointer;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}



#slider {
	position:relative;
	height:430px;
}

#slider .nivo-controlNav img {
	position: relative;
	display: inline; /* Unhide the thumbnails */
}
