﻿.gallery {
	padding: 0px 0px;
	width: 536px;
	background-color: black;
	margin: 15px 0px 0px 0px ;
	height: 618px;
}
#foo {
display: block;
width: 520px;
height: 625px;
margin: 0 auto;
}

.gallery-top {
	background-position: top;
	width: 610px;
	margin: 0px auto 0px auto;
	height: 10px;
	
}

.gallery-bottom {
	background-position: bottom;
	width: 610px;
	margin: 0px auto 0px auto;
	height: 10px;
	
}

.galleryh4 {
	padding: 0px;
	color:  white;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	font-family: arial;
	margin-bottom:10px;
	margin-top:0px;
}

.gallery img {
	border: none;
	margin-bottom: 2px;		
}

.galleryleft {
	text-decoration: none;
	color: white;
	font-size: 12px;
	width: 258px;
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	float: left;
	font-family: arial;

}
.galleryright {
	text-decoration: none;
	color: white;
	font-size: 12px;
	width: 258px;
	display: block;
	padding: 5px;
	margin: 0px;
	text-align: center;
	float: right;
	font-family: arial;

}



.gallery a:hover  {
	color: black;
	background-color: #444444;
}


.clear {
clear: both;
height:2px;
font-size:2px;
}



