
#frame
{
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
	border: #CCC solid 2px;
	-moz-border-radius: 1.6em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	position: absolute;
}

a {
    position:relative;
    color:#3CA3FF;
	/*font-weight:bold;*/
    text-decoration:none;
}
a  span{ display: none; }
a:hover{ 
z-index:25; 
color: #ffffff; 
background:;
}
a:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.70;
	MozOpacity: 0.70;
	opacity: 0.70;
}
a:hover span.top{
	display: block;
	padding: 55px 8px 0;
    background: url(../images/main_image.png) no-repeat top;
}
a:hover span.middle{ 
	display: block;
	padding-left:10px;
	padding-right:10px; 
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: url(../images/content_image.png) repeat bottom; */
	background-color:#FFFFFF;
}
a:hover span.bottom{
	display: block;
	padding:3px 8px 40px;
    background: url(../images/main_image.png) no-repeat bottom;
}


