/*=================================*/
/* Mi nivo /*
/*=================================*/

/*///////////DEL THEME///////////*/

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	position:relative;
	top:-85px;
	z-index:10;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/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;
}


/*///////////DEL DEMO///////////*/

.slider-wrapper { 
	width:100%; 
	height:414px;
}

.theme-default #slider {
    margin:0px auto 0 auto;
}

.clear {
	clear:both;
}