@charset "utf-8";
#map { height: 288px; width:360px; }
.listing { width: auto; }
div.large_img {
	height:240px;
	width:320px;
	overflow:hidden;
}
div.large_img img {
	width:320px;
	height:240px;
}
ul#images {
	position:relative;
	display:block;
	margin:-1px 1px 10px;
	padding:0;
	width:318px;
	z-index:2;
	overflow:hidden;
}
ul#images li {
	position:relative;
	display:inline;
	width:53px;
	height:26px;
	list-style:none;
	padding:0;
	margin:0;
	border:none;
}
ul#images a {
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0;
	width:53px;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}
ul#images a:hover, ul#images a.active {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
ul#images img {
	width: 49px;
	height: 22px;
	border: none;
	margin: 2px;
}
ul#images a:hover img, ul#images a.active img {
	width: 51px;
	height: 24px;
	border: 1px solid #d7122a;
	margin: 0;
}
ul#images a.active img {
	border-color: #00408f; 
}
ul#images li img.playicon{
	position:absolute;
	left:1px;
	bottom:1px;
	width:14px;
	height:9px;
	border:0;
}
ul#images a:hover img.playicon, ul#images a.active img.playicon {
	left:3px;
	bottom:3px;
}
#content table{
	width:345px;
	float:left;
	margin-right:13px;
	clear:left;
}
#content table.right{
	margin-right:0;
	clear:none;
}
