﻿/* the following styles are used in gallery_view.asp ONLY */

a.back {
	color:orange;
	font-size:.8em;
}

span.title {
	font-size:16pt;
	color:white;
}

div#details {
	width:240px;
	height:520px;
	overflow:auto;
	color:silver;	
	float:left;
}

div#photos {
	width:730px;
	float:right;
}

div#photos a {
	float:left;
	margin:0 0 1px 1px;
	width:237px;
	height:177px;
	border:1px gray solid;
	overflow:hidden;
}

div#enlarged {
	position:absolute;
	left:300px;
	top:630px;
	width:670px;
	height:520px;
	border:10px white solid;
	background-color:white;
	display:none;
	text-align:center;
}

span.note {
	display:block;
	width:670px;
	height:20px;
	background-color:white;
	color:black;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}
