/* Removing the list bullets and indentation - add size - and position */
#navleft ul {
	width:315px;
	height:310px;
	padding:0;
	margin:0 0 5px 0;
	list-style-type:none;
	float:left;
	border:none;
	}

#navleft li {float:left;}

/* Remove the images and text from sight */
#navleft a.gallery span {
	position:absolute;
	width:1px;
	height:1px;
	top:37px;
	left:40px;
	overflow:hidden;
	background:#fff;
	}

/* Adding the thumbnail images */
#navleft a.gallery, #navleft a.gallery:visited {
	display:block;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	margin:1px 2px 1px 2px;
	text-align:center;
	}

#navleft a.slidea {background:url("tees/t-shirt-burgundy-1th.jpg"); height:72px; width:72px;}
#navleft a.slideb {background:url("tees/t-shirt-burgundy-2th.jpg"); height:72px; width:72px;}
#navleft a.slidec {background:url("tees/t-shirt-burgundy-3th.jpg"); height:72px; width:72px;}
#navleft a.slided {background:url("tees/t-shirt-burgundy-4th.jpg"); height:72px; width:72px;}
#navleft a.slidee {background:url("tees/t-shirt-graygreen-1th.jpg"); height:72px; width:72px;}
#navleft a.slidef {background:url("tees/t-shirt-graygreen-2th.jpg"); height:72px; width:72px;}
#navleft a.slideg {background:url("tees/t-shirt-graygreen-3th.jpg"); height:72px; width:72px;}
#navleft a.slideh {background:url("tees/t-shirt-graygreen-4th.jpg"); height:72px; width:72px;}
#navleft a.slidei {background:url("tees/t-shirt-gray-1th.jpg"); height:72px; width:72px;}
#navleft a.slidej {background:url("tees/t-shirt-gray-2th.jpg"); height:72px; width:72px;}
#navleft a.slidek {background:url("tees/t-shirt-gray-3th.jpg"); height:72px; width:72px;}
#navleft a.slidel {background:url("tees/t-shirt-gray-4th.jpg"); height:72px; width:72px;}
#navleft a.slidem {background:url("tees/t-shirt-black-1th.jpg"); height:72px; width:72px;}
#navleft a.sliden {background:url("tees/t-shirt-black-2th.jpg"); height:72px; width:72px;}
#navleft a.slideo {background:url("tees/t-shirt-black-3th.jpg"); height:72px; width:72px;}
#navleft a.slidep {background:url("tees/t-shirt-black-4th.jpg"); height:72px; width:72px;}

/* styling the hovers */
#navleft a.gallery:hover {border:1px solid #fff;}

#navleft a.gallery:hover span {
	position:absolute;
	width:310px;
	height:385px;
	top:15px;
	left:365px;
	padding:5px 0 0 5px;
	border: 3px solid #9EB7D3;
	text-align : center;
	font-size:100%;
	color:#000;
	background:#fff;
	}
#navleft a.gallery:hover img {border:1px solid #fff; float:left; margin-right:5px;}


