/* The containing box for the gallery. */
#container {
	position: relative;
	width: 580px;
}
/* Removing the list bullets and indentation - add size - and position */
#container ul {
	width: 580px;
	height: 730px;
	padding: 0;
	margin: auto;
	list-style-type: none;
}
#container li {
	float: left;
}
/* Remove the images and text from sight */
#container a.gallery span {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 5px;
	left: 5px;
	overflow: hidden;
}
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display: block;
	color: #000000;
	text-decoration: none;
	border: 1px solid #740000;
	margin: 1px;
	text-align: left;
	cursor:default;
}
#container a.slidea {background:url(images/te_1a.jpg); height:54px; width:80px;}
#container a.slideb {background:url(images/te_2a.jpg); height:54px; width:80px;}
#container a.slidec {background:url(images/te_3a.jpg); height:54px; width:80px;}
#container a.slided {background:url(images/te_4a.jpg); height:54px; width:80px;}
#container a.slidee {background:url(images/te_5a.jpg); height:54px; width:80px;}
#container a.slidef {background:url(images/te_6a.jpg); height:54px; width:80px;}
#container a.slideg {background:url(images/te_7a.jpg); height:54px; width:80px;}
#container a.slideh {background:url(images/te_8a.jpg); height:54px; width:80px;}
#container a.slidei {background:url(images/te_9a.jpg); height:54px; width:80px;}
#container a.slidej {background:url(images/te_10a.jpg); height:80px; width:54px;}
#container a.slidek {background:url(images/te_11a.jpg); height:80px; width:54px;}
#container a.slidel {background:url(images/te_12a.jpg); height:80px; width:54px;}
#container a.slidem {background:url(images/te_13a.jpg); height:80px; width:54px;}
#container a.sliden {background:url(images/te_14a.jpg); height:80px; width:54px;}
#container a.slideo {background:url(images/te_15a.jpg); height:80px; width:54px;}
#container a.slidep {background:url(images/te_16a.jpg); height:80px; width:54px;}
#container a.slideq {background:url(images/te_17a.jpg); height:80px; width:54px;}
#container a.slider {background:url(images/te_18a.jpg); height:80px; width:54px;}
#container a.slides {background:url(images/te_19a.jpg); height:80px; width:54px;}
#container a.slidet {background:url(images/te_20a.jpg); height:80px; width:54px;}
#container a.slideu {background:url(images/te_21a.jpg); height:80px; width:54px;}
#container a.slidev {background:url(images/te_22a.jpg); height:54px; width:80px;}

/* styling the hovers */
#container a.gallery:hover {
	border: 1px solid #FFFFFF;
}
#container a.gallery:hover span {
	position: absolute;
	margin-top: 210px;
	width: 584px;
	height: 510px;
	text-align: center;
}
#container a.gallery:hover img {
	border: 2px solid #000000;
}
