.gallery
{
	
}

.gallery-photo
{
    position: relative;
	padding: 20px;
	width: 180px;
	height: 140px;
	
	background: #000000 url(/static/box_background.png) top left no-repeat;
	text-align: center;
}

.gallery-more
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;

	background: url(/static/more_tab.png) bottom right no-repeat;
}

.gallery-detail
{
	width: 700px;

	text-align: center;
}