div#widget-specials {
	float:left;
	background-color:transparent;
    width:590px;
	margin:8px 0px 0px 4px;
	text-align:center;
	
	
}	
div#widget-specials h2{
	
	display:none;
	font-size:1px;
	padding:0px;
	margin:0px;
}

div#widget-specials div.special {
	float:left;
	cursor: pointer;
	width:138px;
	background:url(../../images/homespecials_bg.jpg) no-repeat center top;
	height:167px;
	padding:10px 0 5px;
	margin:8px 4px;
	text-align:center;
}

div#widget-specials div.special-hover {
	float:left;
	display:inline;
	cursor: pointer;
	width:138px;
	background:url(../../images/homespecials_bg.jpg) no-repeat center top;
	height:167px;
	padding:10px 0 5px;
	margin:8px 4px;

}

div#widget-specials div.specialImage {
text-align:center;
margin:0 auto;
}
div#widget-specials div.specialImage img{
	width: 115px;
	height:86px;
	margin:0 auto;
	

}
div#widget-specials div.specialInfo {
	font: bold 10px verdana;	
	text-align: center;
	margin-left:5px;margin-right:5px;

}
.specialFirstPriceLabel,.specialSecondPriceLabel {
	color:#999;
	font: bold 10px verdana;	

	margin:0;

}
.specialFirstPrice 
{
    color:#666;
	font: bold 10px verdana;	

	margin-left:2px;

}
.specialSecondPrice {
	font: bold 10px verdana;	

	margin-left:2px;
	color:#cc0000;

}	
