﻿/* Product Photo Album Gallery */
.PhotoGalleryContainer
{
	width:502px;
	border:solid 1px #FF0000;
}
.ColumnDetails
{
	float:left;
}
.LargePhotoContainer
{
	background:url(/images/bgPhotosGallery_SAR.png) no-repeat;
}
.PhotoDetailsContainer
{

}
.PhotoDetails
{
	
}
.PhotoDetails h2
{
	margin:0;
}
.PhotoDetails p
{
	margin:0;
}
.ColumnThumbs
{
	float:right;
}
.PhotoThumbContainer
{
	height:90px;
}
.PhotoThumbContainer img
{
	margin:5px;
}
.PhotoListContainer
{
	height:88px;
	border:solid 1px #3053AD;
	overflow-y:scroll;
}
.ThumbContainer
{
	display:inline;
	float:left;
	margin-left:7px;
	margin-bottom:7px;
	position:relative;
}
a.ThumbButton
{
	display:block;
	width:94px;
	height:62px;
	background:url(/images/GalleryThumbOverlay.png) repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
/*
* html a.ThumbButton
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/signarama/GalleryThumbOverlay.png', sizingMethod='scale');
}
*/
a.ThumbButton:hover
{
	background:none;
}
a.ThumbButton img
{
	border:none;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

/* photo gallery */
.ProductPhotoAlbumContainer
{
	width:736px;
	height:216px;
	margin:auto;
	background:transparent url(/Images/bgProductItemDetail.png) no-repeat scroll 0%;
	position:relative;
}
.ProductPhotoAlbumContainer .large
{
	width:300px;
	height:200px;
	border:solid 1px #3053AD;
	position:absolute;
	left:7px;
	top:7px;
}
.ProductPhotoAlbumContainer .large img
{
	width:300px;
	height:200px;
	border:none;
}
.ProductPhotoAlbumContainer .PhotoAlbumList
{
	width:202px;
	height:202px;
	overflow:hidden;
	position:absolute;
	left:311px;
	top:7px;
}
.ProductPhotoAlbumContainer .unselected, .ProductPhotoAlbumContainer .selected
{
	float:left;
	display:inline;
	width:90px;
	height:60px;
	border:solid 1px #3053AD;
	margin:0 0 8px 6px;
	padding:0;
}
.ProductPhotoAlbumContainer .selected
{
	border:solid 1px #FF0000;
}
.ProductPhotoAlbumContainer .unselected img, .ProductPhotoAlbumContainer .selected img
{
	width:90px;
	height:60px;
	border:none;
	margin:0;
}
.ProductPhotoAlbumContainer a.btnFindSAR
{
	display:block;
	width:143px;
	height:53px;
	position:absolute;
	right:40px;
	top:128px;
	text-decoration:none;
}
.ProductPhotoAlbumContainer a.btnFindSAR img
{
	border:none;
}