@charset "utf-8";
/* CSS Document */

.list_carousel {
	
	position:relative;
	margin:0 5px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	
	padding: 0;
	display: block;
	float: left;
	margin:0 27px 0 0;

}

.pager {
	position:absolute;
	right:5px;
	top:-44px;	
	text-align: center;
}
.pager a {
	display:block;
	width:15px;
	height:17px;
	float:left;
	border-right:1px solid #fff;
	text-decoration: none;
	background:#b72228;
}
.pager a span{
	color:#FFF;
}
.pager a.selected {
	background:#7f0c11;
}

#prev2{
	z-index: 3;
	position: absolute;
	top: 280px;
	left: -43px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 30px;
	background: transparent url(themes.png) no-repeat left top;
	box-shadow:none;
	border-radius:50%;	
}


#next2{
	z-index: 3;
	position: absolute;
	top: 280px;
	left: 990px;
	text-indent: -9999px;
	text-decoration: none;
	height: 30px;
	width: 30px;
	background: transparent url(themes.png) no-repeat right top;
	box-shadow:none;
	border-radius:50%;	
}

#prev2:hover{
	background: transparent url(themes.png) no-repeat left bottom;
}

#next2:hover{
	background: transparent url(themes.png) no-repeat right bottom;
}

/*carrusel interno*/

.list_carousel_int {

	position:relative;
}

.list_carousel_int ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel_int li {

	padding: 0;
	display: block;
	float: left;

}

