@charset "utf-8";
/* CSS Document */

#gallery {
	background:				url(/images/bg_gallery.png) no-repeat;
	height:					175px;
	width:					210px;
	padding:				5px 0 0 5px;
	float:					left;
	position:				relative;
}
#admin_gallery {
	position:				absolute;
	top:					145px;
	left:					170px;
}

#gallery_sx {
	width:					220px;
	height:					350px;
	float:					left;
}

#gallery p {
	font-size:				9px;
	text-transform:			uppercase;
}
