/*
 * jQuery Nivo Slider v3.0.1
 * 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 */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}
/* 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; }

/* Caption styles
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#fff;
	color:#494949;
	width:100%;
	z-index:8;
	padding: 10px 10px;
	opacity: 0.5;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
	-webkit-box-sizing: border-box;  Safari/Chrome, other WebKit */
  /*	-moz-box-sizing: border-box;     Firefox, other Gecko */
  /*	box-sizing: border-box;          Opera/IE 8+
}
*/


.nivo-caption {
font-family: 'Monda', Arial;
font-size: 24px;
color: #fff;
width: 450px;
height: 72px;
	position:absolute;
	right: -15px;
	z-index:910;
	top: 250px;
	text-align: center;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 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:48%;
	z-index:9;
	cursor:pointer;
 	display:block;
	width:22px;
	height:41px;

	text-indent:-9999px;
	border:0;


}
.nivo-prevNav {
	background:url(images/arrows.png) no-repeat 0 0;
	right:15px;
}
.nivo-nextNav {
	background:url(images/arrows.png) no-repeat -66px 0;
	left:15px;
}


.nivo-prevNav:hover {
	background:url(images/arrows.png) no-repeat -22px 0;
	right:15px;
}
.nivo-nextNav:hover {
	background:url(images/arrows.png) no-repeat -44px 0;
	left:15px;
}



/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	top: 460px;
	right: 20px;
	z-index: 150;
	text-align:right;
	padding: 0;
}
.nivo-controlNav a {
	cursor: pointer;
	display: block;
	width: 26px;
	height: 5px;
	background: #000;
	border: solid 1px #353536;
	float: left;
	margin-left: 5px;
	line-height: 1px;
	font-size: 1px;
	color: #000;
}
.nivo-controlNav a.active {
	background: #f6077c;
	border: solid 1px #f6077c;
	color: #f6077c;

}



#nslider {
	position:relative;
	width: 425px;
	height: 282px;
}
#nslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#nslider a{
	display:block;
}