@charset "utf-8";
/* CSS Document */
#gallery{
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
}
#gallery a{
	display:block;
	float:none;
	width:100px;
	height:103px;
	line-height:103px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
#gallery a img{
	position:absolute;
	float: none;
	top:-30px;
	left:-20px;	
}
#gallery a:hover{
	overflow:visible;
	z-index:1000;	
}
#gallery a:hover img{
	border: 1px solid #999999;
	border-left: none;
	border-right: none;
}
#gallery2{
	margin: 0;
	padding: 2px;
	border: 1px solid #999999;
}
#gallery2 a{
	display:block;
	float:none;
	width:150px;
	height:93px;
	line-height:120px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
#gallery2 a img{
	position:absolute;
	float: none;
	top:-30px;
	left:-70px;	
}
#gallery2 a:hover{
	overflow:visible;
	z-index:1000;	
}
#gallery2 a:hover img{
	border: 1px solid #999999;
}
