.classifieds, .auctions {
		width: 719px;
		position: relative;
		overflow: hidden;
	}
.classifieds {padding: 0 0 20px 0;}
	.classifieds ul, .classifieds li, .auctions ul, .auctions li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.classifieds ul, .auctions ul {padding: 8px 2px 8px 6px;}
	.classifieds, .classifieds li, .auctions, .auctions li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:719px;
		overflow:hidden; 
		}
	span#slider2next, span#slider2prev, span#slider3next, span#slider3prev {
		position: absolute;
		top: 100px;
		
	}
			span#slider2next a strong, span#slider2prev a strong, span#slider3next a strong, span#slider3prev a strong {display: none;}
		span#slider2next a, span#slider2prev a, span#slider3next a, span#slider3prev a {
			display: block;
			width: 40px;
			height: 40px;
		}
		span#slider2prev, span#slider3prev{
			left: -14px;
				_left: -14px;
		}
		span#slider2next, span#slider3next{
			left: 704px;
				_left: 703px;
		}
		span#slider3next, span#slider3prev{
			/*top: 60px;*/
			top: 298px;
		}
		span#slider2next, span#slider2prev{
			/*top: 60px;*/
			top: 80px;
		}
		span#slider2next a, span#slider3next a {
			background: url(/images/receptes/slider-nav.png) -45px -4px no-repeat;
		}
		span#slider2prev a, span#slider3prev a {
			background: url(/images/receptes/slider-nav.png) -4px -4px no-repeat;
		}
			span#slider2next a:hover, span#slider3next a:hover {
				background: url(/images/receptes/slider-nav.png) -45px -42px no-repeat;
			}
			span#slider2prev a:hover, span#slider3prev a:hover {
				background: url(/images/receptes/slider-nav.png) -4px -42px no-repeat;
			}
.classified {position: relative}			
.classifieds .classified {
	float: left;
	width: 166px;
	padding: 0 5px;
		_padding: 0 4px;
	min-height: 160px;
}
.auctions {min-height: 200px;}
.auctions .classified {
	float: left;
	width: 166px;
	padding: 0 5px;
		_padding: 0 4px;
	min-height: 190px;
		_height: 190px;
}
	.classified a.ad {
		text-decoration: none;
		float: left;
	}
		.classifieds .classified a.ad {
			height: 109px;
			position: relative
		}
		.auctions .classified a.ad {
			height: 126px;
			position: relative;
		}
	.classified a.ad img {
		border: 1px solid #999;
		padding: 1px;
		background: #FFF;
		text-decoration: none;
	}
	.classified a:hover.ad img {
		border-color: #5589a8;
	}
		.classified a.ad span {
			position: absolute;
			float: right;
			right: 2px;
			padding: 2px 6px;
			color: #FFF;
			font-size: 15px;
			font-weight: bold;
		}
		.classifieds .classified a.ad span {top: 84px;background: #fea601;}
		.auctions .classified a.ad span {top: 102px;background: #5489A7;}
			.classifieds .classified a:hover.ad span {top: 84px;background: #fe6c01;}
			.auctions .classified a:hover.ad span {top: 102px;background: #2c617f;}
			
				.classified a.ad span em {font-size: 12px;}
		
		.cats {min-height: 100px;}
			.classified .cats a {
				font-size: 11px;
				display: inline-block;
				color: #999;
				padding: 0 7px 0 0;
				text-decoration: none;
				background: url(/images/legend.gif) right 4px no-repeat;
			}
			.classified .cats a.last, .classified .cats a:hover.last {
				background: none;
			}
				.classified .cats a:hover {
					color: #333;
					background: url(/images/legend.gif) right -11px no-repeat;
				}
			.classified a.ad strong {
				font-size: 15px;
				font-weight: bold;
				color: #999;
			}
				.classified a.ad strong.to5min {color: #fe0101;}
				.classified a.ad strong.to30min {color: #fe8401;}
				.classified a.ad strong.to60min {color: #fea601;}
				.classified a.ad strong.today {color: #a1bccc;}
				
				
				

