@charset "UTF-8";

#slider-box {
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
}
#slider {
	width: 100%;
	margin: 0 auto 15px auto;
}
#slider img {
	display: none;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}
.nivoSlider img {
	position: absolute; top: 0; left: 0;
}
.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%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	background: white; 
	display: none;
	filter: alpha(opacity=0); 
	opacity: 0;
	z-index: 6;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	height: 100%;
	display: block;
	position: absolute; top: 0;
	z-index: 5;
}
.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img { display: block; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute; top: 190px;
	cursor: pointer;
	z-index: 9;
}
.nivo-directionNav a {
	width: 30px;
	height: 30px;
	background: url(../img4/top-arrows-off.gif) left top no-repeat;
	border: 0;
	display: block;
	text-indent: -9999px;
}
.nivo-directionNav a:hover {
	background: url(../img4/top-arrows-on.gif) no-repeat;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
a.nivo-nextNav:hover {
	background-position: -30px 0;
	background: url(../img4/top-arrows-on.gif) right top no-repeat;
}
a.nivo-prevNav {
	left: 15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.nivo-controlNav a {
	width: 10px;
	height: 10px;
	margin: 10px 5px 10px 5px;
	background: url(../img4/top-slide-point.gif) no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
}
.nivo-controlNav a.active {
	background-position: -10px 0;
}

@media (max-width: 840px) {
}

@media (max-width: 640px) {
}
