


/** Main **/

a:active, a:focus {
	outline: none;
}

body {
	
}



/** SlideShow Size **/

#container
	{
	position: relative;
	}
	
	.slideshowContainer 
	{
	position: absolute;
	border: 0px solid;
	width: 650px;
	height: 400px;
	margin-bottom: 7px;
	}


.slideshowContainer img 
	{
	position: absolute;
	width: 650px;
	height: 400px;
	}




/** Thumbnails **/

.slideshowThumbnail 
	{
	outline: none;
	}

.slideshowThumbnail img 
	{
	border: 0px;
	padding: 0px;
	}

a:hover.slideshowThumbnail img 
	{
	border: 1px solid #3f6872;
	padding: 0px;
	width: 8px;
	height: 8px;
	}

.current img 
	{
	border: 0px solid silver;
	}

.outline 
	{
	position: absolute;
	border: 1px solid #3f6872;
	background-color: #3f6872;
	padding: 0px;
	z-index: 0;
	}





/** Navigation **/



#prevlink
	{ 
	position: relative;
	float:left;
	margin-top: -407px;
   	border:0; 
  	padding:0; 
  	display: block;
  	text-indent: -9999px; 
	letter-spacing: -9999px;  
  	width: 325px; 
  	height:400px; 
  	background: url("../img/page/slideshow/prevlink.gif") 0 0 no-repeat;
	}	

#prevlink:hover
	{ 
  	background-position: -325px 0;
  	}


#nextlink
	{ 
	position: relative;
	float:right;
	margin-top: -407px;
   	border:0px; 
  	padding:0; 
  	display: block;
  	text-indent: -9999px; 
	letter-spacing: -9999px;  
  	width: 325px; 
  	height:400px; 
  	background: url("../img/page/slideshow/nextlink.gif") 0 0 no-repeat;
	}	

#nextlink:hover 
	{ 
  	background-position: -325px 0;
  	}		
  	
  	

/*************************************************************/

