@charset "UTF-8";
/* CSS Document */
/* goldish color = cccc99 */
/* red color = 610000 */
/* text gray : #7b7b7b; */
/* menu gray : #979797; */


ul#albumsText li{
 display:inline;
 float:left;
 width:120px;
 height:40px;
 padding-right:10px;
 
 
}

ul#albumsText li.mainPhoto{
 display:block;
 width:660px;
 color: #999999;
 height:20px;
 border:none;

 
}

ul#albumsText li h4{
	color: #7b7b7b;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Sans-serif ;
	font-weight:normal;
	border:none;
 
}

ul#albumsText li a{
 text-decoration:none;

}

ul#albumsText li a:hover{
 color: #999999;
}

ul#albums li{
 display:inline;
 float:left;
 width:120px;
 height:130px;
 overflow: hidden;
 padding-right:10px;
 padding-bottom:10px;
 border:none;
}


ul#albums li a:hover img {
	opacity:0.8; 
}



ul#albums li h4{
	color: #7b7b7b;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Sans-serif ;
	font-weight:normal;
 	border:none;
}

ul#albums li h4 a img{
 display:block;
 width:100%;
 border:none;
}

ul#albums li h4 a img:hover{
	opacity: 0.8;
}

img.displayed{
display: block
margin:0 auto !important;
}

.sectionHeader{
display:inline;
}
.backThere a{
	float:right;
	font-size:11px;
	color:#c0c0c0;
	text-decoration:none;
	padding-right:20px;
}


.backThere a:hover{
	text-decoration:underline;
}

