a:link						{
							color: #ff9001; 

							}
	
a:visited					{
							color: #FF6F00;
							}
							
h3							{
							
							}
							
#slideshow 					{
							list-style:none; 
							color:#fff;
							
							}
							
#slideshow span 			{
							display:none
							}
							
#wrapper 					{
							
							}
							
#wrapper * 					{
							margin:0; 
							padding:0
							}
							
#fullsize 					{
							position:relative; 
							width:580px; 
							height:580px; 
							padding:2px; 
							}
							
#information 				{
							position:absolute;
							bottom:0; 
							width:580px; 
							height:0; 
							font-family: verdana;
							font-size: 8px;
							background: #000000;
							color:#fff; 
							overflow:hidden; 
							z-index:200; 
							
							
							}
							
#information h3 			{
							display: none;
							}
							
#information p 				{
							
							padding:2px 10px 2px;
							float: right;
							}
							
#image 						{
							width:580px
							height: 580px;
							position: absolute;
							}
							
#image img 					{
							position:absolute; 
							left: 0px;
							z-index:25; 
							width:auto
							}
							
.imgnav 					{
							position:absolute; 
							width:25%; 
							height:306px; 
							cursor:pointer; 
							z-index:150
							}
							
/*
#imgprev 					{
							left:0; 
							background:url(images/left.gif) left center no-repeat
							}
							
#imgnext 					{
							right:0; 
							background:url(images/right.gif) right center no-repeat
							}
*/
							
#imglink 					{
							position:absolute; 
							height:306px; 
							width:100%; 
							z-index:100; 
							opacity:.4; filter:alpha(opacity=40)
							}
							
.linkhover 					{
							background:url(images/link.gif) center center no-repeat
							}
							
#thumbnails 				{
							margin-top: 5px;
							}
							
#slideleft 					{
							float:left; 
							margin-left: 2px;
							width:20px; 
							height:81px; 
							background:url(images/scroll-left.gif) center center no-repeat; 
							background-color:#222
							}
							
#slideleft:hover 			{
							background-color:#333
							}
							
#slideright 				{
							float:right; 
							position: relative;
							left: 4px;
							bottom: 81px;
							width:20px; 
							height:81px; 
							background:#222 url(images/scroll-right.gif) center center no-repeat
							}
							
#slideright:hover 			{
							background-color:#333;
							}
							
#slidearea 					{
							
							position:relative;
							left: 4px;
							width:536px; 
							height:81px; 
							overflow:hidden;
							}
							
#slider 					{
							position:absolute; 
							left:0; 
							height:81px
							}
							
#slider img 				{
							cursor:pointer; 
							border:1px solid #666; 
							padding:2px
							}
