.wrapper > p:first-child{
	font-size: 200%;
	margin: 25px 0 0 0;
	text-align: center;
}

p a{
	font-weight: bold;
}

p a:hover{
	text-decoration: underline;
}

#main{
	min-height: 505px;
}

#photo_holder{
	min-height: 480px;
}

#photo_container{
	width: 675px;
	margin: 0 auto;
	min-height: 480px;
}

.photo_box{
	width: 150px;
	float: left;
	text-align: center;
	margin: 22px 6px 0 10px;
}

.photo_box img{
	-moz-box-shadow: 3px 3px  3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

.arrow{
	height: 50px;
	width: 50px;
	display: block;
	text-indent: -5000px;
	position: absolute;
}

a#left_arrow:hover, a#right_arrow:hover{
	background-position: 0px 49px;
}

a#left_arrow{
	background: url('../../images/left_arrow.png');
	left:13px;
	top:180px;
}

a#right_arrow{
	background: url('../../images/right_arrow.png');
	right:13px;
	top:180px;
}

.loading{
	background-image: url('../../images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
