.widget {
	width:816px;
}

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

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

.widget_style li {
	height:119px;
	width:136px;
	list-style:none;
	margin:0;
	padding:0px 0px 0px 0px;
}

/* Estira imagenes al tamaño especificado. No es necesario para el funcionamiento del carrousel.*/
.widget_style img {
	width:136px;
	/*height:119px; */
}
.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;
}

/* Secondo Widget per secondo carrousele */

.second_widget {
	width:816px;
}

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


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

.second_widget_style li {
	height:225px;
	width:271px;
	list-style:none;
	margin:0;
	padding:0px 0px 0px 0px;
}

/* Estira imagenes al tamaño especificado. No es necesario para el funcionamiento del carrousel.*/
.second_widget_style img {
	width:271px;
	height:225px;
}
.second_widget a.second_previous {
	float:left;
	display:block;
	width:25px;
	height:49px;
	background-image: url(../Images/UIArt/BtnAnterior.png);
	background-repeat: no-repeat;
	position: relative;
}
.second_widget a.second_next{
	float:right;
	display:block;
	width:25px;
	height:50px;
	background-image: url(../Images/UIArt/BtnSiguiente.png);
	background-repeat: no-repeat;
}
