/* CSS Document */h1{	font-family: "Times New Roman", Times, serif;	font-size: 16px;	color: #330099;	font-style: italic;}body {   text-align:center;    font-family: tahoma; arial, sans-serif;    font-size:76%;    letter-spacing:0.05em;   }   /* The containing box for the gallery. */#container {    position:relative;    width:750px;     height:405px;    border:0px; 	clear:both;    }	/* Removing the list bullets and indentation */#container ul {    padding:0;     margin:0;     list-style-type:none;     }	/* Remove the images and text from sight */#container a.gallery span {    position:absolute;     width:1px;     height:1px;     top:2px;     left:10px;     overflow:hidden;     background:#fff;    }	/* 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/gallery/adbthumbnail.jpg);     height:93px;     width:60px;    }#container a.slideb {    background:url(images/gallery/adbcbackthumbnail.jpg);     height:93px;     width:60px;    }#container a.slidec {    background:url(images/gallery/thirstythumb.jpg);     height:93px;     width:60px;    }#container a.slided {    background:url(images/gallery/nerissathumbnail.jpg);     height:60px;     width:93px;    }* html #container a.slided {    width:91px;     w\idth:93px;    }#container a.slidee {    background:url(images/gallery/nerissabthumbnail.jpg);     height:60px;     width:93px;    }#container a.slidef {    background:url(images/gallery/nerissalthumbnail.jpg);     height:60px;     width:93px;    }* html #container a.slidef {    width:91px;     w\idth:93px;    }#container a.slideg {    background:url(images/gallery/welcomethumbnail.jpg);     height:60px;     width:93px;    }#container a.slideh {    background:url(images/gallery/crimson1thumbnail.jpg);     height:93px;     width:60px;    }#container a.slidei {    background:url(images/gallery/crimson2thumbnail.jpg);     height:93px;     width:60px;    }#container a.slidej {    background:url(images/gallery/thanksthumbnail.jpg);     height:93px;     width:60px;    }#container a.slidek {    background:url(images/gallery/bannerthumb.jpg);     height:60px;     width:93px;    }* html #container a.slidek {    width:91px;     w\idth:93px;    }#container a.slidel {    background:url(images/gallery/cdthumbnail.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:401px;     height:401px;     top:0px;     left:30px;     color:#000;     background:#fff;    }	#container a.gallery:hover img {    border:1px solid #fff;     float:left;     margin-right:5px;    }	#container a.slidec:hover img, #container a.slidei:hover img {    float:right;	border:1px solid #000;    }	#container a.slidea:hover img, #container a.slideb:hover img, #container a.slided:hover img, #container a.slidee:hover img, 	#container a.slidef:hover img, #container a.slideg:hover img, #container a.slideh:hover img, #container a.slidej:hover img, 	#container a.slidek:hover img, #container a.slidel:hover img	 {	border:1px solid #000;    }	#container {    background:#fff url(../images/back.jpg) 75px 10px no-repeat;    }