@charset "utf-8";
/* CSS Document */

.gallery_leftarrow
{
	margin-left:20px;
	width: 16px;
	height: 16px;
	float:left;
	margin-top: 15px;
	background:url(../images/icons/arrow_left.png) no-repeat;
}
.gallery_mainimage
{
	margin:0 auto;
}
.gallery_rightarrow
{
	margin-right:20px;
	width: 16px;
	height: 16px;
	float:right;
	margin-top:15px;
	background:url(../images/icons/arrow_right.png) no-repeat;
}
.gallery_thumbnailcontainer
{
	width: 800px;	
	float:left;
	height: 100px;
	margin-left: 50px;
}
.gallery_thumbnail
{
	width: 75px;
	height: 52px;
	float:left;
	margin-left: 10px;
	margin-top:5px;
}

