/* choose a suitable font and center the #container div in Internet Explorer 
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
}*/
   
/* The containing box for the gallery. */
#sjobgaleriecontainer {
    position:relative; 
    width: 480px;
    height:480px; 
    /*margin: 20px auto 10px auto;*/
    margin: 0px auto 0px 0px;
    /*border:1px solid #aaa; */
}

/* Removing the list bullets and indentation */
#sjobgaleriecontainer ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
} 

/* Remove the images and text from sight */
#sjobgaleriecontainer a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
}  

/* Adding the thumbnail images */
#sjobgaleriecontainer a.gallery, #sjobgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#sjobgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#sjobgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#sjobgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

/* change the thumbnail border color */
#sjobgaleriecontainer a.gallery:hover {
    border:0px solid #fff; 
}

/* styling the :hover span */
#sjobgaleriecontainer a.gallery:hover span {
    position:absolute; 
    width:480px; 
    height:360px; 
    top:0px; 
    left:0px; 
    color:#000; 
    background:#fff;
    }
    
#sjobgaleriecontainer a.gallery:hover img {
    border:0px solid #fff; 
    float:left; 
    margin-right:5px;
    }
    
#sjobgaleriecontainer a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
    
#sjobgaleriecontainer {
    background:#fff url(../images/jobs.jpg) 0px 0px no-repeat;
    }
