.contentslide{
	display: inline-block;
	position: static;
	width: 340px;
	height: 480px;
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-right: 4px;
	background: url(../images/featured-dish-frame.png) no-repeat center center;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
	display: none;
	width: 340px;
	height: 480px;
	text-align: center;
	
}

.contentslide .contentdiv img.featured-girl{
	behavior: url(../iepngfix.htc);
	margin-top: 12px;
	margin-left: 1px;
}

.contentslide .contentdiv span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	behavior: url(iepngfix.htc);
	width: 290px;
	height: 42px;
	padding-top: 9px;
	background: url(../images/featured-dish-background.png) repeat-x;
	text-align: center;
	margin-left: 24px;
	margin-top: 402px;
}

.contentslide .contentdiv a:link {
	color: #ef3b39;
	text-decoration: none;
	text-shadow: #FFF 0 0 5px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:visited {
	color: #ef3b39;
	text-decoration: none;
	text-shadow: #FFF 0 0 5px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:hover {
	color: #000;
	text-decoration: none;
	text-shadow: #FFF 0 0 3px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.contentslide .contentdiv a:active {
	color: #bbb;
	text-decoration: none;
	text-shadow: #fff 0 0 3px;
	font: bold 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}

.pagination{ /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
}

.pagination a{
}

.pagination a:hover, .pagination a.selected{
}