﻿
a.screen {
	z-index:1;
	color:#ff6600;
	position:relative;
}
a.screen:visited {
	z-index:1;
	color:#ff6600;
	position:relative;
}
a.screen b {
	visibility:hidden;
	position:absolute;
	left:210px;
	top:-100px;
	width:0px;
	height:0px;
	display:block;
}
a.screen b img{
}
a.screen:hover {
	z-index:1000;
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	text-decoration:none;
}
a.screen:hover b {
	z-index:500;
	visibility:visible;
	cursor:pointer;
	height:auto;
}
a.screen:hover b img {
	border-top-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
}
