<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* ========================== slideshow */
  
	#trnbox_rightarrow
	{
		float:right ;
		margin-left:4px ;
		width:30px ;
		height:30px ;
		background-image : url( image/icons.png ) ;
		background-position : 60px 0px ;
		cursor:pointer ;
		z-index : 999 ;
		position:relative ;
	}
	
	#trnbox_rightarrow:hover
	{
		background-position : 60px 60px ;
	}
	
	#trnbox_leftarrow
	{
		float:left ;
		margin-right:4px ;
		width:30px ;
		height:30px ;
		background-image : url( image/icons.png ) ;
		background-position : 0px 0px ;
		cursor:pointer ;
		z-index : 999 ;
		position:relative ;
	}
	
	#trnbox_leftarrow:hover
	{
		background-position : 0px 60px ;
	}
	
	#trnbox_slideshow_description
	{
		font-size : 83% ;
		text-align: center ;
 
		margin-top:4px ;
		margin-bottom: 0px ;
	}
	
	#trnbox_slideshow_thumbnails
	{
		text-align:justify ;
		margin-top:10px;
	}
	
	.trnbox_thumbnail
	{
		border: 1px solid white ;
		margin:2px;
	}
	
	.trnbox_thumbnail:hover 
	{
		border: 1px solid #ccc ;
		box-shadow: 2px 2px 2px  #999 ;
	}
	 
	.trnbox_thumbnailselected
	{
		border: 1px solid #ccc ;
		box-shadow: 2px 2px 2px  #999 ;
	}
	
	#trnbox_locator
	{
		font-size:70% ;
		text-align:center ;
		line-height:25px ;
 
	}

/* ========================== boxes */

	#trnbox_dialogbox 
	{
		padding-left:0px ;
		height:0px;
	}
	
	#trnbox_dialogbox #trnbox_parentbox 
	{
		font-family:"Lucida Grande",Lucida,Verdana,sans-serif; ;
		font-szie:12px ;
	} 
	 
/* ========================== top */
	 
	#trnbox_dialogbox #trnbox_dragbar 
	{
		position:relative ;
		height:50px ;
		cursor:pointer;
		
	}
	
	#trnbox_dialogbox #trnbox_dragbar #trnbox_lefttopcorner
	{
		position:absolute ;
		left : 0px ;
		top : 0px ;
		height:50px ;
		width:30px ;
		background:url(image/corners.png) left top ;
	}
	
	#trnbox_dialogbox #trnbox_dragbar #trnbox_topcontent
	{
		position:relative;
		margin-left:30px ;
		margin-right:30px ;
		height:35px;
		background:url(image/hborders.png) left top ;
		padding-top:15px;
	}
	
	#trnbox_dialogbox #trnbox_dragbar #trnbox_righttopcorner
	{
		position:absolute ;
		right : 0px ;
		top : 0px ;
		height:50px ;
		width:30px ;
		background:url(image/corners.png) right top ;
	}
	
	#trnbox_dialogbox #trnbox_dragbar #trnbox_closebox
	{
		position:absolute ;
		top: -5px ;
		right: -7px ;
		width:30px ;
		height:30px ;
		background-image:url(image/icons.png) ;
		z-index:1000 ;
		background-position: 30px 0px ;
	}
	
	#trnbox_dialogbox #trnbox_dragbar #trnbox_closebox:hover
	{
		background-position: 30px 60px ;
	}
	
/* ========================== mid */
 
 	#trnbox_imagebox1 ,
 	#trnbox_imagebox2 
 	{
 		background : white ;
 	}
 
 
	#trnbox_dialogbox #trnbox_content 
	{
		position:relative ;
	}
	
	#trnbox_dialogbox #trnbox_content #trnbox_leftborder
	{
		position:relative ;
		background:url(image/vborders.png) left top repeat-y;
		padding-left:30px ;
	}
	
	#trnbox_dialogbox #trnbox_content #trnbox_rightborder
	{
		position:relative ;
		background:url(image/vborders.png) right top repeat-y;
		padding-right:30px ;
	}
	
	#trnbox_dialogbox #trnbox_content #trnbox_innercontents
	{
		background: white ;
		min-height:20px;
		padding-bottom: 0px ;
	}
	
 
	
/* ========================== bottom */
	
	#trnbox_dialogbox #trnbox_bottom 
	{
		position:relative ;
		height:30px ;
	}
	
	#trnbox_dialogbox #trnbox_bottom #trnbox_leftbotcorner
	{
		position:absolute ;
		left : 0px ;
		top : 0px ;
		height:30px ;
		width:30px ;
		background:url(image/corners.png) left bottom ;
	}
	
	#trnbox_dialogbox #trnbox_bottom #trnbox_botcontent
	{
		position:relative;
		margin-left:30px ;
		margin-right:30px ;
		height:30px;
		background:url(image/hborders.png) left bottom ;
		font-size:83%;
		text-align:right;
	}
	
	#trnbox_dialogbox #trnbox_bottom #trnbox_rightbotcorner
	{
		position:absolute ;
		right : 0px ;
		top : 0px ;
		height:30px ;
		width:30px ;
		background:url(image/corners.png) right bottom ;
	}
</pre></body></html>