
#imageflow img { 
        position:absolute; 
        top:0px;
        border:none;
}
h1 {
        text-align:center;
}
a{
        color:#fff;
}
.clear{
        clear:both;
}
#images{
        visibility:hidden;
}
#images img {
        margin-top:-40px;
        *margin-top:40px;
}
#loading{
        margin-top:50px;
        text-align:center;
        width:100%;
}
#loading img {
        margin-top:10px;
        position:relative;
        float:none;
}
#captions{
        font-family:Arial, Verdana;
        position:relative; 
        text-align:center;
        top:100px; 
        height:45px;
        z-index:-10;
        color: #999;
}
#captions h4{
	text-transform:uppercase;
	margin-bottom: 8px;
}
#captions em{
	
}
#collection_year{
        text-align:left;
        height:150px;
        text-transform:uppercase;
        color: #999;
        display:none;
        padding-top:15px;
}

.yearSelect{
        font-family:Arial, Verdana;
        font-size:25px;
        font-weight:bold;
        width:50px;
        line-height:40px;
        text-align:left;
        text-transform:uppercase;
        color: #999;
        padding:15px 0;
        position:relative;
}

#scrollbar{
        visibility:hidden;
        position:relative;
        top:100px; 
/*        border-bottom:1px solid #b3b3b3;*/
        background-image:url(../img/scrollbar.gif);
        cursor:pointer;
        background-position:center;
        z-index:10001;
        height:10px;
}
#slider{
        position:absolute;
        margin-top:-1px;
        margin-left:-7px;
        z-index:10002;
        background-image:url(../img/slider-2.png);
        background-repeat:no-repeat;
        width:14px;
        height:14px;    
}

#changelog{
        width:349px;
        border-right:solid 1px #666;
        float:left;
        margin-top: 15px;
}
#changelog div{
        text-align: justify;
        padding: 0 15px 5px 15px;
}