.albumContainer 
{
	border-top:1px solid #DADADA;
	float:left;
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: 3px;
	width: 730px;
	
}
.album 
{
	margin-top: 7px;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	height: 246px;
}
.albumPages 
{
	width: 730px;
	font-family: Times, "Times New Roman", serif;
	font-size:16px;
	color:#333333;
	vertical-align:top;
	margin-right 3px;
	margin-top: 7px;
}
.leftPane 
{
	width: 350px;
	float: left;

}
.rightPane 
{
	width: 350px;
	float: left;
	
}
.albumNavigation 
{
	width: 620px;
	height: 16px;
	background-color: #fff;
}
.newsNavigation 
{
	float: right;
	width: 60px;
	height: 20px;
	background-color: #fff;
	margin-top : 6px;
}
.navigationBtn 
{
	cursor: hand;	
}
.navButtons 
{

	cursor: hand;	
}