/*--------------------------------------------------
	Form
--------------------------------------------------*/
#gallery
{
	margin-top: -15px;
}
#gallery_nav
{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 60px;
}
#gallery_nav a.prev,
#gallery_nav a.next
{
	position: absolute;
	width: 48px;
	height: 48px;
}
#gallery_nav a.prev
{
	left: 6px;
	top: 6px;
	background: transparent url(icons/prev.gif) no-repeat top left
}
#gallery_nav a.next
{
	right: 6px;
	top: 6px;
	background: transparent url(icons/next.gif) no-repeat top left
}
#gallery_nav p.caption
{
	position: relative;
	margin: 6px 60px;
	left: 0;
	top: 0;
	height: 42px;
	padding: 6px 6px 0 6px;
	font: normal 0.7em Georgia, Times, serif;
	background: #383330;
}

/* 	border: 1px solid #000; */


