/*CSS FOR FIREFOX AND OTHER BROWSERS ~EXCEPT FOR IE! */
/* IE CSS MUST BE CHANGED DIRECTLY FROM THE slideshow.html PAGE! */

body
{
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
}
div
{
	margin: 0px;
	padding: 0px;
}
img
{
	vertical-align: baseline;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.divSlideshow
{
	width: 616px;
	height: 228px;
	background-image: url(img1.JPG);
	z-index: -1;
}
.divButtons
{
	width: 150px;
	height: 20px;
	position: absolute;
	top: 190px; /* 172px for 3 rotating banner images */
	right: -68px;
	margin-top: 1%;
	display: inline;
}

.divImageLink
{
	width: 19px;
	float: left;
	height: 20px;
	margin-top: 11px;
	font-weight: bold;
	font-family: Arial;
}

.divImageLink a
{
	text-decoration: none;
	color: #2B60DE;
}

.divImageLink a:visited
{
	text-decoration: none;
	color: #2B60DE;
}

.divImageLink a:hover
{
	text-decoration: none;
	color: silver;
}

/*.divImageLink a:active
{
	text-decoration:none;	
	color:silver;
	font-family:Tahoma;
	font-size:20;
	font-weight:bold;
}*/

