/*-- optional styles --*/

#slideshow {z-index:0;}

#layout {
margin-left: auto;
margin-right: auto;
text-align: center;
position: relative;
width: 741px;
height: 264px;
}

.card_banner {
padding-left: 5px;
}
.footer_links_system {
display: none;
}

.loader {
margin:20px auto 0 350px;
}

/*-- styles for html renedered by slideshow Javascript --*/
#slide_container {
position: relative;
width: 741px;
height: 264px;
overflow: hidden;
background-repeat: repeat;
}
#slide_container DIV {
position: absolute;
left: 0;
top: 0;
width: 741px;
height: 264px;
overflow: hidden;
}
#slide_container DIV a {
width: 741px;
height: 264px;
display: block;
text-align: center;
}
#button_container {
position: absolute;
bottom: 3px;
right: 0px;
z-index: 1000000000;
width: 125px;
}
#button_container a {
float: left;
display: block;
min-width: 20px;
max-height: 21px;
overflow: hidden;
}
#slideshow {
position: relative;
background-color: #FFFFFF;
height: 264px;
width: 741px;
top: 0;
left: 0;
}