﻿@charset "utf-8";
/* CSS Document */
.gallery_wrapper {
	height: 100%;
	width: 100%;
	margin-top: 20px;
	/*top: 50%; left: 50%;*/
	position: relative;
}
#large_view {
	width:auto;
	height:auto;
	float: left;
	padding:10px;
	margin-right:20px;
}
ul.thumb {
	float: left;
	list-style: none;
	margin-left:70px;
	padding:0px;
	width:270px;
}
ul.thumb li {
	margin: 5px; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	list-style-image:none;
	width:110px;
	height:110px;
}
ul.thumb li img {
	/* width: 100px; height: 100px; /* Set the small thumbnail size */
	/* -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 10px 10px 0;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../img/thumb_bg.gif) no-repeat center center;  /* Image used as background on hover effect */
	/* border: none; /* Get rid of border on hover */
	background-color: #f0f0f0;
}
div.missing_TH{
	width:98px; height:68px; text-align:center; padding-top:30px; border: solid #ddd 1px;
}
div.missing_LG{
	width:498px; height:298px; text-align:center; padding-top:200px; border: solid #ddd 1px; 
}
div.missing_TH h2, div.missing_LG h2{
	font-size:12px;
	color:#888;
}
/*div.missingThumb {
	width:100px;
	height:100px;
	text-align:center;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 10px 10px 0;
	position: absolute;
	left: 0; top: 0;
}
div.missingThumb h2 {
	padding-top:30px;
	font-size: 12px;
	color:#888;
}*/
