/*---gallery album*/
.album-item{
	float:left;
	margin:5px ;
	background:#fff;
	padding:5px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	cursor:pointer;
}
.album-item img{
	width:280px;	
	height:320px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	opacity:0.7;
	filter:alpha(opacity=70);
}
.album-item img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.album-name {
	margin-top:-40px;	
	text-align:center;	
	height:40px;
	line-height:40px;
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius:0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;	
	font-size:18px;	
	color:#FFF;
}
.album-name a{color:#fff;}
/*------------COLLECTIONDETAIL----------------*/

.gallery-title{
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.gallery-content{
	
}
.gallery-item{
	float:left;
	margin:5px;
	//background:#C33;
	padding:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	cursor:pointer;
}
.gallery-item img{
	width:280px;	
	height:320px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	opacity:0.7;
	filter:alpha(opacity=70);
}
.gallery-item img:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.gallery-name{
	margin-top:-40px;	
	text-align:center;	
	height:40px;
	line-height:40px;
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius:0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;	
	font-size:18px;	
	color:#FFF;
}
