.album_showFile
{
	text-align:center;
}
.album_ajaxLoad
{
	border:1px solid #d0d0d0;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/load.gif);
	height:400px;
}
.albumCompact
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.albumCompact .thumbList
{
	text-align:center;
	vertical-align:top;
	padding-top:0px;
}
.albumCompact .thumb
{
	width:40px;
	height:40px;
	margin:3px;
	border:1px solid #e0e0e0;
	cursor:pointer;
}
.albumCompact #showFile
{
	
}
.albumCompact .title
{
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.albumCompact .description
{
	margin-top:3px;
	font-size:11px;
}


.albumVisio
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.albumVisio .thumbList
{
	text-align:center;
	vertical-align:top;
	padding-top:0px;
}
.albumVisio .thumb
{
	width:50px;
	height:50px;
	margin:5px;
	border:1px solid #e0e0e0;
	cursor:pointer;
}
.albumVisio #showFile
{
	
}
.albumVisio .title
{
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.albumVisio .description
{
	margin-top:10px;
	font-size:11px;
}


