			.list_carousel {
				float: right;
				width:100%;
				display:block
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				background:rgba(255,255,255,1);
				border: 1px solid #f1f1f1;
				text-align: center;
				width: 200px;
				height: 88px;
				padding: 0;
				margin:0 10px;
				display: block;
				float: left;
				position:relative;
			}
			.list_carousel li figure{
				width:100%;
				height:98px;
				margin:0xp;
				padding:0px;
			}
			.list_carousel li figure img{
				width:100%;
				height:auto;
				margin:0xp;
				padding:0px;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			
			/*************************************/

			.prev-h {
				background:url(../imagenes/prev.png) no-repeat;
				height:28px;
				width:18px;
				margin-left: 15px;
				margin-top: -70px;				
				float: left;
				cursor:pointer;
				border:none !important;
				position: relative;
				z-index: 2;
			}
			.prev-h:hover {opacity:0.7; filter:alpha(opacity=70)}
			.prev-h:active {position: relative; top: 1px;}
			
			.next-h {
				background:url(../imagenes/next.png) no-repeat;
				height:34px;
				width:18px;
				margin-right: 20px;
				margin-top: -70px;				
				float: right;
				cursor:pointer;
				border:none !important;
				position: relative;
				z-index: 2;
			}
			.next-h:hover {opacity:0.7; filter:alpha(opacity=70)}
			.next-h:active {position: relative; top: 1px;}
