/* CSS Document */

/*Do not edit*/
#main {
width:auto;
height:auto;
}

#container {
width:auto;
height:auto;
float:left;
position:relative;
display:inline;
}
/*End do not edit*/

/*White stripe styles*/
/*Margin is assigned within document*/
#bottom {
position: absolute;
left:0px;
bottom: 0px;
/*IE*/
#bottom:3px;
_bottom:3px;
/*End IE*/
width:625px;
height:53px;
display:inline;
float:left;
overflow:hidden;
white-space:nowrap;
z-index:2001;
}

/*Thumbnail styles*/
#bottom img{
opacity:.9;
border:none;
margin-top:9px;
background-color:#FFFFFF;
}
/*Thumbnail styles on hover*/
#bottom img:hover{
opacity:1;
border:none;
}
/*Thumbnail styles on click*/
#bottom img:a{
opacity:1;
border:none;
}
/*Clears floats. Do not edit.*/
#clear {
clear:both;
}

