

#slider-nivo {
	margin: 0 auto;
    width:630px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}

.nivoSlider {
	position:relative;
	background:#fff ;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#ccc;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

.nivo-caption p {
	padding:15px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
	color:#fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .2s ease-in;
	-moz-transition: border-color .2s ease-in;
	-o-transition: border-color .2s ease-in;
	transition: border-color .2s ease-in;
}

.nivo-caption a:hover {
    color:#fff;
	border-bottom: 1px solid #fff;
}

.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:40%;
	z-index:99;
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	border:0;
}

.nivo-directionNav .nivo-prevNav {
	background: url(../images/arrow-prev.png) no-repeat;
	width:30px;
	height:70px;
	position:absolute;
	left: 0;
}

.nivo-directionNav .nivo-nextNav {
	background: url(../images/arrow-next.png) no-repeat;
	width:30px;
	height:70px;
	position:absolute;
	right:0;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:55px;
    margin-left:-25px; /* Tweak this to center bullets */
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:14px;
	height:14px;
	background:url(../img/slider-pagination.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -14px;
}