/*Header Styles (START)*/
.topcontent
{
    text-align:center;
    width:759px; 
    background-color:#000; 
    height:310px; 
    border-bottom:1px solid #d91c1c;
}
.banner
{
    cursor:pointer;
    position:absolute;
}
.hide
{
    display:none;
}
.RotatingImageActive
{
	height: 30px;
	width: 16px;
	cursor:pointer;
	
	color:White;
	font-family:Arial;
	font-size:12px;
	background-image:url(../images/RotatingImage_Active.gif);
	background-repeat:no-repeat;
	padding-left: 2px;
}
.RotatingImageNoActive
{
	height: 30px;
	width: 16px;
	cursor:pointer;
	
	color:White;
	font-family:Arial;
	font-size:12px;
	background-image:url(../images/RotatingImage_NoActive.gif);
	background-repeat:no-repeat;
	padding-left: 2px;
}

.tablelinks
{
	margin-bottom: -1px;
	width:100%;
	border: 0px;
}
.flashdiv
{
    width:545px;
    height:300px;
    background-color:Black;
}
.html5div
{
    width:590px;
    height:450px;
    background-color:Black;
}
.btnon
{
    background-image:url('/images/rotatingbtn.png');
    background-position:bottom;
height: 10px;
	width: 30px;
	cursor:pointer;
	
	background-repeat:no-repeat;
}
.btnoff:hover
{
    background-image:url('/images/rotatingbtn.png');
    background-position:center;
height: 10px;
	width: 30px;
	cursor:pointer;
	
	background-repeat:no-repeat;
}
.btnoff
{
    background-image:url('/images/rotatingbtn.png');
    background-position:top;
height: 9px;
	width: 30px;
	cursor:pointer;
	
	background-repeat:no-repeat;
}
.scrollbar
{
    height:25px;
}
.btnholder
{
    height:9px;
    float:left;
}

#slideshow{
	margin:0px 0 0 0px;
	width:760px;
}
#slideshow #images{
	background:#000;
	height:350px;
	overflow:hidden;
	position:relative;
	width:760px;
}
#slideshow #images div,
#slideshow img{
	position:absolute;
	height:100%;
	width:100%;
	cursor:pointer;
}
#slideshow #scrollbar{
	margin-top:1em;
	height:24px;
}
/*
	background:url(../images/RotatingImage_Active.gif) no-repeat;
*/
