/* -------------------- Gallery --------------------------------------- */


div.img {
	margin: 6px 6px -3px;
	border: none;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}
div.img img {
/* 	display: inline; */
	margin: 0;
/*	border: 1px solid #ffffff;	*/
}

div.img p {
	margin: 0;
	background: #A4C5EE;
}

div.img p a {
	color: #0063B1;
}

div.img a:hover img {
}

div.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}

.thumbnail {
position: relative;
z-index: 0;
margin: 0;
padding: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 19;
}


img {
   border:0;
}

.modelname {
	float: left;
	width: 107px;
	text-align:center;
	margin: 0 6px;
}


/* -----------------Thumb Gallery --------------------------------------- */


.thumbnail span { 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span { 
visibility: visible;
bottom: 126px;
left: 107px; 

/* -----------------End Gallery --------------------------------------- */
