/*-- optional styles --*/

.loader {margin: 30px 0 0 150px;}

/*-- styles for html renedered by slideshow Javascript --*/
#slide_container {
position: relative;
width: 641px;
height: 359px;
overflow: hidden;
background-repeat: repeat;
top:0;
left:0;
}
#slide_container DIV {
position: absolute;
left: 0;
top: 0;
width: 641px;
height: 359px;
overflow: hidden;
}
#slide_container DIV a {
width: 641px;
height: 359px;
display: block;
text-align: right;
}
#button_container {
top:359px;
position:absolute;
left:0;
width:643px;
z-index:1000000000;
}
#button_container a {
display:block;
float:left;
max-height:74px;
min-width:128px;
overflow:hidden;
}
#slideshow {
position: relative;
width: 641px;
height: 410px;
top:0;
left:0;
}