	.item_thumb{
	position:relative;
	}

	
	.featured_tag{
	position:absolute;
	z-index:33;
	top:0px;
	background-image: url(../images/shortcodes/featured_tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:54px;
	height:53px;
	
	}


			.list_carousel_wrap {
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 1px;
				position:relative;
				background-color: #fff;
				padding:10px 30px 3px 30px;
				clear:both;
				}
				
				.list_carousel_wrap a.link_post {
				position:absolute;
				
				margin-right:-22px;
			
			
				}
		
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				
				padding: 0;
				margin: 6px;
				float:left;
				display:block;
				min-width:136px;
				min-height:180px;
				position:relative;
				
				}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.pf_prev, .cat_prev {
				margin-right: 10px;
				background-image: url(../images/nav.png);
				background-repeat: no-repeat;
				background-position: left center;
				height: 26px;
				width: 14px;
				position:absolute;
				left:0px;
				top:50%;
				margin-top:-13px;
			}
			.pf_next, .cat_next {
				float: right;
				margin-right: 0px;
				background-image: url(../images/nav.png);
				background-repeat: no-repeat;
				background-position: right center;
				height: 26px;
				width: 14px;
				position:absolute;
				right:0px;
				top:50%;
				margin-top:-13px;
			}
			.pf_next:hover, .cat_next:hover, .pf_prev:hover, .cat_prev:hover {
			opacity:.9;
		
			}
			.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;
			}