/*Styles for all of the slideshows*/

#overlay {
background:#000;
display:none;
height:100%;
_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
left:0;
position:fixed;
_position:absolute;
top:0;
width:100%;
_width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
z-index:9000;
}


#slideshow_wrap {
	height:100%;
	_height:0;
	margin:0 auto;
	left:50%;
	_left:25%;
	position:fixed;
	_position:absolute;
	top:0;
	width:662px;
	_width:0;
}

.slideshow {
	display:none;
	left:-25%;
	margin: 0 auto;
	top:15%;
	z-index:9002;
}

.close {
	padding:3px 5px ;
	text-align:right
}

.close a {
	color:#FFF;
}
.close a:hover {text-decoration:none}


/*Set the position for each individual show*/

#slideshow_chef {
	_top:220px;
}

#slideshow_sushi {
	_top:500px;
}
#slideshow_greenmkt {
	_top:600px;
}
#slideshow_families {
	_top:800px;
}