.photo_gallery
{
	background:#ffffff;	
	padding-left:16px;
	padding-right:16px;
	padding-top:16px;
}

/**********************************************
photo gallery 
***********************************************/
		
.photo_gallery .gallery 
{	
	width:620px;
	margin-left: -3px;
}

.photo_gallery .gallery .gradient_left
{	
	width:10px;
	height:165px;
}

.photo_gallery .gallery .gradient_bottom_left
{	
	width:10px;
	height:8px;
	padding:0px;
	margin:0px;

}

.photo_gallery .gallery .center
{	
	padding:0px;
	margin:0px;
	width:596px;
}

.photo_gallery .gallery .gradient_bottom_center
{	
	width:600px;
	height:8px;
	padding:0px;
	margin:0px;
}


.photo_gallery .gallery .gradient_bottom_right
{	
	width:10px;
	height:8px;
	padding:0px;
	margin:0px;
}


.photo_gallery .gallery .gradient_right
{	
	width:10px;
	height:165px;
	padding:0px;
	margin:0px;

}

.photo_gallery .gallery_thumbs
{	
	width:600px;
	height:95px;
	float:left;
	position:relative;
}

.photo_gallery .gallery_image_1,
.photo_gallery .gallery_image_2,
.photo_gallery .gallery_image_3,
.photo_gallery .gallery_image_4
{
	position:absolute;
	top:6px;
	width:144px;
	height:95px;
}

.photo_gallery .gallery_image_1
{	
	left:12px;
}


.photo_gallery .gallery_image_2
{	
	left:156px;
}


.photo_gallery .gallery_image_3
{	
	left:300px;
}

.photo_gallery .gallery_image_4
{	
	left:444px;
}

.photo_gallery .gallery_image_1 img,
.photo_gallery .gallery_image_2 img,
.photo_gallery .gallery_image_3 img, 
.photo_gallery .gallery_image_4 img
{
	padding-top:10px;
	padding-left:12px;
	width:120px;
	height:72px;
	
}


/*******************************************
text stylings
********************************************/

.photo_gallery .dm a 
{
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

.photo_gallery .dm a:hover 
{
	text-decoration: underline;
}

.photo_gallery .fda a 
{
	font-weight: bold;
	color: #deb406;
	text-decoration: none;
}

.photo_gallery .fda a:hover 
{
	text-decoration: underline;
}

.photo_gallery .mp a 
{
	font-weight: bold;
	color: #b39659;
	text-decoration: none;
}

.photo_gallery .mp a:hover 
{
	text-decoration: underline;
}


.photo_gallery .text_header
{
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	margin:0px;
	margin-top:8px;
	margin-left:16px;
}
	
.photo_gallery .dm .text_header
{	
	color:#006644;
}

.photo_gallery .fda .text_header
{	
	color:#005cab;
}

.photo_gallery .mp .text_header
{	
	color:#006644;
}

.photo_gallery .dmj .text_header
{
	color: #0038b8;
}

/****************************************
hr stylings
*****************************************/


.photo_gallery .hr_double
{
	width:100%;
	height:8px;

	margin-top:4px;
	margin-bottom:0px;
}
	

.photo_gallery .dm .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}
		
	
.photo_gallery .fda .hr_double
{
	background:url(../../global/hr_double_bbddff.gif) repeat-x;
}	

.photo_gallery .mp .hr_double
{
	background:url(../../global/hr_double_a9c9c1.gif) repeat-x;
}	

.photo_gallery .dmj .hr_double
{
	background:url(../../global/hr_double_abd2ff.gif) repeat-x;
}

.photo_gallery .hr_thick
{
	width:100%;
	height:4px;
	margin-top:0px;
	margin-bottom:6px;
	overflow:hidden;
}	

.photo_gallery .dm .hr_thick
{
	background:#00674e;
}

.photo_gallery .fda .hr_thick
{
	background:#005cab;
}

.photo_gallery .mp .hr_thick
{
	background:#00674e;
}

/********************************
buttons
*********************************/
.photo_gallery .btn_more
{
	float:right;
	vertical-align:bottom;
	margin-right:16px;
	margin-bottom:8px;
	margin-top:16px;
}		
			

