@charset "utf-8";
/* CSS Document */

h3{
	margin-bottom:20px;

}

h4{
	font-size:21px;
	color:#003c82;
}
#album_month{
	line-height:1em;
	text-align:center;
	margin-bottom:30px;
	width:504px;
	margin-left:auto;
	margin-right:auto;
	
}

#album_month li {
	width:14px;
	height:14px;
	border-radius:10px;
	background:#CCC;
	position:relative;
	margin-right:24px;
	padding:3px;
}

#album_month li:last-child{
	margin-right:0px;
}

#album_month a {
	width:14px;
	height:14px;
	display:block;
	border-radius:10px;
	margin-left:-3px;
	margin-top:-3px;
	padding:3px;
}





#album_month_april, #album_month_may, #album_month_june{
	background:#eb6da5;
}

#album_month_july, #album_month_august, #album_month_september{
	background:#54c2f1;
}

#album_month_october, #album_month_november, #album_month_december{
	background:#b28146;
}

#album_month_january, #album_month_february, #album_month_march{
	background:#f39700;
}


.album_photos li{
	background:url(../img/common/other/loading-05.gif) no-repeat center center;
	width:270px;
	height:190px;
}
.album_photos a{
	width:270px;
	height:190px;
	overflow:hidden;
	opacity: 0;
}

.album_photos img{
	/* [disabled]display: none; */
}

.album_photos p{
	margin-top:0.5em;
}

