#ShowWheelPhoto {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(/common/js/ShowWheelPhotoOverlay.png);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80,style=0,enabled=1);
}

#ShowWheelPhotoBlock {
	display: none;
	position: absolute;
	background-color: white;
	width: 300px;
	height: 250px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100,style=0,enabled=1);
	filter: Alpha(opacity=100);
}

#ShowWheelPhotoTitle {
	background-color:#7FAEC5;
    color: #ffffff;
	font-weight:bold;
    font-size: 15px;
	padding-top:3px;
	margin-bottom:15px;
}

#ShowWheelPhotoImage {
}

#ShowWheelPhotoClose{
	position:absolute;
	bottom:0px;
	right:10px;
	text-decoration:underline;
}
