.slideshow{ /*CSS for DIV containing each image*/
/*float: left;*/
margin-right: 15px;

margin-bottom: 30px;
float:left;
width: 60.375px;
height: 30.71875px;
}

*html .slideshow{ /*CSS for DIV containing each image*/
/*float: left;*/
margin-right: 10px;
margin-bottom: 10px;
float:left;
width: 60.375px;
height: 30.71875px;

}

.slideshow img:hover {border:thin solid gray;}

.slideshow img:link {border:thin solid white;}

.slideshow img{ /*CSS for each image tag*/
border: 0;
/*
width: 150px;
height: 79.5px;
*/
/*
width: 84.375px;
height: 44.71875px;
*/
width: 70.375px;
height: 50.71875px;

}

#navlinks{ /*CSS for DIV containing the navigational links*/
/*width: 400px;*/
margin-top:5px;
clear:both;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
margin-top:5px;
text-decoration:none;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
/*background-color: yellow;*/
text-decoration:underline;
}

#thumbs{}

.thumbnails
{
}

* html .thumbnails
{
	position:relative;
	top:-10px;
	/*left:25px;*/
}

.fade
{
	position:relative;	
	margin-left:10px;
	color:#878777;
	font-family: tahoma;
	font-size:11px;
	padding:0;
	margin:0;
	line-height:14px;

}

