/*
#leftButton
{
	float: left;
	height: 75px;
	width: 20px;
	background-image: url(/images/left-arrow.png);
	background-repeat: no-repeat;
	margin-left: 30px;
}

#rightButton
{
	float: left;
	height: 75px;
	width: 20px;
	background-image: url(/images/right-arrow.png);
	background-repeat: no-repeat;
}
#scrollArea
{
	position: relative;
	width: 400px;
	height: 75px;
	float: left;
	overflow: hidden;
}
*/
#gallery
{
	margin-top: 10px;
	margin-top: 10px;
	list-style-type: none;
	padding-top:20px;
	/*margin-left: -23px;*/
}

#gallery li
{
	float: left;
	padding: 5px;
}

#photoContainer
{
	clear: left;
	width: 500px;
	height: 375px;
}
