@charset "UTF-8";
/* 
Darlene Cahill
Author: Coffee and Pie (studios)
*/

#thumbdiv {
	overflow: hidden;
	height: 114px;
	width: 150px;
	margin: 5px;
	top: 0;
	left: 200;
}

#thumbs {
	border: 3px solid #000;
	left: 0px;
	top: 0px;
}

#thumbs:hover {
	border: 3px solid #FFF;
}
#slideshow {
	height: 30px;
	width: 100px;
	overflow: hidden;
}
