@charset "utf-8";

/* CSS Document */

/* choose a suitable font and center the #gallerycontainer div in Internet Explorer 

body { 

	   text-align:center; 

	   font-family: tahoma; arial, sans-serif; 

	   font-size:75%; 

	   letter-spacing:0.05em; 

	   } 

/* The containing box for the gallery. */  

#gallerycontainer {

	position:relative;

	width:485px;

	min-height:427px;

	margin:0 0 0 0;

	border:0px solid #aaa;

	    } 

/* Removing the list bullets and indentation */ 

#gallerycontainer ul { 

	    padding:0; 

	    margin:0; 

	    list-style-type:none; 

	    } 

		

/* Remove the images and text from sight */ 

#gallerycontainer a.gallery span { 

	    position:absolute; 

	    width:1px; 

	    height:1px; 

	    top:5px; 

	    left:5px; 

	    overflow:hidden; 

	    background:#fff; 

	    } 

		

/* Adding the thumbnail images */

#gallerycontainer a.gallery, #gallerycontainer a.gallery:visited {

    display:block;

    color:#000;

    text-decoration:none;

    border:1px solid #000;

    margin:1px 2px 1px 2px;

    text-align:left;

    cursor:default;

    }

#gallerycontainer a.slidea {

    background:url(CampionGallery/p1_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slideb {

    background:url(CampionGallery/p2_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slidec {

    background:url(CampionGallery/p3_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slided {

    background:url(CampionGallery/p4_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slidee {

    background:url(CampionGallery/p5_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slidef {

    background:url(CampionGallery/p6_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slideg {

    background:url(CampionGallery/p7_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slideh {

    background:url(CampionGallery/p8_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slidei {

    background:url(CampionGallery/p9_t.jpg);

    height:50px;

    width:50px;

    }

#gallerycontainer a.slidej {

    background:url(CampionGallery/p10_t.jpg);

    height:50px;

    width:50px;

    }

	

	

/* set the size of the unordered list to neatly house the thumbnails */

#gallerycontainer ul {

    width:120px;

    height:300px;

    }

#gallerycontainer li {

    float:left;

    }

	

/* move the thumbnails into the correct position */

#gallerycontainer ul {

    margin:0px;

    float:right;

    }

/* change the thumbnail border color */

#gallerycontainer a.gallery:hover {

    border:1px solid #fff;

    }

/* styling the :hover span */

#gallerycontainer a.gallery:hover span {

	position:absolute;

	width:340px;

	height:427px;

	top:3px;

	left:5px;

	color:#000;

	background:#fff;

    }

/*

#gallerycontainer a.gallery:hover img {

    border:1px solid #fff;

    float:left;

    margin-right:5px;

    }

#gallerycontainer a.slideb:hover img, #gallerycontainer a.slidei:hover img { 

	    float:right; 

	    } 

*/

#gallerycontainer {

    background:#fff  url(CampionGallery/back1.jpg) 20px 4px no-repeat;

	    }


