#cont_slider{margin:0px;position:relative;background:#FFF;width:520px;height:360px;float:left;}


.slides_container {
	width:520px;
	height:360px;
	overflow:hidden;
	position:relative;
	display:none;
}
.item_slider{float:left;width:520px;height:360px;}




/*
	Next/prev buttons
*/


#cont_slider #cont_prev_next{position:absolute;left:10px;top:10px;height:auto;padding:10px;width:auto;background:url(../img/bg_blanco_trans.png) transparent;z-index:101;}
#cont_slider .prev {
	float:left;
	width:31px;
	height:31px;
	z-index:101;
	background: url(../img/control-slider.png) no-repeat 0 0;
	
}
#cont_slider .prev:hover{background-position: 0px -31px;}

#cont_slider .next {
	float:left;
	width:31px;
	height:31px;
	background: url(../img/control-slider.png) no-repeat -32px 0px;
	z-index:101;
}
#cont_slider .next:hover{background-position: -32px -31px;}
/*
	Pagination
*/

.pagination {
	margin:0px;
	position:absolute;
	bottom:0px;
	height:20px;
	width:auto;
	left:0px;
	width:520px;
	background:url(../img/transparente_333_70.png) transparent;
	z-index:99;
	padding:0px;
}

.pagination li {
	float:left;
	background: transparent;
	margin:5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:10px;
	opacity:0.4;
	filter:alpha(opacity=40);
	
	background:#FFF;
	color:#FFF;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background:#FFF;
	color:#FFF;
	opacity:1;
	filter:alpha(opacity=100);
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
