
.theme-default .nivo-controlNav {
	position:absolute;
	bottom:-32px;
    margin-left:11px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -21px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* 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;
}



.theme-default #slider {
    width:946px; /* Make sure your images are the same size */
    height:370px; /* Make sure your images are the same size */
	border:5px solid white;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
}



/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background-color : rgba(69,59,52,0.4);
	color:#fff;
	/*opacity:0.8;*/ /* Overridden by captionOpacity setting */
	
	width:100%;
	z-index:8;
}
.nivo-caption p {
    font-size:13px;
	padding:5px;
	margin:0;
	text-align:right;
	margin-right:20px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

