/*
/========================================================
/=	Popup image styles
/=
/========================================================
*/
#content	
{ 
	text-align:		center; 
}

h2.caption		
{ 
	font-size:			150%; 
	margin:				0 0 0.25em; 
	border-top:			0; 
}

p.description	
{ 
	margin:				1em 0;
}

div.thumbs		
{ 
	background:			white; 
	padding:				0.25em;
}
div.image h3
{
	background:			#D70000 !important;
	color:				white !important;
	text-align:			center;
	margin:				0 0 0.25em !important;
}
div.thumbs img	
{
	vertical-align: 	top;
	margin:				4px; 
}
div.thumbs a img.selected 
{
	border: 				2px solid #F68B1F !important;
	padding:				4px;
}
