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

/* start Photo Gallery <--*/
.pgCopy 
	{
	font-family: arial, helvetica, sans-serif;
	line-height: 140%;
	font-weight: 400;
	font-size:12px;
	}

/*controls image and caption on pg index*/
.pgImg
	{
float:left;
margin:10 10 5px 5px;
padding:10px;
text-align:center;
font-family: arial, helvetica, san-serif;
line-height: 100%;
font-size:10px;
font-weight: 400;
text-align: center;
}

/*controls div that houses up, prev, next contols*/
.pg_controls {
float:left;
width: 80px;
margin:2px 10px 0px 10px;
}

/*controls the iView:Caption var, aka copy*/
.pgCaption
	{
	font-family: arial, helvetica, san-serif;
	line-height: 140%;
	font-weight: 400;
	font-size:12px;
	}
	
/* This controls the iView:Catalog variable*/	
.pgCatalog
	{
	float:left;
	width:  610px;
	font-family: arial, helvetica, san-serif;
	line-height: 140%;
	font-size:16px;
	font-weight: 800;
	color: 	#FFFFFF;
	}

/* This controlls the iView:Copyright variable*/
.pgCopyright
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:11px;
	font-weight: 400;
	color: #000000;
	}
	
/*This controls the iView:Headline variable aka Image Title*/
.pgHeadline
		{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:12px;
	font-weight: 600;
	color: #000000;

	}

/*this is the page numbers on the index page of a gallery*/
.pgIndex
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	text-align: left;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
/*the word image b4 the .pgIndex var*/
.pgImage
	{
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:12px;
	font-weight: 600;
	color: #999999;
	}	
/*this is the "presented by sabrams.com For related images click here"
information below the Catalog name info*/
.pgPresentedBy
	{
	float:right;
	font-family: arial, helvetica, san-serif;
	line-height: 100%;
	font-size:12px;
	font-weight: 400;
	color: #ffffff;
	margin:10px 10px 0px 0px;
	}
	
/*controls the (iView:Media) variable - aka large image view*/
.pgMedia
 	{
	text-align: center;
	}
	
/*this is the thumbnails view in the index pages*/
.pgPreview 
	{	
	text-align: center;
	}

#pg_mainbar {
float:left;
margin:20px 0px 10px 0px;
padding: 0px 0px 1px 0px;
width:532px;
background-color:#d2deff;
} 
.pg_mainbar_container {
width:740px; 
float:left; 	
position: inherit;
}
.pg_mainbar {
margin:20px 0px 10px 0px;
padding: 0px 0px 1px 0px;
width:740px;
background-color:#d2deff;
} 
.pg_mainbar_top { 
background: #45439B;
height: 25px;
padding:2px 2px 2px 2px;
} 
.pg_mainbar_media {
margin:0px;
padding:10px;
background:#ffffff;
border-style:solid;
border-color:#7595fd;
border-width:1px;
text-align:center;
}
.pg_mainbar_content {
margin:10px;
padding:10px 10px 10px 10px; 
background:#ffffff;
border-style:solid;
border-color:#7595fd;
border-width:1px;
}
.pg_mainbar_caption {
margin:10px 0px 0px 0px;
padding:10px 10px 10px 10px; 
background:#ffffff;
border-style:solid;
border-color:#7595fd;
border-width:1px;
text-align:left;
}
.pg_upButton
{width:20px; height:20px;}
.pg_nextButton
{width:20px; height:20px;}
.pg_prevButton
{width:20px; height:20px;}

/* sabrams.com/photoGallery/index layout */
.pg_thumbContainer{
width:  226px;
padding: 0px;
margin: 10px 2px 10px 2px;
float: left;
}
.pg_thumbImage{
width:  220px;
height:  165px;
}
.pg_thumbImageContainer{
width:220px;
padding:2px;
margin: 0px;
background:#ffffff;
border-style:solid;
border-color:#7595fd;
border-width:1px;
text-align:left;
}
.pg_thumbContainerClear{
width:  226px;
padding: 0px;
margin: 10px;
clear:both;}

/* end Photo Gallery*/