#YFocus {
	position:relative;
	z-index:4;
	width:488px;
	height:259px;
	overflow:hidden;
}
#YImage, #YPhotos {
	margin:0 auto;
	overflow:hidden;
}
#YImage {
	position:relative;
	z-index:5;
}
#YImage, #YPhotos img {
	width:488px;
	height:259px;
}
#YPhotos {
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	overflow:hidden;
}
#YPhotos img {
	float:left;
	clear:both;
}
#YSamples {
	position:absolute;
	z-index:7;
	width:480px;
	height:63px;
	overflow:hidden;
	bottom:0px;
	left:0px;
	background-color:#000;
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	padding-left:8px;
}
#YSamples a:link, #YSamples a:visited, #YSamples a:hover {
	position:relative;
	z-index:8;
	float:left;
	margin:10px 5px 8px 10px;
	display:inline;
	width:64px;
	height:43px;
	text-decoration:none;
	overflow:hidden;
}
#YSamples a img {
	border:2px solid #FFF;
	width:60px;
	height:39px;
	opacity:.4;
	-moz-opacity:.4;
	filter:alpha(opacity=100);
}
#YSamples a:hover img, #YSamples img.current {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.even {
	background-color:#F8F8F8;
}
.odd {
	background-color:#EAEFF5;
}
.hover {
	background-color:#B0BEC7;
	color:#FFF;
	cursor:pointer;
}
.hidden {
	display:none;
	clear:both;
}

