@charset "utf-8";
/* CSS Document */

h6	{
	position:absolute;
	background-color:#333333;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	width:400px;
	color:#FFFFFF;
	font-size:16px;
	filter:alpha(opacity=60);  
	-moz-opacity:0.60;
	opacity:0.60;
}

#large {
	width: 400px;
	height: 300px;
	float: left;
	position:relative;
	background: url(../img/indicator.gif) no-repeat 40% 60%;
}
#large img {
	width: 400px;
	height: 300px;
	border: 5px solid #223348;
}
#thumbnail {
	width: 105px;
	height: 310px;
	overflow:auto;
	float: left;
	position:relative;
	list-style: none;
	margin:0;
	margin-left:0px;
	padding:0;
	border: 1px solid #666666;
	background: #fff;
}
#thumbnail li {
	float: left;
	position:relative;
	width: 80px;
	height:60px;
	margin: 4px;
}
#thumbnail a {
	display: block;
	width: 80px;
	height: 60px;
	padding:0;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #CC3300;
}
