@charset "UTF-8";
/* ergoNet Gallery CSS Document */

span {
cursor:pointer;
}
a {
cursor:pointer;
}
.displayImage {}
#screen {
position:absolute;
top:115px;
left:10px;
overflow:hidden;
text-align:center;
z-index:1;
width:900px;
height:398px;
}
#screenOverlay {
position:absolute;
top:115px;
left:10px;
overflow:hidden;
text-align:center;
z-index:1;
width:900px;
height:398px;
}
#screen img, #screenOverlay img {
border:0px; padding:0px; margin:0px;
position:relative;
top:0px;
}
.noPointer {
cursor:default;
}
#scroller {
position:absolute;
top:600px;
margin-left:90px;
width:900px;
height:auto;
overflow:auto;
z-index:6;
text-align:center;
}
#galleryFilmStripTable {
margin-top:10px;
border-collapse:collapse;
}
#film {
width:500px;
height:72px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}
.frame {
background-color:#000000;
width:auto;
height:auto;
}
.frame img {
border:none;
padding:0px;
margin:0px;
height:60px;
border:1px solid #000000;
}
#transport {
position:absolute;
z-index:10;
display:block;
left:760px;
}
#transportGo {
position:absolute;
z-index:10;
display:block;
left:780px;
}
#thumbnailsLink {
position:absolute;
z-index:10;
display:block;
left:810px;
}
#report {
color:#FFFFFF;
position:absolute;
right:10px;
bottom:10px;
}
#topSprockets {
position:relative;
top:0px;
height:5px;
background-position:top;
z-index:20;
display:none;
}
#bottomSprockets {
position:relative;
height:5px;
background-position:bottom;
top:0px;
z-index:20;
display:none;
}