
html, body {
	padding: 0;
	margin: 0;
	/* height: 100%; */
}


.list_carousel {
	margin: 0 auto;
	width: 980px;
	height:280px;
	position:relative
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: left;
	width: 980px;
	height: 280px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
    padding-left:450px;
	width:530px;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:230px;
	text-align:center;
}

.pager a {
 display:block; 
height:10px; 
width:10px; 
background-image:url(../img/punto.png); 
background-repeat:no-repeat;
margin: 10px 5px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:3px;
color:#b2b2b2;
float:left
}

.pager a.selected {
	text-decoration:none;
	background-image:url(../img/punto-verde.png); 
    background-repeat:no-repeat;
	color:#4fc6b1;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

