/* CSS Document */


div.container1{
display: block;
position:absolute;
width:700px;
height:400px;
top:200px;
left:60px;


}



.gallerycontainer1{
	position: absolute;
	float:left;
	width: 375px;
	height: 300px;
	left: 455px;
	top: 191px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail1 img{
border: 1px solid #ccc;
margin: 0px 9px 5px 0px;
text-decoration:none;



}

.thumbnail1:hover{
background-color: transparent; 
text-decoration:none;




	height:auto;
	width:auto;


}

.thumbnail1:hover img{
height:auto;
width:auto;
color:#000000;
border: 1px solid #000000;
margin: 0px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
letter-spacing:normal;
	color:#FFFFFF;
	height:auto;


}


.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
right:340px;


visibility: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
letter-spacing:normal;
	color:#FFFFFF;
	height:auto;
	width: auto;
}

.thumbnail1 span img{ /*CSS for enlarged image*/
border-width: 0;
right:135px;
top:250px;

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
letter-spacing:normal;
	color:#FFFFFF;
	height:auto;
		

}

.thumbnail1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 5px;
right: 115px; /*position where enlarged image should offset horizontally */
z-index: 50;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
letter-spacing:normal;
	color: #666666;
	height:auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding:5px;

	

}

.thumbnail1 a:{

visibility: visible;
top: 25px;
right: 135px; /*position where enlarged image should offset horizontally */
z-index: 50;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:normal;
letter-spacing:normal;
	color: #FFFFFF;
	height:auto;
	border: 1px solid #000000;
	

	

}
