@charset "utf-8";
/* CSS Document */

/* Example style */
#ControlDiv{
}
#SlideShow{
	cursor: pointer;
}
#DisplayDiv{
	margin:0;
	width: 694px;
	height: 308px;
	border: 1px solid #B0B0B0;
	border-left:0px;
	border-right:0px;
	float:left;
}
#ThumbnailDiv{
	width: 232px;
	height: 308px;
	margin:0;
	float:left;
}
#ThumbnailDiv img{
	opacity: 0.5;
	filter:alpha(opacity:50);
	cursor: pointer;
	border: 1px solid #B0B0B0;
	border-left:0px;
	border-right:0px;
	margin: 0 3px;
}
#ThumbnailDiv img:hover{
	opacity: 1;
	filter:alpha(opacity:100);
}
