

.images
{
	width:100%;
	clear:left;
	float:left;
}


.button
{
	clear:both;
	width:100%;
	height:615px;
	margin:20px 0 0px 0;
}

a#location
{
	margin:0 auto;
	display:block;
	border:solid 1px #a6a6a6;
	background: url(/images/gallery/gallery_location_b.jpg ) no-repeat left;
	width:401px;
	height:266px;
	text-indent:-10000px;
}

a#studio
{
	
	margin:25px 0 0 50px;
	float:left;
	display:block;
	border:solid 1px #a6a6a6;
	background: url(/images/gallery/gallery_studio_b.jpg ) no-repeat left;
	width:400px;
	height:266px;
	text-indent:-10000px;
	
}	

a#stage
{
	
	margin:25px 50px 0 0;
	float:right;
	display:block;
	border:solid 1px #a6a6a6;
	background: url(/images/gallery/gallery_stage_b.jpg ) no-repeat left;
	width:400px;
	height:266px;
	text-indent:-10000px;
	
}






/* Rollover effect */
a#location:hover, a#location:focus, a#location.on a { background-position: top right; }
a#studio:hover, a#studio:focus, a#studio.on a { background-position: top right; }
a#stage:hover, a#stage:focus, a#stage.on a { background-position: top right; }
