
/*start photo gallery stuff*/



#LargePhoto
{
	border: solid 0px Gray;
	margin: 0px 0px 0px 0px;	
}

.divThumbnails
{
	
	width: 448px;
}

.CenterThumbnail
{
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	border: solid 1px Gray;
}


.VehiclePhotoThumbnail
{
	width: 64px;
	height: 50px;
	vertical-align: middle;
	float: left;
	border: solid 0px Gray;	
	padding: 0px 0px 0px 0px;
	cursor: hand;
}


.VehiclePhotoLarge
{
	width: 448px;
	height: 350px;
	vertical-align: middle;
	float: none;
	border: solid 0px Gray;
	
}



.PhotoGalleryArrows
{
	width: 448px;
	height: 25px;
	
}


#divPhotoGalleryArrows
{
	
}





.divNoFloat
{
	float: none;
	clear: both;
}



.divDealerPhotosHeader
{
	text-align: left;
}

.divStudioPhotosHeader
{
	text-align: left;
}

.div360sHeader
{
	text-align: left;
}


.NoPhotosFound
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}



/* shadows 

#shadow-container
{
	
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 420px;
}
#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container
{
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow1
{
	background: #F1F0F1;
}
#shadow-container .shadow2
{
	
}
#shadow-container .shadow3
{
	background: #B8B6B8;
}
#shadow-container .container
{
	background: #ffffff;
	border: 1px solid #848284;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	text-align: center;
}

/*end photo gallery stuff*/
