#slider-container{
	height: 391px;
	overflow:hidden;
    padding-top: 36px;
}
 
#slider{
	width:940px;
	height: 391px;
	margin:0;
	padding:0;
}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	overflow:hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right: 20px;
	bottom: 20px;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width: auto;
	min-width:320px;
	z-index:8;
    background: url(../images/caption.png) 0 0 repeat;
    border-radius: 4px;
}
.nivo-caption .caption-body {
	padding: 14px 10px 14px 15px;
	margin:0;
}
.nivo-caption .caption-body h3.moduleItemTitle {
    margin: 0;
    padding: 3px 0 3px 37px;
    background: url(../images/moduleItemTitle.png) 0 6px no-repeat;
    font: 28px/28px 'Abel', sans-serif;
    text-transform: none;
} 

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:#900;
	/*background:url(../images/slider-dir-nav.png) no-repeat;*/
	display:block;
	width:20px;
	height:20px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
	left:0px;
	/*background-position: left top;*/
}
.nivo-directionNav a.nivo-nextNav {
	right:0px;
	/*background-position: right top;*/
}

.nivo-directionNav a.nivo-prevNav:hover{
	background:#F00;
	/*background-position: left -138px;*/
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background:#F00;
	/*background-position: right -138px;*/
	}
	
	
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
    bottom: 20px;
    position: absolute;
    left: 21px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	width: 11px;
	height: 11px;
	background:url(../images/slider-contr-nav.png) no-repeat;
	background-position: top right;
	text-indent:-999em;
	font-size:1px;
	line-height:1px;
	display:block;
	float:left;
	margin: 0 2px 0 0px;
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background-position: top left;
}
