/* Slider
---------------------------------------------------------------- */
#slider img{
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 20px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

#slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 40%;
	height:280px; 
}
#slider .slider img {
	width:610px;
	height:280px;
}

.nivoSlider {
	position:relative;
	height:280px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border: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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	font-weight:bold;
	font-family:'Trebuchet MS',Georgia,serif;
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
    font-family: 'Trebuchet MS',Georgia,serif;
    font-size: 16px;
    margin: 0;
    padding: 10px;
	opacity:0; 
    text-transform: capitalize;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	background: url("../images/prev_next.png") no-repeat scroll left top transparent;
    display: block;
    height: 43px;
    left: 15px;
    text-indent: -9999px;
    width: 43px;
}
.nivo-nextNav {
	background: url("../images/prev_next.png") no-repeat scroll right top transparent;
    display: block;
    height: 43px;
    right: 15px;
    text-indent: -9999px;
    width: 43px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.nivo-controlNav {
    bottom: -20px;
    position: absolute;
}
.nivo-controlNav img {
    display: inline;
    position: relative;
}
a.nivo-control {
    margin-right: 20px;
}
a.nivo-control img {
    height: 100px;
    margin: 0 0 -2px;
    position: relative;
    width: 168px;
    z-index: -1;
}
a.nivo-control:hover {

}