@charset "UTF-8";

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: 1366px;
	min-width: 480px;
	max-height: 598px;
	background: url(../img3/back.gif) left top;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:0;
	background:white; 
	display:none;
	filter:alpha(opacity=0); 
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:6;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:5;
	top:0;
}
.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;
	z-index:9;
	cursor:pointer;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
/*	background:url(../img4/top-arrows-off.gif) left top no-repeat;*/
	border:0;
	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: 0px auto 0px auto;
	text-align: center;
}
.nivo-controlNav a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin: 10px 5px 10px 5px;
/*	background:url(../img4/top-slide-point.gif) no-repeat;*/
	text-indent: -9999px;
}
.nivo-controlNav a.active {
	background-position: -10px 0px ;
}
