.ngslideshow {
	/* -moz-box-shadow:0 0 10px #333333; */
	background:url("../images/loading.gif") no-repeat scroll 50% 50% ;
	width:0px; /* Change this to your images width */
    height:0px; /* Change this to your images height */
	margin: 0 auto;
	overflow: hidden;
text-align:center;
}
.ngslideshow img {
	/* position:absolute; */
	top:0px;
	left:0px;
width:100%;
 
	left:-0px;
	/* visibility:hidden; */
	display:none;
}
.ngslideshow a {
	//position:absolute;
	//top:0px;
	//left:0px;
	border:0 none;
	display:block;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
}
.nivoSlider div img {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	visibility:visible;
	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; */
	left: 0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	/* visibility:hidden; */
	overflow:hidden;
	display:none;
}
.nivoSlider a.nivo-imageLink img {

}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	margin:0 auto;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	/* bottom:0px; */
	margin-top: 0px;
	background:;
	color:;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align:left;
}
.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:-30px;;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.ngslideshow .nivo-controlNav, .nivo-controlNav {
	bottom: 0;
	margin-top: 0px;
	/* top:10px; */
	position:relative;
	text-align:center;
}
.ngslideshow .nivo-controlNav a, .nivo-controlNav a {
	background:url("../images/bullets.png") no-repeat scroll 0 0 transparent;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	border:0 none;
	height:10px;
	margin-right:3px;
	/* text-indent:-9999px; */
	width:10px;
	// display:inline;
	// float:left;
display:inline-block;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-controlNav a {
	cursor:pointer;
	position:relative;
	z-index:9;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-directionNav a {
	background:url("../images/arrows.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	height:60px;
	text-indent:-9999px;
	width:32px;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}