#content
{
	padding-bottom: 0px !important;
}

#homepage-arrow-left
{
	position: absolute;
	margin-top: 150px;
	margin-left: -20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
}
#homepage-arrow-left:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#homepage-arrow-right
{
	position: absolute;
	margin-top: 150px;
	margin-left: 700px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 90;
}
#homepage-arrow-right:hover
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

