#albumcontainer {
	width:618px;
	background-color:white;
}
#title {
	position:relative;
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	text-align:center;	
	background-color:#A9C4D9;
	width:100%;
	height:20px;
}
#prev {
	position:absolute;
	left:5px;
}
#next {
	position:absolute;
	right:5px;
}
#description {
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;	
	text-align:left;
	background-color:white;
	height:42px;
}
#album {
	background-color:white;
	width:100%;
	height:430px;
}
.polaroid {
	width:130px;
	height:130px;
}
.picWrapper_3cols {
	float:left;
	margin:0 2.5px;
}
.picWrapper_4cols {
	float:left;
	margin:0 8px;
}
.pic {
	position:relative;
	border:2px solid #A9C4D9;
	padding:3px;
	width:130px;
	height:130px;
}
.caption {
	padding-top:10px;
	font-size:10px;			
	text-align:left;	
	width:140px;
	height:70px;
}
#navigationLine {
	background-color:#ffc;
	margin:1px 1px 0;
	padding: 3px;
}
.navigationList {
	height:20px;
}
.navigationList a{
	font-size:10px;
	display:block;
	height:14px;
	color:#3198FF;
	border:1px solid #3198FF;
	text-decoration: none; 
	float:left;
}
.navigationList a:hover {
	background-color:#9BFFC6;
}
.navigationCurrentPage {
	
}
.smalerThanTen {
	width:14px;
}
.smalerThanHundred {
	width:28px;
}
.smalerThanThousand {
	width:42px;
}
.navigationNextLast {
	width:20px !important;
}