.theme-default .nivoSlider {
	position:relative;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	right: 0;
	display:none;
	margin:0 auto;
	text-align:center;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-155px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/dot.png) no-repeat;
	border:0;
	float:right;
	color:#8a6147;
	top:-15px;
	left:110px;
	text-indent:-9999px;
}
.theme-default .nivo-controlNav a.active {
	color:#00aeef;
	background:url(../images/dot-over.png) no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:38px;
	height:71px;
	background:url(../images/arrow-left.png) no-repeat;
	border:0;
	text-indent:-99999px;
	top:70px;
}
.theme-default a.nivo-nextNav {
	background:url(../images/arrow-rite.png) no-repeat;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default #slider {
    margin:0 auto;
    width:965px; /* Make sure your images are the same size */
    height:220px; /* Make sure your images are the same size */
	text-align:center;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	text-align:center;
}
/* 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;
}
/* Direction nav styles (e.g. Next & Prev) */
.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;
}
