#slideshow {
	position: relative;
}

#loading {
	text-align: center;
	top: 50%;
	left: 50%;
	position: absolute;
	background: url(../img/loading.gif);
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
}

#photographer {
	float: left;
	width: 300px;
	text-align: center;
}

#description {
	float: left;
	width: 700px;
}

#body_main #portfolio.single #slideshow {
	height: 612px;
	width: 1047px;
}


#results { position: absolute; top: 0; left: 0; }
