@charset "utf-8";
/* CSS Document */
@import url("style.css");
@import url("template.css");
#slider-wrapper {
	height:300px;
	overflow:hidden;
	position:relative;
	padding:0px 0 0 0;
	}
#slider {
	position:relative;
	width:980px;
	height:300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	
}
#slider a {
	border:0;
	display:block;
}

#slider-box {
	width:660px;
	height:330px;
	border:1px solid #e4e3e3;
	background:#fdcf71;
	padding:20px 20px 0 20px;
	}
#slider-wrapper .divider {
	position:relative;
	bottom:-73px;
	left:-20px;
	width:980px;
	height:11px;
	margin:0;
	}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
	
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:20px;
	top:180px;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:460px;
	z-index:89;
	font-size:18px;
	line-height:120px;
	color:#FFFFFF;
}
	.nivo-caption p {
		background:#FFF;
		color:#000000;
		line-height:normal;
		padding:5px 10px 15px 10px;
		}
.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
}

.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:3%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	height:20px;
	right:20px;
	bottom:20px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	background:url(../images/bullets.png) no-repeat 100% 0;
	width:17px;
	height:17px;
	float:left;
	font-size:0;
	text-indent:-9999em;
	margin-left:5px;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	
}
a.nivo-nextNav {
	right:10px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:10px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}

