<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* neutralize browser styles */
 
	
	
.SlidingPanels {
	position: relative;
	background: none transparent;
	width: 100%;
	height: 367px;
	padding: 0px;
	border: none;
	float: left;/*for horizontal animation*/
}


.SlidingPanelsContentGroup {
	position: relative;
	background: none transparent;
	width: 10000px;/*increase width allows the elemnts to fit in the container element*/
	margin: 0px;
	padding: 0px;
	border: none;
	height: 367px;
	float: left;
	overflow: hidden;
	clear: none;
}



.SlidingPanelsContent {
background:none transparent;
	width: 500px;/*fixed width based on the content*/
	height: 367px;/*fixed height based on the content*/
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	/*for horizontal animation*/
	/*background-color:#fff;bg color to mathch the bg*/
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}




/* ----------------- thumbnail formatting ----------------------*/
#first_row #thumbs {  margin: 0 auto; width:520px; padding-left: 5px; float:left;  }
#content.retouching #first_row #thumbs {  margin: 0 auto; width:380px; padding-left: 5px; float:left;  }
#first_row #thumbs img { border: 0px solid #fff; padding: 0; margin: 0; display:inline; }
#first_row #thumbs #thumbs a:link { text-decoration: none; display:inline; }
#first_row #thumbs #thumbs a:active img { border: 2px solid #c5c5c5; }
/* ----------------- parent container formatting ------------------*/
#content_slider #panelContainer { background:none transparent; width: 500px;  margin: 0 auto; padding: 10px 0; float:left; clear:none; }

/*formating for panel content*/
#content_slider{ float:left;  width:472px; margin: 0 0 0 10px; background:none transparent;}
#content.retouching #content_slider{ float:left; width:479px; margin: 0 0 0 10px; background:none transparent;}

#content_slider .SlidingPanelsContentGroup h2 {margin:357px 4px 0 44px; padding:0; background:none; text-align:left; clear:both; width:200px;}
#content_slider .SlidingPanelsContentGroup p {margin:0 0px 0 3; padding:0; background:none; text-align:left;}

/*formating for bg graphics*/

#content_slider #panel0 {background:url(../images/big1.jpg) no-repeat 0 0px;}
#content_slider #panel1 {background:url(../images/big2.jpg) no-repeat 0 0px;}
#content_slider #panel2 {background:url(../images/big3.jpg) no-repeat 0 0px;}
#content_slider #panel3 {background:url(../images/big4.jpg) no-repeat 0 0px;}
#content_slider #panel4 {background:url(../images/big5.jpg) no-repeat 0 0px;}
#content_slider #panel5 {background:url(../images/big6.jpg) no-repeat 0 0px;}
#content_slider #panel6 {background:url(../images/big7.jpg) no-repeat 0 0px;}
#content_slider #panel7 {background:url(../images/big8.jpg) no-repeat 0 0px;}
#content_slider #panel8 {background:url(../images/big_ret_1.jpg) no-repeat 0 0px;}
#content_slider #panel9 {background:url(../images/big_ret_2.jpg) no-repeat 0 0px;}




#content_slider .article h1 {}
 #content_slider img {
	background: none;
	display: inline;
	border: none;
	margin: 1px;
	padding: 0;
}



/* ---------------- header specific styles ----------------*/


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#mainContent .TabbedPanels .TabbedPanelsTab h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	background: none;
	padding: 0;
	margin:0;
	line-height: 1.6;
	color: #78320E;
}
</pre></body></html>