#scrollMenu
{
text-align:center;
border:1px solid #000;
position:relative;
white-space:nowrap;
width:500px;
height:120px;
overflow-x:scroll;
cursor:move
}
#selectedImage
{
width:100%;
position:relative;
top:0px;
text-align:center;
white-space:nowrap;
width:480px;
height:480px;
overflow:hidden
}
.drag
{
position:relative;
cursor:hand
}
#caption
{
font-family:"Times New Roman";
font-size:14pt;
position:relative;
top:0px
}
#watermark
{
position:relative;
z-index:255;
top:300px;
left:-80px;
font-size:10pt;
color:#fff;
background-color:transparent;
text-align:right
}
.slideBar
{
text-align:center;
margin:2px;
border:1px solid #000;
position:relative;
white-space:nowrap;
width:500px;
cursor:pointer;
text-align:left
}
.draggable
{
background-color:#008;
position:relative;
left:0px;
font-size:4px;
height:10px;
width:20px
}