﻿.slideshow
{
	position: relative;
	top: -10px;
	left: 75px;
	width: 800px;
	height: 600px;
	background-color: #fff;
}
.picframe
{
	width: 800px;
	height:480px;
	overflow: hidden;
}
.captions
{
	width: 800px;
	color: #04b;
	line-height: 20px;
	margin-top: 10px;
	border: solid 1px #04b;
	background: #f2fff2;
}
.controls
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 628px;
	height: 25px;
	background-color: #aaa;
	border: solid 1px #444;
	z-index: 100;
	display: none;
}
.thumbs
{
	position: absolute;
	top: 510px;
	left: 5px;
	width: 622px;
	height: 69px;
	background-color: #aaa;
	border: solid 1px #444;
	white-space:nowrap;
	overflow: hidden;
	padding: 3px;
	display: none;
	
}
.thumbs a,img 
{
	vertical-align:middle;
	margin: 1px;
}