#imagepanel {

width:640px;
text-align:center;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:3px solid #999999;
border-bottom:3px solid #999999;
}
#imagepanel img {
margin-right:auto;
margin-left:auto;
}
.menuhead {
	background: #ffffff;
	color:#cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:0;
}
td.menuhead a:link {
	color:#666666;
	text-decoration:none;
}
td.menuhead a:visited {
	color:#666666;
	text-decoration:none;
}
td.menuhead a:hover {
	color:#666666;
	text-decoration:underline;
}
.menuimages {
	border-top:0;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.subalbum {
	background: #ffffff;
	color:#cccccc;
	border-top:1px solid #cccccc;
	border-right:0;
	border-left:0;
	border-bottom:3px solid #cccccc;
}
td.subalbum a:link {
	color:#666666;
	text-decoration:none;
}
td.subalbum a:visited {
	color:#666666;
	text-decoration:none;
}
td.subalbum a:hover {
	color:#666666;
	text-decoration:underline;
}
/************************************************************************************
 * imagemenu styles
 ************************************************************************************/
#kwick {
	width:508px;
	height:300px;
	overflow:hidden;
	margin:50px auto;
	position: relative;
	}
	#kwick ul {
		display:block;
		height:300px;
		width:520px;
		margin:0px auto;
		}
		#kwick ul li {
text-align:left;
			float:left;
			display:block;
			cursor:pointer;
			overflow:hidden;
			width:100px;
			height:300px;
			background:#fff;
			border-right:solid 2px #fff;
			}
#kwick li.opt1 { background:url(./images/1.jpg) no-repeat 0px 0px; }
#kwick li.opt2 { background:url(../../images/menu/2.jpg) no-repeat 0px 0px; }
#kwick li.opt3 { background:url(../../images/menu/3.jpg) no-repeat 0px 0px; }
#kwick li.opt4 { background:url(../../images/menu/4.jpg) no-repeat 0px 0px; }
#kwick li.opt5 { background:url(../../images/menu/5.jpg) no-repeat 0px 0px; border-right:none; }