/* GLOBAL STYLES */
body { background: #333333 repeat-x url('/img/background.png'); font-family:Arial, Helvetica, sans-serif; }
a { color: #666666; text-decoration: none;}
a:hover { color: #333333 }

#slider {
    width: 972px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 440px;
    width: 972px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
	background: url('/img/contentbg.png') #FFFFFF repeat-x; height: 410px; width: 972px; position:relative; padding-bottom:30px; 
}

.scrollContainer div.panel .ajaxLoader { position:absolute; top:200px; left:460px; } 

.hide {
    display: none;
}

div#overlay {
background-color:#333333;
left:0pt;
position:absolute;
top:0pt;
width:100%;
z-index:90;
}