/* Slideshow */#slideshow { height: 300px; position: relative; width: 956px; margin-right: auto; margin-left: auto; overflow: hidden; }#contecttop #slideshow #slides img { width: 956px; border-width: 0px; height: 300px; }/* Box Info */#box-information { width: 956px; height: 34px; z-index: 20; background: url(/images/bg-red.png) transparent; position: absolute; left: 50%; margin-left: -478px; top: 341px; }#box-information h1 { color: #FFF; position: absolute; left: 20px; top: 8px; font-size: 18px; font-weight: bold; }#controls { z-index: 1000; position: absolute; bottom: 25px; right: 0px; display: none; }/* *************************************** *//* 8. UI Elements *//* *************************************** */a.ui-button-next, a.ui-button-prev, a.ui-button-top { background: #999; background-repeat:  no-repeat; color: #FFF; width: 20px; height: 20px; float: left; margin-bottom: 10px; margin-right: 0px; }a.ui-button-large-next, a.ui-button-large-prev { width: 34px; height: 34px; float: left; }a.ui-button-large-next { background: url(../images/ui-button-large-next.png) no-repeat; }a.ui-button-large-prev { background: url(../images/ui-button-large-prev.png) no-repeat; margin-right: 2px; }a:hover.ui-button-large-next { background: url(../images/ui-button-large-next-hover.png) no-repeat; }a:hover.ui-button-large-prev { background: url(../images/ui-button-large-prev-hover.png) no-repeat; margin-right: 2px; }
