/* The containing box for the gallery. */
#container
{
	position: absolute;
	width: 800px;
	height: 500px;
	margin: 0px;
	
	top: 200px;
	left: 0px;
}
#container img
{
	border-color: #676767;
	border-width: 1px;
	border-style: none;
}
/* 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:0px; 
    left:0px; 
    overflow:hidden; 
    background: #ffffff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited
{
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	cursor: default;
	padding: 0px;
	border-color: #DBDBDB;
	border-width: 2px;
	border-style: none;
	background-color: #DBDBDB;
}
#container a.slidea
{
	height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0d1.gif);
}
#container a.slideb
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0n2.gif);
}
#container a.slidec
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0n3.gif);
}
#container a.slided
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0n4.gif);
}
/*
* html #container a.slided {
    width:58px; 
    w\idth:20px;
    }
*/
#container a.slidee
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0n5.gif);
}
#container a.slidef
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t0n6.gif);
}
/*
* html #container a.slidef {
    width:58px; 
    w\idth:60px;
    }
*/
#container a.slideg
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/tn07.gif);
}
#container a.slideh
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/tn08.gif);
}
#container a.slidei
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/tn09.gif);
}

#container a.slidej
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/t1n0.gif);
}
#container a.slidek
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/tn11.gif);
}
#container a.slidel
{
height: 20px;
	width: 20px;
	background-image: url(../images/gallery/tn12.gif);
}

	 /* set the size of the unordered list to neatly house the thumbnails */
#container ul, #container ol
{
	width: 500px;
	height: 40px;
	font-family: "trebuchet ms";
}
#container li
{
	float: left;
	margin: 0 0 0 0px;
}

#container ol { list-style: decimal inside; }
#container ol  li
{
	
}

/* move the thumbnails into the correct position */
#container ul, #container ol
{
	margin: -25px 0px 0px 10px;
	float: left;
}
/* change the thumbnail border color */
#container a.gallery:hover
{
	border-width: 2px;
	border-style: none;
	border-color: #8F8F8F;
	background-color: transparent;
	color: #C52F1C;
}
/* styling the :hover span */
#container a.gallery:hover span
{
	position: absolute;
	width: 278px;
	height: 700px;
	top: 0px;
	left: 0px;
	color: #000;
	background-color: #DBDBDB;
}
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container
{
	background-image: url(../images/gallery/00.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}