.adposition {
	padding-left: 38px;
}	

.popup { 
	width: 65px;
}
.popup a {
	width: 60px;
	margin-bottom: 2px;
}
.popup a img {
	border: 2px solid white;
}
.popup a span {
	display: none;
}
.popup a:hover {
	color: #F00;
	text-indent: 0;
}
.popup span img {
	width: 400px;
}
.popup a:hover img {
	border: 2px solid blue;
}
.popup a:hover span {
	display: block;
	margin: 0px;
	border: 0px;
	text-align: center;
}
.popup a:hover span img {
	border-width: 0;
}

.popuphor { 
	width: 300px;
}
.popuphor a {
	width: 60px;
	margin-bottom: 2px;
}
.popuphor a img {
	width: 52px;
	height: 38px;
	border: 2px solid black;
}
.popuphor a span {
	display: none;
}
.popuphor a:hover {
	color: #F00;
	text-indent: 0;
}
.popuphor span img {
	width: 300px;
	height: 225px;
}
.popuphor a:hover img {
	border: 2px solid orange;
}
.popuphor a:hover span {
	display: block;
	margin: 0px;
	border: 0px;
	text-align: center;
}
.popuphor a:hover span img {
	border-width: 0;
}
#popupl a:hover span {
	position: absolute;
	top: 15px;
	left: 295px;
}
#popuphor a:hover span {
	position: absolute;
	top: -230px;
	left: 0px;
	z-index: 160;
	
}
#popupr a:hover span {
	position: absolute;
	top: 109px;
	left: 197px;
	z-index: 160;
}
#popupw a:hover span {
	position: absolute;
	top: 109px;
	left: 127px;
	z-index: 160;
}
#popupl {
	position: absolute;
	top: 50px;
	left: -5px;
	z-index: 150;
}
#popuphor {
	position: absolute;
	top: 230px;
	left: 0px;
	z-index: 150;
}
#popupr {
	position: absolute;
	top: 50px;
	left: 75px;
	z-index: 150;
}
#popupw {
	position: absolute;
	top: 50px;
	left: 145px;
	z-index: 150;
}
div#screensport   { position: absolute; top: 0px; left: 0px; z-index: 10; width: 300px; 
               height: 225px; background-image: 
               url(../images/gala1.jpg); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0% }
div#para {
	position: absolute;
	margin: 330px 0px 0px 0px;
	font: 11px verdana, arial sans-serif;
	line-height: 1.5em;
	color: #000066;
}
div#para h1 {
	font-size: 18px;
	color: #000050;
	letter-spacing: .2em;
}
div#para p, div#para ol {
	margin-top: -15px;
}
div#para a, div#para a:visited {
	background: white;
	color: #000066;
	border: 1px solid #000066;
	text-decoration: none;
	padding: 1px 2px;
}
div#para a:hover {
	background: #000066;
	color: white;
}


