/*----------------------------------------*/
/*----- nivo slider style -----*/
/*----------------------------------------*/
/* Typography for nivo slider */
.nivo-caption h1 {
	color: #ffffff;
	margin-bottom: 5px;
}
.nivo-caption p {
	padding-bottom: 0px;
}
/* The Nivo Slider styles */
#slider {
	background: transparent url(../images/loading.gif) no-repeat 50% 50%;
	width: auto;
	height: 430px; /*change as per your height*/
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;	
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	bottom: -350px;
	left: 0;
	background: url(../images/slider-content-bg.png) repeat;
	opacity: 1; /* Overridden by captionOpacity setting */
	width: auto;
	z-index: 89;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.6em;
}
.caption-hide {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	background: url(../images/slider-arrows.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 8px;
	z-index: 99;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position :-32px 0;
	right: 9px;
}
a.nivo-prevNav {
	left: 9px;
}
a.nivo-nextNav:hover {
	background-position :-32px -32px;
	right: 9px;
}
a.nivo-prevNav:hover {
	background-position : 0px -32px;
	left: 9px;
}
/* Control nav styles*/
.nivo-controlNav {
	position:absolute;
	right: 15px;
	bottom: 15px;
	z-index: 99;
}
.nivo-controlNav a {
	background: url(../images/slider-pager.png) no-repeat 0 0;
	width: 22px;
	height: 6px;
	padding: 0px;
	margin-left: 1px;
	text-indent: -9999px;
	display: block;
	float: left;
	z-index: 99;
}
.nivo-controlNav a.active {
	background:  url(../images/slider-pager.png) 0px -6px;
	z-index: 99;
}
/* 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%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
