#slide_outer_container{
	/*width: 562px;*/
	overflow: hidden;
	height: 85px;
	position: relative;
	margin-bottom: 5px;
}

#slide_container{
	width: 3218px;
	/* height: 85px; */
	position: absolute;
}
#slide_container:before,
#slide_container:after{
	content: '';
	display: table;
}
#slide_container:after{
	clear: both;
}
#slide_container .thumbnail{
	float: left;
	width: 112px;
	height: 84px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
#slide_container .thumbnail a{
	display: block;
}
#slide_container .thumbnail img{
	width: 100%;
	height: auto;
}

#photo_container{
	/*width: 560px;*/
	/* height: 420px; */
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	/* margin-bottom: 25px; */
	margin: 0 auto 5px;
}
#photo_container img{
	width: 100%;
	height: auto;
}
#photo_container .previous_button,
#photo_container .next_button{
	display: block;
	width: 80px;
	height: 100%;
	/* height: 420px; */
	position: absolute;
	z-index: 20;
}

#photo_container .previous_button{
	background: url(../images/photo_button_prev.png) 50% 50% no-repeat;
}

#photo_container .next_button{
	right: 0;
	background: url(../images/photo_button_next.png) 50% 50% no-repeat;
}

#photo_container .loading{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	background: url(../images/loading.gif) no-repeat;
}