    .list_carousel {
				margin: 0 0 30px 60px;
				width: 360px;
			}
			.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;
				border: 2px solid #999;
				border-radius:6px;
				padding: 3px;
				margin: 6px;
				display: block;
				float: left;
				
			}
			.list_carousel.responsive {
				width: 50%;
				margin:0 auto;
				margin-top:10px;
				margin-bottom:10px;
				height:85px;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev2 {
				height:20px;
				width:20px;
				background:url(../img/sageata-stanga.jpg) no-repeat;
				float: left;
				margin-left: 10px;
				margin-top:30px;
			}
			.next2{
				height:20px;
				width:20px;
				background:url(../img/sageata-dreapta.jpg) no-repeat;
				float: right;
				margin-right: 10px;
			    margin-top:-50px;
			}
			.pager {
				float: left;
				width: 208px;
				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;
		}
		
		.caroufredsel_wrapper {
			width:200px;
			}