body
{
text-align:center;
font-family:Verdana;
font-size:10pt
}
#container
{
width:650px;
margin:10px auto;
background-color:#ffffff
}
.picBox
{
width:500px;
height:360px;
position:relative;
left:0px;
top:0px;
overflow:hidden;
border:1px #000 solid;
text-align:center
}
.picBox2
{
width:500px;
height:422px;
position:relative;
left:0px;
top:0px;
overflow:hidden;
border:1px #000 solid;
text-align:center
}
.drag
{
position:relative;
cursor:move
}
img.panImage1
{
position:absolute;
border:none;
text-align:center
}
img.panImage2
{
position:absolute;
border:none;
left:2280px;
text-align:center
}
img.panImageNavigation
{
position:absolute;
border:none;left:0px;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align:center
}
a#leftarrow
{
background:url(../images/left.gif);
display:block;
height:21px;
width:33px
}
a#leftarrow:hover
{
background:url(../images/left2.gif);
display:block;
height:21px;
width:33px
}
a#rightarrow
{
background:url(../images/right.gif);
display:block;
height:21px;
width:33px
}
a#rightarrow:hover
{
background:url(../images/right2.gif);
display:block;
height:21px;
width:33px
}
a#pause
{
background:url(../images/pause.gif);
display:block;
height:21px;
width:32px
}
a#pause:hover
{
background:url(../images/pause2.gif);
display:block;
height:21px;
width:32px
}
a.return
{
font-family:Verdana;
font-size:8pt;
color:#036;
text-decoration:none
}
a.return:hover
{
font-family:Verdana;
font-size:8pt;
color:#999
}
.noBorder
{
border:0
}