#slidershow {
    left: -9999px;
    height:0;
}
.slider-wrapper { 
	width: 540px; 
}
.slide {
    float:left;
}
#slideInner {
    width: 100000px;
}
.nivoSlider {
	position:relative;
	background:transparent url(images/loading.gif) no-repeat 50% 50%;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	display:none;
}
.nivo-controlNav {
	text-align: center;
	position:relative;
	top:-30px;
	width:150px;
	z-index:99999;
}
.nivo-controlNav a {
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 4px;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
    z-index: 5;
}
.nivo-slice {
	position:absolute;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}