#albums {
	border:#E1E1E1 1px solid;
	text-align:center;
}
#albums .mod_title {
	color:#666;
	font-weight:bold;
	height:28px;
	line-height:28px;

	text-align:left;
	padding-left:10px;
}
.mod_title a{
	color:#069;
}
.mod_title a:hover{
	color:#F00;
}
#albums .mod_content {
	padding-top:10px;
}
#albums .items_rows{
	height:auto;
	text-align:center;
	margin-bottom:10px;
}
#albums .view_albums .mod_content .items_rows .items_cell{
	width:130px;
	height:auto;
	text-align:center;
	float:left;
	padding:8px;
}
#albums .items_rows .items_cell img{
	border:#E5E5E5 1px solid;
	padding:2px;
	height:80px;

}
#albums .items_rows .items_cell .title_links{
	color:#000;
}
#albums .items_rows .items_cell .title_nums{
	color:#666;
	font-size:11px;
}

#albums .items_rows_adv{
	height:auto;
	text-align:center;
	margin-bottom:10px;
}
#albums .items_rows_adv .items_cell{
 float: left;
    height: auto;
    margin: 5px;
    text-align: center;
    width: 176px;
}
#albums .items_rows_adv .items_cell a.group1{  float: left;
    height: 95px;
    overflow: hidden;
    width: 100%;}
#albums .items_rows_adv .items_cell a.group1 img{ width:100%; height:auto}
#albums .items_rows_adv .items_cell img{
	border:#E5E5E5 1px solid;
	padding:2px;

}
#albums .items_rows_adv .items_cell .title_links{
	color:#000;
}
#albums .items_rows_adv .items_cell .title_nums{
	color:#666;
	font-size:14px;
}
#albums .pages {
}
#albums .pages a{color:#000;}
.viewall{
	padding:5px; font-size:11px; 
	text-align:right; 
	background:#F8F8F8;
}
.viewall a{
	color:#F00;
}
.viewall a:hover{
	color:#069
}
.view_albums{
	padding:5px; 
	background:#F8F8F8;
	text-align:left;
	font-weight:bold;
}