/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*overflow: hidden;*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	z-index:10;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	/*border: thin solid #000;*/
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:10;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:10;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:10;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:-45px; /* -130px */
	background:#fff;
	color:#000;
	width:620px;
	height:390px;
	z-index:1;
	padding: 10px 0px 10px 0px;
	/*opacity: 0.8;*/
	overflow: hidden;
	display: none;
	/*font-weight:bold;*/
	font-size:10px;
}
.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:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:left;
	padding: 2px 10px 0px 0px;
	margin:-35px 0px 0px 0px;
	/*width:620px;*/
	height:22px;
	float:right;
	position:relative;
	z-index:10;
	overflow:hidden;
	background:none;
	font-size:12px;
	/*border:thin solid #F00;*/
}
.nivo-controlNav a {
	font-weight:bold;
	cursor:pointer;
	width:23px;
	height:23px;
	background:url(themes/default/fondo2.png) center center no-repeat;
	margin:0px 4px 0px 0px;
	padding:7px;
	padding-left:6px;
	line-height:20px;
	color:#58595B;
	/*border-right:2px solid #fff;*/
}
.nivo-controlNav a.active {
	font-weight:bold;
	width:23px;
	height:23px;
	background:url(themes/default/fondo1.png) center center no-repeat;
	margin:0px 4px 0px 0px;
	padding:7px;
	color:#fff;
	line-height:20px;
	color:#fff;
	/*border-right:2px solid #fff;*/
}