@CHARSET "ISO-8859-1";
			
.list_carousel {
	height: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
.list_carousel li {
	padding: 0;
	display: block;
	float: left;
	border-right: 1px solid #dfdfdf;
	height: 223px;
	position: relative;
	width: 161px;
	padding: 0px 10px;
	overflow: hidden;
}
.list_carousel li .image{
	padding-top:40px;
}
.list_carousel li img{
	display: block;
 	margin: 0 auto;
 	max-height: 130px;
}
.list_carousel li:hover > div.details {
	opacity: 1;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  	filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    
}
.list_carousel li > div.details {
	opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition:opacity 0.5s linear;
    width: 177px;
	height: 68px;
	padding: 10px 14px 6px 9px;
	background: url(../../images/white-trans.png) repeat;
	bottom:0;
    left:0;
    position: absolute;
}

.list_carousel li > div.details .title {
	float: left;
	font-family: arial;
	font-size: 14px;
	color: #000;
}

.list_carousel li > div.details .price {
	float: right;
	font-family: avantgarde;
	font-size: 18px;
	color: #000;
}

.list_carousel li > div.details .cat {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding-bottom:3px;
}

.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;
}
