/*slide panel start */
#slide-pan {
width:341px; /* set this to width of containing image */
height:469px; /* set this to height of containing image */
position:fixed;
_po\sition:absolute; /*IE6 hack*/
top:120px;
right:0;
display:block;
background: #999999;
margin-right: -341px;
background: transparent;
overflow:hidden;
}
#slide-pan img {
border:0;
}
#slide-pan-show {
position:fixed;
_po\sition:absolute; /*IE6 hack*/
top:120px;
right:0px;
width:46px;
height:182px;
display:block;
background: transparent;
background: url(slide-open.jpg) scroll top left no-repeat;
}
#slide-pan-show.opened {
background: url(slide-close.jpg) scroll top left no-repeat;
}
/*slide panel end */