.specials_holder{
	width:100%; 
	border-bottom: dotted 1px #7F311A;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.specials_wrapper{
	float:left;
}

.specials-date{
	font-size:12px;
}

.specials-title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#5c2f04;
	padding:0 0 10px 0;
}

.specials_description{
	float:left;
	padding:0 10px;
}

.specials_image{
	float:left; 
	width:194px; 
	margin-right:10px
}

.specials_image img{
	border: solid 2px #5c2f04;
}

/* FEATURED SPECIALS */

.specials-home{
	width:915px;
	float:left;
	height:225px;
	margin:0 0 0 20px;
}


#specials_cont{
	overflow:hidden;
	width:885px;
	height:225px;
	float:right;
	margin: 0 8px 0 0;
	background:url(/images/bg-specials.png);
	position:relative;
}

#specials_wrapper{
	display:none;
	position:relative;
    padding: 5px;
}

.special_content{
	float:left;
	text-align:left;
	width:220px;
	padding: 5px 0 0 0;
}

.special_content img{
	padding:0 0 15px 0;
	
	
}

.special_text{
	height:45px;
	width:210px;
	color:#ff924a;
	font-weight:bold;
	font-size:10px;
	line-height:12px;
}

.special_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
}

#specials_next{
	display:none;
	cursor:pointer;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	right:10px;
	bottom:8px;
	position:absolute;
}

#specials_prev{
	display:none;
	cursor:pointer;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	left:10px;
	bottom:8px;
	position:absolute;
}
