/* CSS Document */
/*#############################################################
Name: Well Up International Ltd
Date: 2009-10-01
Func: Album
#############################################################*/

gallery{
    width: 100%;
    border: 3px dashed gray;
    background-color: cornsilk;
}

.imagebox{
	float: left;
	padding: 3px;
	margin: 5px 7px 30px;
	text-align: center;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	text-decoration: none;
}

.imagebox p{
	margin: 0px;
	text-align: center;
	font-size: 9pt;
	border: 0;
}

.imagebox a {
	color: #444444;
	text-decoration: none;
	border: 0;
}

.imagebox02 {
	float: left;
	padding: 3px;
	margin: 5px 5px 30px;
	text-align: center;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
	height: 210px;
}
.imagebox02 p {
	margin: 0px;
	text-align: center;
	font-size: 12pt;
	border: 0;
	color: #FF0066;
	text-decoration: none;
}
.imagebox02 a {
	color: #FF3366;
	text-decoration: none;
}
.imagebox02 a:hover {
	color: #0099CC;
	text-decoration: underline;
	border-top: none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.imagebox a:hover {
	color: #ff3366;
	text-decoration: underline;
}

