﻿/* table with the large image */
#gallery {
	width: 580px;
	height: 500px;
	margin: auto 0;
	border: 1px solid #b7ad9b;
	background:url(../_images/chrome/html_background.jpg) top right no-repeat;
}
#gallery td {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
/* preloader divs */
#preloadLrg {
	background: url(../_images/icons/ajax_loader_bar.gif) no-repeat center center;
	width: 578px;
	height: 498px;
	position: relative;
}
#preloadTn {
	background: url(../_images/icons/ajax_loader_bar.gif) no-repeat center center;
	width: 498px;
	height: 83px;
	position: relative;
}

/* keyline div */
#keyline {
	position: relative;
	overflow: hidden;
	width: 0; 
	height: 0;
	border: 1px solid #b7ad9b;
	display: none;
	margin: 0 auto;
}
#keyline img {
	position: absolute;
	top: 0;
	left: 0;
}

/* large image caption */
#caption {
	font: bold 12px Arial;
	color: #000000;
	margin: 5px 0;
	text-align: center;
}

/* thumbnail carousel navigation */
#carouselWrap {
	width: 564px;
	height: 140px;
	display: block;
	overflow: hidden;
	position: relative;
	margin:10px 0 10px 0;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	top: 0;
	left: 0;
	position:absolute;
	display: none;
}
#carousel li {
	background: #ffffff;
	height: 133px;
	width: 133px;
	margin: 1px;
	padding: 2px;
	float:left;
	display:inline;
	border: solid 1px #b7ad9b;
	text-align: center;
	background:url(../_images/chrome/galleries_thumb_background.jpg) top center no-repeat;
}
#carousel li a {
	width: 133px;
	height: 133px;
	display: block;
}