#content_module_photo	{
}
#wmPhoto_bigbox	{
	float: left; 
	position: relative; 
}
#wmPhoto_bigbox.portfolio	{
	width: 49%; 
}

	#wmPhoto_bigbox div.wmPhoto_smallbox	{
		position: relative; 
		display: inline-block; 
		margin: 5px; 
		width: 200px; 
		border: 1px solid #ddd; 
		vertical-align: top;
	}
	#wmPhoto_bigbox div.wmPhoto_smallbox.mainImage	{
		border: 1px solid #000; 
	}
	
		div.wmPhoto_smallbox div.wmPhoto_image	{
			position: relative; 
			width: 100%; 
			height: 125px; 
		}
		
			div.wmPhoto_smallbox div.wmPhoto_image img	{
				position: absolute; 
				width: 110%; 
				border: none; 
				clip: rect(0px 200px 125px 0px); 
			}

		div.wmPhoto_description	{
			position: relative;
		}
				
			p.wmPhoto_descr_name	{
				
			}
			p.wmPhoto_descr_amount	{
				font-weight: bold; 
			}
			p.wmPhoto_descr_description	{
				font-style: italic; 
			}
		div.wmPhoto_tags	{
			position: relative;
			
		}

#wmPhoto_pages	{
	position: relative; 
	width: 100%; 
	float: left; 
	clear: both; 
	margin: 5px;
}

	span.wmPhoto_page_label	{
		font-weight: bold; 
	}
	span.wmPhoto_page_list	{
		
	}

#portfolio_main_box	{
	position: relative; 
	float: right; 
	margin: 5px; 
	width: 49%; 
	border: 1px solid #ddd; 
}

	#portfolio_main_description	{
		padding: 5px; 
	}
	
	#portfolio_main_image	{
		position: relative; 
		width: 100%; 
	}
	
	#portfolio_main_image_title	{
		padding: 5px; 
		display: none; 
	}
	
