* { margin: 0;  padding: 0;}
a:focus { outline:none }
html {overflow-y: scroll;} 

#main_body {
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    bottom: 1px;
    color: #FFFFFF;
    display: block;
    left: 7px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    z-index: 100000;
}


/* This is the actual slider */
#content-slider { 
width: 500px;
height: 6px; 
margin: 8px 0 5px 5px;
background: #F2F2F2;
position: relative;
float:left;
}

.ui-slider-handle { 
    background:url("../images/slider-thumb1.png") repeat scroll 0 0 transparent;
    border:0 none;
    height:20px;
    position:absolute;
    top:-7px;
    width:12px;
}
