#contents
{
	cursor: wait;
	width: 900px;
	border: none;
}


#img_wrapper, #loading, h3
{
	position: absolute;
	left: 100px;
	width: 799px;
}

#contents, #img_wrapper, #loading
{
	height: 470px;
}

#thumbs_wrapper, #img_wrapper
{
	border: 1px dashed #CCCCCC;
}

h3
{
	z-index: 1900;
	top: 470px;
	left: 80px;

	margin-top: -33px;
	
	color: #9d8146;
	font-size: 50px;
	line-height: 55px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: right;
}

#thumbs_wrapper, #thumbs_hitarea
{
	position: absolute;
	left: 25px;
	top: 0;
	line-height: 15px;
}
#thumbs_wrapper
{
	top: 1px;
	width: 40px;
	height: 470px;
	overflow: hidden; 
	z-index: 1000;
}
#thumbs_hitarea
{
	width: 130px;
	height: 470px;
	left: 0px;
	z-index: 950;
}
#thumbs
{	
	width: 52px;
	margin: 0px auto;
	position: relative;
}
#thumbs img
{
	margin-left: 6px;
	border: 3px solid #ffffff;
}

#thumb_controls
{
	position: absolute;
	left: 10px;
	top: 220px;
	z-index: 1010;
}
#thumb_controls img
{
	display: block;
	position: absolute;
	left: 0;
	text-decoration: none;
	cursor: pointer;
}
#thumbs_up
{
}
#thumbs_down
{
	top: 35px;
}
.slide_spacer /* Allows the slide to center elements at the ends of the line */
{
	height: 400px;
	width: 50px;
}


a#backtoportfolio
{
	position: absolute;
	left: 5px;
	z-index: 10000;
	width: 20px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	display: block;
}
a#backtoportfolio:hover
{
	color: #996600;
}



#img_wrapper
{
	top: 1px;
	left: 90px;
	overflow: hidden;
}
#imgs
{
	width: 11500px;
}
#imgs img
{
	width: 800px;
	height: 472px;
}

#loading
{
	top: 220px;
	left: 90px;
	z-index: 5000;
	text-align: center;
}
#loading div
{
	color: #FFFFFF;
	padding: 0 20px;
	background: url('../imgs/glass_grey.png');
	line-height: 50px;
	height: 50px;
	width: 760px;
}
