.item{float:left;width:100%;clear:both;margin:0px;padding:0px;}
.thumb_wrapper{width:170px;height:135px;position:relative;float:left;margin:0px;}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	position:absolute;
	top:45%;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:-17px;
	width:16px;
	height:17px;
	background:url(../images/FeaturedButtons.gif);
	background-position:-156px -5px;

}
.thumb_wrapper a.prev:hover{
	left:-17px;
	width:16px;
	height:17px;
    background:url(../images/FeaturedButtons.gif);
    background-position:-156px -23px;

}
.thumb_wrapper a.next{
	right:-20px;
	width:16px;
	height:17px;
	background:url(../images/FeaturedButtons.gif);
	background-position:-173px -5px;

}
.thumb_wrapper a.next:hover{
	right:-20px;
    width:16px;
    height:17px;
    background:url(../images/FeaturedButtons.gif);
    background-position:-173px -23px;

}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:11px;
	font-style:italic;
	margin-top:3px;
}
.thumb{
	margin-left:0px;
	width:170px;
	height:135px;
	overflow:hidden;
}
.thumb ul
{
    padding:0px;
    margin:0px;
	list-style:none;
	width:800px;
	height:135px;
}
.thumb ul li
{
    padding:0px;
    margin:0px;
	float:left;
}
.thumb ul li a img{
	border:0px;
}
.clear{
	clear:both;
}
