#gallery
{
	background:url(../assets/site/gallery_bg.png) no-repeat;
	width:568px;
	height:683px;
}

#gallery-container a img
{
	text-decoration:none;
	border:none;
	
	background:#CCC;
	border:6px solid #FFF;
	
	width:91px;
	height:139px;
	margin:20px 25px 0 0;
	float:left;
}

#pagination
{
	height:46px;
	width:568px;
}

#navigation
{
	height:15px;
	float:left;
	margin:18px 0 0 20px;
}

#navigation a
{
	display:block;
	height:15px;
	width:85px;
	float:left;
}

#navigation a.prev
{
	background:url(../assets/site/pages_prev.png);
}

#navigation a.next
{
	background:url(../assets/site/pages_next.png);
	margin-left:20px;
}

#pages-list
{
	height:17px;
	float:right;
	padding-right:20px;
}

#pages-list a
{
	display:block;
	height:17px;
	width:16px;
	background:url(../assets/site/page_button.png);
	float:left;
	text-decoration:none;
	border:0;
	margin:15px 0 0 8px;
}

#pages-list a.selected
{
	background:url(../assets/site/page_button_selected.png);
	cursor:default;
}