<style type="text/css">
body {
   }
   
#container {
	background-image:url(images/common/bk_tab.gif);    
	position:relative;
    width:717px;
    height:550px;
    margin:0px auto 0 auto;
    border: 0px solid #aaa;
    }

#container ul {
    padding:0;
    margin:0;
    }

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

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    text-decoration:none;
    /* border:0px solid #000;*/
    margin:0px 1px 1px 2px;
    text-align:left;
    cursor:default;
    }


/* Thumbnail images HEALTHCARE */
#container a.slideha {
	background:url(images/healthcare/icon_a.gif); background-repeat:no-repeat;
	height:70px;
	width:200px;
    }
#container a.slidehb {
    background:url(images/healthcare/icon_b.gif);background-repeat:no-repeat;
    height:91px;
	width:150px;
    }
#container a.slidehc {
    background:url(images/healthcare/icon_c.gif); background-repeat:no-repeat;
    height:60px;
	width:200px;
    }
#container a.slidehd {
    background:url(images/healthcare/icon_d.gif);background-repeat:no-repeat;
    height:70px;
	width:184px;
    }
#container a.slidehe {
    background:url(images/healthcare/icon_e.gif); background-repeat:no-repeat;
    height:50px;
	width:209px;
    }
#container a.slidehf {
    background:url(images/healthcare/icon_f.gif);background-repeat:no-repeat;
	width:250px;
	height:75px;
    }



/* set the size of the unordered list to neatly house the thumbnails 
#container ul {
    width:198px;
    height:386px;
    }*/
	
#container li {
    float:left; 
	overflow:visible;
	text-decoration:none;
	color:#fff;
	margin-top:00px;
	margin-left:0px;
	height:20px;
	width:180px;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

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

/* styling the :hover span   TEXT AREA  */
#container a.gallery:hover span { 
	position:absolute;
    width:717px;
    height:356px;
    top:00px;
    left:0px;
    color:#fff;
	background-image:url(images/common/center_bk.gif);
    }

#container a.gallery:hover img {
    border:0px solid #fff;
	
    /*float:right;
	margin:auto;
	margin-top:auto;
    margin-right:0px;*/
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    /*float:right;*/
	
    }



</style>