

#supplierGalleryContainer
{
	position: absolute;
	z-index: 900;
	width: 568px;
	top: 0px;
	left: 0px;
}

#supplierGalleryNavigation
{
	background-color: #5aa378;
	clear: both;
	height: 30px;
	border-bottom: 10px solid #88bd9f;
	
}

#supplierGalleryNavigation div
{
	float: left;
	cursor: pointer;
}

#supplierGalleryPrevious, #supplierGalleryNext
{
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}

#supplierGalleryClose
{
	background-image: url(/images/gallery-close.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 18px;
	margin-left: 390px;
	margin-top: 5px;
}


#supplierGallery
{
	border-left: 4px solid #88bd9f;
	border-right: 4px solid #88bd9f;
	border-bottom: 4px solid #88bd9f;
	border-top: 0px solid #88bd9f;
	height: 622px;
	background-color: #f2f2f2;
	background-image: url(/images/gallery-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	clear: both;
}

#supplierName, #supplierUrl, #supplierDescription
{
	margin-left: 15px;
}

#supplierImage
{
	margin-left: 103px;
	margin-top: 9px;
}