#container{
	padding:0;
	width:550px;
	position:relative;
	height: 370px;
	border-style: none;
	text-decoration: none;
}

.rollover_img a {
	width: 550px;
	height: 370px;
	display: block;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: none;
	padding: 0px;
}

.rollover_img a:hover {
	background:#000;
	opacity:.50;
	filter:alpha(opacity=50);
	border-style: none;
	text-decoration: none;
	padding: 0px;
}

.rollover_img a span {
	display: none;
	width: 550px;
	height: 370px;
	border-style: none;
	text-decoration: none;
	padding: 0px;
}

.rollover_img a:hover span {
	display: block;
	border-style: none;
	text-decoration: none;
	padding: 0px;
}

