div#widget-specials {

	background-color: #fff;
    width:360px;
    float:left;
	margin:0px 0px;
	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:49.7%;
	background:url(../../images/bg_widget.jpg) no-repeat center top;
	height:179px;
	padding:10px 0 5px;
	margin:0 1px 0 0;
	text-align:center;
}

div#widget-specials div.special-hover {
	float:left;
	cursor: pointer;
	width:49.7;
	background:url(../../images/bg_widget.jpg) no-repeat center top;
	height:179px;
	padding:10px 0 5px;
	margin:0 1px 0 0;
	text-align:center;

}

div#widget-specials div.specialImage {
text-align:center;
margin:0 auto;
}
div#widget-specials div.specialImage img{
	width: 140px;
	height:105px;
	margin:0 auto;
	

}
div#widget-specials div.specialInfo {
	font: bold 10px verdana;	
	text-align: center;
	margin-left:5px;margin-right:5px;

}
	
div#widget-specials .specialFirstPrice
{
    color:#cc0000;
}
div#widget-specials .specialSecondPrice
{
    color:#cc0000;
}	