
.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	height:450px;
	width:1920px;
	margin:0px auto;
	left: 50%; margin-left: -960px;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:50%;
	margin-left: -960px;
	width: 1920px;
	height: 450px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	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;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:8;
	cursor:pointer;
}
.nivo-prevNav {
	left:0;
}
.nivo-nextNav {
	right:0;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav,.nivo-controlNav a,.nivo-directionNav a{
	background-image:url(../images/sprite.png);
	background-repeat:no-repeat
}
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:10px;
	width:212px;
	height:42px;
	background: #fff; 
    margin-left:-106px;
	z-index:10;
}

.nivo-controlNav a {
	display:block;
	width:16px;
	height:16px;
	text-indent:-9999px;
	border:0;
	margin:12px 13px 0 13px;
	float:left;
	background-position:0 0;
	
}
.nivo-controlNav a:first-child{
	margin-left:11px;
}
.nivo-controlNav a.active {
	background-position:-2px -17px
}

.nivo-directionNav a {
	display:block;
	width:70px;
	height:29px;
	text-indent:-9999px;
	border:0;
}
.nivo-directionNav a.nivo-nextNav {
	background-position:-161px -29px;
	right:355px;
	display: none;
}
.nivo-directionNav a.nivo-prevNav {
	left:250px !important;
	background-position:-161px 0;
	display: none;
}
.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	width:460px;
	padding:5px 10px 10px;
	right:0;
	top:228px;
	text-align:right;
	min-height:65px;
}
.nivo-caption h1{
	margin-top:0;
	margin-bottom:10px;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

