
a img
{
	border : 0;
}

#Gallery
{
	margin : 0;
	padding : 0;
}

#Gallery.section
{
	clear : both;
	padding-bottom : 25px;
	position : relative;
}

#Gallery.section h2
{
	position : absolute;
	display : block;
	
	bottom : 4px;
	left : 10px;
	
	font-weight : normal;
	font-size : 10px;
	font-family : "Gill sans", Georgia, serif;
}

#Gallery.single-image
{
	position : relative;
	display : inline;
	margin-right : 40px;
}

#Gallery.single-image .next-previous
{
	position : absolute;
	display : block;
	bottom : -25px;
	right : 0;
	
	width : 16px;
	height : 20px;
	
	background-image: url(../forward.jpg);
	background-position: bottom left;
	text-indent : -40000px;
}

#Gallery.single-image #NextLink
{
	left : 20px;
	background-image: url(../forward.jpg);
}

#Gallery.single-image #PreviousLink
{
	left : 0;
	background-image: url(../back.jpg);
}
