.caroufredsel_wrapper{
				width: 100%;
				min-height: 100%;
				height:100%;
			}
.wrapper {		
				width: 100%;
				min-height: 100%;
				height:100%;
			}
			.list_carousel {
				width: 100%;
				min-height: 100%;
				height:100%;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				
				width:100%;
				height:100%;
				min-height: 100%;
			}
			.list_carousel li {
				text-align: center;
				width: 1000px;
				min-height: 100%;
				height: 913px;
				padding: 0;
				margin: 0;
				float: left;
				overflow:hidden;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
				height:100%;
				min-height: 100%;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin: 0;
				z-index:100;
				position:absolute;
				left:25px;
				bottom:25px;
				width:32px;
				height:32px;
				background-image:url(prev-horizontal.png);
				background-position:left center;
			}
			.next {
				position:absolute;
				float: right;
				margin: 0;
				z-index:100;
				right:25px;
				bottom:25px;
				width:32px;
				height:32px;
				background-image:url(next-horizontal.png);
				background-position:left center;
			}
			.prev:hover {
				background-image:url(prev-horizontal.png);
				background-position:95px center;
			}
			.next:hover {
				background-image:url(next-horizontal.png);
				background-position:96px center;
			}