@charset "UTF-8";
/* CSS Document */
.img_preview
{
	max-height: 104px;
	max-width: 155px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	border: 1px solid #630600;
}
.img_rollover
{
	border: thin outset #333333;
	width: 125px;
	position: absolute;
	bottom: 10px;
	left: 17px;
}
.slideshowbox
{
	height: 200px;
	width: 160px;
	background-color: #730603;
	border: medium outset #630600;
	position: relative;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

