/* CSS Document */
#ImageBox
{
	position:relative;
	width:430px;
	height:320px;
	overflow:hidden;
}
#ImagesIn
{
	position:absolute;
	left:0;
	top:0;
	height:320px;
}
#ImagesIn table a
{
	display:block;
	width:430px;
	height:320px;
}
#ImagesIn table img
{
	/*width:430px;
	height:320px;*/
	display:block;
}
#ImagesIn table
{
	border-collapse:collapse;
}


