@charset "UTF-8";

/* 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. */
#container1 {
    position:relative;
    width:600px;
   /* height:396px;*/
 
    margin:20px auto 20px auto;
    border:1px solid #aaa;
	text-align:center;
    }
/* Removing the list bullets and indentation */
#container1 ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
/* Remove the images and text from sight */
#container1 a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }
	/* Adding the thumbnail images */
#container1 a.gallery, #container1 a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container1 a.slidea {
    background:url("../images/p1_t.jpg");
    height:90px;
    width:60px;
    }
#container1 a.slideb {
    background:url("../images/p2_t.jpg");
    height:93px;
    width:60px;
    }
#container1 a.slidec {
    background:url("../images/p3_t.jpg");
    height:93px;
    width:60px;
    }
#container1 a.slided {
    background:url("../images/p4_t.jpg");
    height:60px;
    width:93px;
    }
* html #container1 a.slided {
    width:91px;
    width:93px;
    }
#container1 a.slidee {
    background:url("../images/p5_t.jpg");
    height:60px;
    width:93px;
    }
#container1 a.slidef {
    background:url("../images/p6_t.jpg");
    height:60px;
    width:93px;
    }
* html #container1 a.slidef {
    heiht:91px;
    width:93px;
    }
#container1 a.slideg {
    background:url("../images/p7_t.jpg");
    height:60px;
    width:93px;
    }
#container1 a.slideh {
    background:url("../images/p8_t.jpg");
    height:93px;
    width:60px;
    }
#container1 a.slidei {
    background:url("../images/p9_t.jpg");
    height:93px;
    width:60px;
    }
#container1 a.slidej {
    background:url("../images/p10_t.jpg");
    height:93px;
    width:60px;
    }
#container1 a.slidek {
    background:url("../images/p11_t.jpg");
    height:60px;
    width:93px;
    }
* html #container1 a.slidek {
    height:91px;
    width:93px;
    }
#container1 a.slidel {
    background:url("../images/p12_t.jpg");
    height:60px;
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container1 ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }
	/* move the thumbnails into the correct position */
#container1 ul {
    margin:5px;
    float:right;
    }
/* change the thumbnail border color */
#container1 a.gallery:hover {
    border:1px solid #fff;
    }
	/* styling the :hover span */
#container1 a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
   top:10px;
 /*   left:75px;*/
    color:#000;
    background:#d4bbda;
    }
#container1 a.gallery:hover img {
    border:1px solid #d4bbda;
   float:left;
    margin-right:5px;
    }
/*#container1 a.slideb:hover img, #container1 a.slidei:hover img {
    float:right;
    }*/
#container1 {
    background:#d4bbda url("../images/p1.jpg") 5px 10px no-repeat;
	
    

