#mainpad 
{
	display:block;
	position:relative;
	width:660px;
	height:320px;
	background-color:#E1E0F2;
	z-index:100;
}
#txtinsert 
{
	display:block;
	position:absolute;
	width:440px;
	height:316px;
	top:2px;
	left:2px;
	background-color:#FFFFFF;
	z-index:100;
}
#txtinsert h2 
{
	display:block;
	position:absolute;
	width:440px;
	height:auto;
	left:-10px;
	bottom:20px;
	text-align:center;
}
#txtinsert p {margin:20px;margin-right:22px;}
#imgcol
{
	display:block;
	position:relative;
	width:210px;
	height:316px;
	float:right;
	top:2px;
	margin-right:2px;
	background-color:#FFFFFF;
	z-index:500;
}
#imgcol .imgholder
{
	display:block;
	position:absolute;
	width:210px;
	height:150px;
	top:5px;
	left:0px;
}
#imgcol .imgholder img {width:200px;height:150px;left:5px;border:0px;}
#imgcol .imgholder:hover {cursor:pointer;}
#imgcol .imgholder a.ie6, #imgcol .imgholder a.ie6:visited {overflow:hidden;}
#imgcol .imgholder a.ie6:hover {overflow:visible;background:transparent;}
#imgcol .imgholder .bigphoto, #imgcol .imgholder a.ie6 .bigphoto, #imgcol .imgholder a.ie6:visited .bigphoto {display:none;visibility:hidden;}
#imgcol .imgholder:hover .bigphoto, #imgcol .imgholder a.ie6:hover .bigphoto
{
	display:block;
	visibility:visible;
	position:absolute;
	width:400px;
	height:300px;
	left:-426px;
	background-color:#FFFFFF;
}
#imgcol .imgholder:hover .bigphoto img, #imgcol .imgholder a.ie6:hover .bigphoto img {width:400px;height:300px;left:0px;border:0px;}
