div.gallery-holder {
	padding:0px;
	overflow:hidden;
	margin-left:0px;
}

div.image_holder {
	width:160px;
	float:left;
	margin:11px 7px 20px 0px;
	padding:5px 0px 1px 0px;
	text-align:center;
	background-color:#F5F5F5;
	border:1px solid #C0C0C0;
	position:relative;
}

* html div.image_holder {
	width:160px;
	w\idth:160px;
}

div.folder_holder {
	width:160px;
	height:150px;
	float:left;
	margin:5px 5px 5px 0px;
	padding:0px;
	text-align:center;
	background-image:url(../img/gallery/folder_bg.gif);
	background-repeat:no-repeat;
	position:relative;
	font-weight:normal;
}

div.folder_cover {
	width:160px;
	height:106px;
	padding:0px;
	background-image:url(../img/gallery/folder_clapp.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	cursor:hand;
}

div.folder_image {
	position:absolute;
}

div.folder_name {
	position:absolute;
	line-height:1.0;
	font-size:9px;
	left:32px;
	top:4px;
	text-decoration:none;
	}

#content div.folder_holder a:hover {
	color:#000000;
}

div.folder_title {
	position:absolute;
	width:160px;
	line-height:1.0;
	font-size:18px;
	font-weight:normal;
	left:0px;
	top:112px;
	text-align:center;
	cursor:hand;
	text-decoration:none;
	}

#content div.folder_holder a div.folder_title {
	text-decoration:none;
}
	
#content div.folder_holder a:hover div.folder_title {
	color:#FF6600;
	}
