.slider-wrapper {
	width:300px;
	padding-top:5px;
	margin-left:5px;
}
.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;
}
.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:#333333; 
	*/
}
.nivoSlider {
	position:relative;
	height:210px;
	width:300px;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	height:210px;
	width:300px;
}
.nivoSlider a {
	border:0;
	display:block;
}

.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; 
}

.nivo-controlNav {
	text-align: center;
	margin:12px 0px 0px 0px;
	padding:0px;
}
.nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:20px;
	background:url(../images/gallery/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 1px;
}
.nivo-controlNav a.active {
	background-position:0 -21px;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/gallery/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;
}
.nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}