
/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;
}

.JobTitle {
	font-size: 120%;
	font-weight: normal; 
	font-style: normal; 
	text-align: left;
}

.JobLocation {
	font-size: 120%;
	font-weight: normal; 
	font-style: italic; 
	text-align: left;
}

/* The containing box for the gallery. */
/* #container {position:relative; width:770px; height:396px; margin:20px auto 0 auto; border:1px solid #aaa;} */
#container {position:relative; width:900px; height:396px; margin:20px auto 0 auto; border:1px solid #aaa;}

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }


/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(../images/p1_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slideb {
    background:url(../images/p2_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidec {
    background:url(../images/p3_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slided {
    background:url(../images/p4_t.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
    background:url(../images/p5_t.jpg);
    height:60px;
    width:93px;
    }
#container a.slidef {
    background:url(../images/p6_t.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
    background:url(../images/p7_t.jpg);
    height:60px;
    width:93px;
    }
#container a.slideh {
    background:url(../images/p8_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidei {
    background:url(../images/p9_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidej {
    background:url(../images/p10_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/p11_t.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slidek {
    width:91px;
    width:93px;
    }
#container a.slidel {
    background:url(../images/p12_t.jpg);
    height:60px;
    width:93px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }

/* styling the :hover span */
 #container a.gallery:hover span {
    position:absolute;
/*    width:372px; */
    width:600px;
    height:372px;
    top:10px;
    left:75px;
    color:#000;
    background:#fff;
    }


#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:left;
    }

/* Remove the float make the captions appear under photos in landscape position */
#container a.slided:hover img, #container a.slidee:hover img, #container a.slidef:hover img, #container a.slideg:hover img, #container a.slidek:hover img, #container a.slidel:hover img{
    float:none;
    }

#container {
    background:#fff url(../images/back.jpg) 75px 10px no-repeat;
    }


