div.slideshow
{
width:400px;
height:240px;
border:thin solid black;
background-color:#000;
}


div.ss_content
{
height:200px; 
width:400px
}


div.ss_thumbnails
{
height:36px; 
width:359px;
float:left;
background-color:#000;
padding-top:2px;

}

div.ss_thumbnails img, div.ss_thumbnails img.unFocus, div.ss_thumbnails img.focus
{
width:67px;
height:36px;
margin-right:2px;
float:left;
border: 1px solid #000;
opacity:.75;filter:alpha(opacity=75);
}			

div.ss_thumbnails img:hover, div.ss_thumbnails img.focus
{
opacity:1;filter:alpha(opacity=100);
border:1px solid #cc0000;
}

div.ss_thumbnails img.unFocus, div.ss_thumbnails img.hide{display:none; }
div.ss_thumbnails img.show, div.ss_thumbnails img.show{display:block;}
			
div.ss_controls
{
	height:24px;
	width:41px;
	padding:2px 0;
	background-color:#000;
	float:left;
	padding-top:12px;
}



img.floatLeft, img.floatLeftLast{float:left;margin-right:6px;opacity:.75;filter:alpha(opacity=75);}
img.floatLeftLast{margin-right:0;}
img.floatLeft:hover, img.floatLeftLast:hover{opacity:1;filter:alpha(opacity=100);}