.widget {
	width:780px;
}

.widget_style {
text-align:left;
padding:0px 0px 0px 0px;
}


.widget_style ul {
margin:0;
padding:0;
}

.widget_style li {
	height:520px;
	width:780px;
	list-style:none;
	margin:0;
	padding:0px 0px 0px 0px;
	text-align: center;
}

/* Estira imagenes al tamaño especificado. No es necesario para el funcionamiento del carrousel.*/
.widget_style img {


}
.widget a.previous {
	float:left;
	display:block;
	width:25px;
	height:49px;
	background-image: url(../../Images/UIArt/BtnAnterior.png);
	background-repeat: no-repeat;
	position: relative;
}
.widget a.next{
	float:right;
	display:block;
	width:25px;
	height:50px;
	background-image: url(../../Images/UIArt/BtnSiguiente.png);
	background-repeat: no-repeat;
}

