<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.imageDivShadow 
{ 
	background:							url(/public/images/smg_menuShadow.png) no-repeat bottom right;
	padding: 							0px 15px 15px 0px;
	margin: 							15px;
	-moz-border-radius-bottomleft: 		17px;
	-moz-border-radius-topright: 		17px;
	-webkit-border-top-right-radius: 	17px;
	-webkit-border-bottom-left-radius:	17px;
	
}

.imageDivShadow img
{ 
	border:							solid 1px #453b27;
}

.imageDivShadow a img:hover
{ 
	border:							solid 1px #ffeab5;
}

.imageDiv
{ 
	padding: 							0px 15px 15px 0px;
	margin: 							15px;
	-moz-border-radius-bottomleft: 		17px;
	-moz-border-radius-topright: 		17px;
	-webkit-border-top-right-radius: 	17px;
	-webkit-border-bottom-left-radius:	17px;
	
}

.imageDiv img,
.imageDivShadow img
{
	width:					100%;
	border:				1px solid black;
}

.imageDiv img
{
	border:				0px solid black;
}


#galleryNav
{
	float:					left;
	width:					300px;
	
}
#galleryNav a 
{
	padding:			0px;
	margin:				0px;
	border:				1px solid red;
}
#galleryNav p
{
	width:					inerhit;
	text-align:			left;
	color:					#ffeab5;
	background:			#453b27;
	/*background:			url(/public/images/smg_bg_red.png) repeat-x;*/
	background-size:	contain;
	padding:			5px;
	margin:				5px;
	border:				1px solid black;
	cursor:				pointer;
}


#galleryNav p.galleryNavActive
{
	background:				#660000;
	color:					#ffeab5;
	text-decoration:		none;
	/*font-weight:			bold;*/
}

#galleryNav p:hover
{
	background:				#ffeab5;
	color:					#453b27;
	text-decoration:		none;
}

#galleryNav a:link,a:visited 
{
	text-decoration:		none;
}
#galleryNav a:hover
{
	text-decoration:		none;
}

#galleryPreview
{
	float:					left;
	margin-left:			25px;
}

#galleryPreview h2
{
	margin-top:				60px;
}


.thumb 
{
	margin	: 				0px;
	padding:  				0px;
}
.thumb img
{ 
	filter:					alpha(opacity=50);
	-moz-opacity: 			0.50;
	opacity: 				0.50;
	border: 				solid 1px #453b27;
	margin:					0px;
	padding:				0px;
}
.thumb:hover img 
{	
	filter:					alpha(opacity=100);
	-moz-opacity: 			1.0;
	opacity: 				1.0;
	border: 				solid 1px #ffeab5;
	margin:					0px;
	padding:				0px;
}
</pre></body></html>