
html, body {
	padding: 0;
	margin: 0;
	/* height: 100%; */
}


.list_carousel {
	margin: 0 auto;
	width: 960px;
	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: 960px;
	height: 280px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.prev { width:20px; height:17px; position:absolute; top:235px; left:415px; z-index:100; border:none}

.next { width:20px; height:17px; position:absolute; top:235px; right:415px; z-index:100; border:none}

.pager {
    padding-left:440px;
	width:520px;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:230px;
	text-align:center;
	background:url(../img/background-bt-slider.png);
	background-repeat:no-repeat;
	background-position:center;
}

.pager a {
 display:block; 
height:10px; 
width:10px; 
background-image:url(../img/punto.png); 
background-repeat:no-repeat;
margin: 10px 3px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:3px;
color:#0b74e6;
float:left
}

.pager a.selected {
	text-decoration:none;
	background-image:url(../img/punto-verde.png); 
    background-repeat:no-repeat;
	color:#ff7900;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

