/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: #fff;
border: 1px solid #999;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
z-index: 10px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -416px;
left: 0; /*position where enlarged image should offset horizontally */
}

.products .thumbnail:hover span{ /*CSS for enlarged image on hover*/
	top: -316px;
}

body .products a {
	display: block;
	width: auto;
	float: left;
	}
	
body .products a img {
	border: 1px solid #5385bf;
	}

body .products a span img {
	border: none;
	}
	
body .products a:hover span {
	width: auto;
}

.thumbs a {
	display: block;
	padding: 10px;
	background: #999 url(images/thumbbg.jpg) ;
	width: auto;
	float: left;
	margin: 10px;
	}
	
.thumbs a img {
	border: 1px solid #5385bf;
	}

.thumbs a span img {
	border: none;
	}
	
.thumbs a:hover {
	background-color: #666;
	}

