.gallery_wrapper {
	border:1px solid #9a9a9a;
}

.gallery_thumbnail_crop {
	overflow:hidden;
}

.gallery_thumbnail_wrapper {
	/*position:relative;*/
}

.gallery_thumbnail {
	float:left;
	border:1px solid #9a9a9a;
	margin:5px 0px 5px 5px;
}

.gallery_back_btn {
	width:16px;
	background:#636363 url(../media/arrow_back.gif) no-repeat center center;
}

.gallery_next_btn {
	width:16px;
	background:#636363 url(../media/arrow_next.gif) no-repeat center center;
}