div#widget-specials {

	background-color: #fff;
    
	margin:5px 0px 0 0;
	text-align:center;
	padding:0px;
}	
div#widget-specials h2{
	
	display:none;
	font-size:1px;
	padding:0px;
	margin:0px;
}

div#widget-specials div.special {
	float:left;
	cursor: pointer;
	width:20%;
	background:url(../../images/homespecials_bg.jpg) no-repeat center top;
	height:179px;
	padding:10px 0 5px;
	margin:0 0px;
	text-align:center;
}

div#widget-specials div.special-hover {
	float:left;
	cursor: pointer;
	width:20%;
	background:url(../../images/homespecials_bg.jpg) no-repeat center top;
	height:179px;
	padding:10px 0 5px;
	margin:0 0px;

}

div#widget-specials div.specialImage {
text-align:center;
margin:0 auto;
}
div#widget-specials div.specialImage img{
	width: 160px;
	height:120px;
	margin:0 auto;
	

}
div#widget-specials div.specialInfo {
	font: bold 10px verdana;	
	text-align: center;
	margin-left:5px;margin-right:5px;

}	