div.slideshow {
position:relative;
top:0px;
right:0px;
width:545px;
height:500px;
overflow:hidden;
text-align:right;
}

div.slideshow ul {
bottom: 0px;
position: absolute;
overflow: hidden;
right: 40px;
z-index: 1000;
}

div.slideshow ul a {
cursor: pointer;
display: block;
float: left;
height: 20px;
overflow: hidden;
width: 100px;
}

div.slideshow ul a.prev {
background-image:url(../Bitmap/Buttons/prev.png);
width: 27px;
height: 20px;
}

div.slideshow ul a.next {
background-image:url(../Bitmap/Buttons/nxt.png);
margin-right: 0;
width: 69px;
height: 20px;
}

div.slideshow ul li {
float: left;
list-style: none;
}

div#mainPageDiv {
position:absolute;
height:500px;
width:545px;
left:0px;
top:0px;
padding:0px;
}
