.galleryBox {
	position:			relative;
	background:			#01a0c7;
	border:				1px solid #01a0c7;
	padding-left:		3px;
	padding-top:		3px;
}

.galleryItem {
	display:			block;
	width:				70px;
	height:				70px;
	overflow:			hidden;
	float:				left;
	border:				1px solid #ffffff;
	margin:				3px;
}

.enlarge {
	color:				#ffffff;
	background-image:	url('/template/images/ico-enlarge.gif');
	background-repeat:	no-repeat;
	background-position:0px 2px;
	padding-left:		14px;
	margin-left:		4px;
}

