/*********************************************************************************/
/* GALLERY.CSS - Stylesheet for gallery.php **************************************/
/*********************************************************************************/

/*********************************************************************************/
/* general tag section 															 */
/*********************************************************************************/
div {
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: black;
	scrollbar-track-color: white;
}

h1.gallery {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 24pt;
	color: #ad9c64;
	margin: 0;
}

/*********************************************************************************/
/* general section 																 */
/*********************************************************************************/
.galleryMain {
	height: 515px;
}

#main #left, #main #right {
	position: absolute;
	height: 480px;
	background-color: white;
}

#main #left {
	left: 1px;
	top: 30px;
	width: 620px;
}

#main #right {
	left: 625px;
	top: 30px;
	width: 315px;
}


#main #left #pics_scroll {
	float: left;
	height: 480px;
	width: 202px;
	overflow: auto;
	background-color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main #left #pics_scroll li {
	height:118px;
	width:90px;
	margin: 0;
	padding: 0;
	float:left;
	display:inline;
	cursor: pointer;
	background-color: white; /*#cacacf;*/
	text-align: center;
}

#main #left #detail_info {
	float: left;
	width: 365px;
	height: 480px;
	background-color: white;
}

#main #left #detail_info #config {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#main #left #text_detail {
	position: absolute;
	width: 370px;
	height: 95%;
	text-align: justify;
	z-index: 2;
	margin: 5px;
}

#main #left #bigPicture {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}