﻿
/*
 * Ad Rotator
 *
 * The ad rotator is used on the main page.
 *
 *********************************************************************************************************************************/

.adTrans0
{
	opacity:1;
	filter: alpha (opacity=100);
}
.adTrans1
{
	opacity:0.9;
	filter: alpha (opacity=90);
}
.adTrans2
{
	opacity:0.8;
	filter: alpha (opacity=80);
}
.adTrans3
{
	opacity:0.7;
	filter: alpha (opacity=70);
}
.adTrans4
{
	opacity:0.6;
	filter: alpha (opacity=60);
}
.adTrans5
{
	opacity:0.5;
	filter: alpha (opacity=50);
}
.adTrans6
{
	opacity:0.4;
	filter: alpha (opacity=40);
}
.adTrans7
{
	opacity:0.3;
	filter: alpha (opacity=30);
}
.adTrans8
{
	opacity:0.2;
	filter: alpha (opacity=20);
}
.adTrans9
{
	opacity:0.1;
	filter: alpha (opacity=10);
}

.adRotator
{
	width:650px;
	height:310px;
	background-color:#000;
	background-image: url('../images/bgrnd1.jpg');
	border:1px solid black;
	position:relative;
}

.adArea
{
	width:642px;
	height:302px;
	position:relative;
	top:3px;
	left:3px;
	background-color:#000;
	background-image: url('../images/loading444.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border:1px solid black;
	overflow: hidden;
}

.adSelect
{
	text-align:center;
	width:644px;
	height:37px;
	position:absolute;
	ztop:6px;
	bottom:3px;
 	left:3px;
 	z-index:999;
 	background-color:#000;
 	opacity:0;
 	filter:alpha (opacity=0);
}
.adRotator:hover .adSelect
{
  	opacity:0.70;
 	filter:alpha (opacity=70);
}
.adRotator:hover .adSelect:hover
{
    opacity:1;
 	filter:alpha (opacity=100);
}
.adSelect A, .adSelect A:VISITED, .adSelect A:LINK
{
	margin-top:0px;
	margin-left:0px;
	margin-right:3px;
	border:1px solid #000;
	color:#669;
	font-size:90%;
	height:35px;
	line-height:33px;
	padding-left:10px;
	padding-right:10px;
	min-width:20px;
	display:block;
	float:left;
	text-decoration:none;
    background-color:#000;
}
.adSelect A:HOVER, .adSelect A.select
{
	border-color:#000;
	color:#FFF;
	background-color:#222;
    Background-Image: url("../images/texture.gif");
}
.adCaption
{
	float:right;
	line-height:37px;
	margin-right:3px;
	padding-right:3px;
}
.adArea img
{
	border:none;
	margin:0;
	padding:0;
	width:642px;
	height:302px;
}
.ad
{
	width:642px;
	height:302px;
	display:none;
	position:absolute;
	z-index:1;
	overflow: hidden;
}
.ad A
{
	text-decoration:none;
}
.adtext
{
	color:white;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	padding-top:15px;
	padding-right:15px;
	padding-left:415px;
	overflow:hidden;
	height:287px;
	text-decoration:none !important;
	cursor: hand;
	display: block;
}