@charset "UTF-8";
/* CSS Document */
/* The containing box for the gallery. */
#container {
    position:relative;
    width:802px;
    height:375px;
    margin:0px auto 0 auto;
	font: 000 Tahoma, Arial, sans-serif;
	font-size: 10px;
    }
/* 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:5px;
    left:5px;
    overflow:hidden;
    background:#000;
    }
/* 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.slideg {
    background: url(prodimages/PM7.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
	}
#container a.slideh {
    background: url(prodimages/PM7H.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
    }
#container a.slidei {
    background: url(prodimages/PM7L.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
	}
#container a.slidej {
    background: url(prodimages/PM7L2T.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
	}
#container a.slidek {
    background: url(prodimages/PM7LH.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
	}
#container a.slidel {
    background: url(prodimages/PM7XLC.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
    }
#container a.slidem {
    background: url(prodimages/PM5thumb.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
    }
#container a.sliden {
    background: url(prodimages/PM5Lthumb.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
    }
#container a.slideo {
    background: url(prodimages/PM7Mthumb.jpg);
    height:90px;
    width:60px;
    font-size: 10px; 
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:312px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin: 63px 45px 0px 0px;
	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:470px;
    height:365px;
    top:10px;
    left:45px;
    color:#fff;
    background:#000;
    text-align: left;
	font-weight: normal;
	}
#container a.gallery:hover span h2{
text-align: center;
}
#container a.gallery:hover span img {
border: 0px;
}
#container {
    background:#000 url(prodimages/PM7%20Large.jpg) 45px 10px no-repeat;
    }
#bottomtext {
position: absolute;
width: 460px;
height: 107px;
margin: 248px 0px 0px 54px;
color:#fff;
background:#000;
text-align: center;
}
#container h2 {
margin: 0px;
padding: 0px;
font: Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
}
#container h1 {
margin: 0px;
padding: 0px;
font: Tahoma, Arial, sans-serif;
font-size: 20px;
} 
