#sscontainer {
position: relative;
width: 555px;
height: 240px;
overflow: hidden;
background-color:#000000;
}
#ssnav {
z-index: 10000;
width: 555px;
height: 21px;
display: block;
position: absolute;
background-color: black;
top: 219px;
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
text-align: right;
}
#ssnav a{
color: white;
margin: 0px 6px;
padding: 0px 2px 1px 2px;
font-size: 10px;
font-family: "lucida grande", tahoma, sans-serif;
outline: none;
}
#ssnav a:hover{
color: #e6e6e6;
text-decoration: underline;
}
a.sscontrolactive {
background-color: white;
color: black !important;
}
#ssimage_toggle1 {
z-index: 5;
top: 0;
left: 0;
position: absolute;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
#ssimage_toggle2 {
z-index: 10;
top: 0;
left: 0;
position: absolute;
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
}
#ssshadow {
background: url(/images/main-pic-shadow.gif) no-repeat;
height: 5px;
}