/* for bottom thumbnails */
body {
	background-color:#000000;
}

#content {
	border:none;
	width:900px;
	height:700px;
}

/* Positions copyright notice */
.copyright {
	position: absolute;
	left: 0;
	width: 420px;
	top: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This style controls the picture holder in the gallery_body.php page. */
.body_table {
	position: absolute;
	left: 45px;
	top: 10px;
	text-align: center;
	width: 420px;
}

div#thumbs {
	position: absolute;
	top: 4px;
	left: 20px;
	border: 0;
	height: 90px;
	width: 412px;
	overflow: hidden;
}

div#thumbs ul {
	position: absolute;
	list-style-type: none;
	top: 7px;
	left: 4px;
	border: 0;
	height: 82px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

div#thumbs ul li {
	border: 0;
	padding: 0;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 0;
}

div#thumbs img {
	width: 80px;
	height: 80px;
	margin: 0;
}

#thumb_left,
#thumb_right {
	position: absolute;
}

#thumb_right {
	left: 436px;
}

/* The thumbs style renders page layout for gallery_thumbs.php page */
#thumbs_studio {
	position: absolute;
	left: 12px;
	top: 20px;
	font-size:15px;
	font-weight: bold;
}

/* Positions thumb selector */
#thumbs_select {
	position: absolute;
	width: 350px;
	text-align: right;
	left: 530px;
	top: 30px;
}

/* Positions home link */
#thumbs_home {
	position: absolute;
	width: 350px;
	text-align: right;
	left: 530px;
	top: 10px;
}

/* Positions thumb clicker caption */
#thumbs_click {
	position: absolute;
	text-align: center;
	left: 127px;
	top: 445px;
	font-size:12px;
	z-index:100;
	color:#999999
}

/* The gallery style renders font styles for the gallery_body.php page */
#gallery_name {
	position: absolute;
	left: 529px;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	color:#CCCCCC
}

/* Gallery description */
#gallery_desc {
	position: absolute;
	left: 531px;
	top: 120px;
	text-align: left;
	width: 330px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	border:0;
	margin-right: 20px;
	padding-right: 20px;
	max-width: 100%;
}

/* Positions thumb table */
#thumbs_table1 {
	position: absolute;
	left: 0px;
	top: 0px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	height: 82px;
	margin: 0;
	padding: 0;
}

/* Positions thumbs frame */
.thumbs_frame {
	position: absolute;
	left: 32px;
	top: 490px;
	height: 82px;
	width: 454px;
}

/* This style controls the position of the main frame */
.main_frame {
	position: absolute;
	left: -14px;
	top: 0px;
}

select, option {
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

.wide_sel {
	width: 350px;
}

/* Positions buy now links */
#buy_link1 {
	position: absolute;
	left: 621px;
	top: 61px;
	font-size: 14px;
}

#buy_link2 {
	position: absolute;
	left: 621px;
	top: 533px;
	font-size: 14px;
}

#buy_link1 a,
#buy_link2 a {
	font-size: 14px;
	font-weight: bold;
}

/* Positions buy now links for manual page only */
#buy_link3 {
	position: absolute;
	left: 531px;
	top: 81px;
	font-size: 14px;
}

#buy_link4 {
	position: absolute;
	left: 531px;
	top: 533px;
	font-size: 14px;
}

#buy_link3 a,
#buy_link4 a {
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
}
