﻿#slideshow {
    position:relative;
    height:241;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 241px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 241px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#navblock
{
	text-align:right;
	width:754px;
	position:absolute;
    top:372px;
    z-index:20;
    opacity:1.0;
}

#navblock a
{
	color:#fff;
	padding:2px;
	width:16px;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	margin-left:4px;
	/*
	border-radius:4px;
	border:1px solid #4C4C4C;
	background-color:#1b5e8c;
    background-image:url('/images/common/header/hgrad_r.png');
*/
    background-image:url('/SharedImages/common/rotator/rbutton_bk.png');
}

#navblock a.navActive
{
    padding:2px;
    /* 
	background-color:yellow;
	color:blue;
	background-image:url('/images/common/header/ygrad_r.png'); 
*/
	background-image:url('/SharedImages/common/rotator/rbutton_b.png');
}
