@charset "utf-8";
/* CSS Document */
/*GALLERY FORMATTING */
.galleryWrapper {
	margin:auto;
}
.myGallery{ 
	cursor: hand;
	cursor: pointer;
	background: url(../images/icon-plus.gif) no-repeat right;
	background-color:#f2f5f7;
	margin:0px 0px 10px 0px;
	display:block;
}
.openGallery{
	background: url(../images/icon-minus.gif) no-repeat right;
	color:#999;
}
.album_info {
	font-size:10px;
	color:#666;
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
	height:14px;
}
.picFrame {
	margin:4px;
	border:1px solid #999;
}
