
			.list_carousel {
				margin: 100px 0 0px 120px;
				width: 700px;
			}
			#homedistribucion .list_carousel {
				margin: 10px 0 0 30px;
				width: 775px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				width: 135px;
				height: 187px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
				border:#4ecac8 8px solid;
			}
			#homedistribucion .list_carousel li {
				background-color: #eee; width: 164px; height: 90px; padding: 0; margin: 6px; display: block; float: left; border:#acc828 8px solid;
			}

			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				width:78px;
				height:67px;
				background:url(../img/botones.png) bottom left;
				float: left;
				margin-left: 200px;
				display:block;

			}
			.next {
				width:78px;
				height:67px;
				background:url(../img/botones.png) bottom right;
				float: right;
				margin-right: 200px;
				display:block;
			}
			a.next:hover{background:url(../img/botones.png) top right;}
			a.prev:hover{background:url(../img/botones.png) top left;}
			
			.prev3 {
				width: 96px; height: 59px;
				background:url(../img/flechas.png) top left;
				float: left;
				display:block;

			}
			.next3 {
				width: 96px; height: 59px;
				background:url(../img/flechas.png) top right;
				float: right;
				display:block;
			}
			a.next3:hover{background:url(../img/flechas.png) bottom right;}
			a.prev3:hover{background:url(../img/flechas.png) bottom left;}
			
			
			
			
			.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;
			}
