div.gallery_x
{
	border: 1px #d0d0d0 dashed;
}
#divCurrentItem
{
	color: white;
	height: 545px;
	width: 700px;
	vertical-align: middle;
	text-align: center;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
#divCaption
{
	width: 700px;
	height: 45px;
	background-color: #ffffff;
	background-image: url(../images/textures/whiteshadow.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border: 2px #715d42 solid;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#divSelections
{
	height: 100px;
	width: 700px;
	margin-top: 5px;
	margin-left: 8px;
}
div.nav_on
{
	cursor:pointer;cursor:hand;
}
div.nav_off
{

}
#divGoLeft
{
	float: left;
	width: 36px;
	height: 100px;
}
#divGoRight
{
	float: right;
	width: 36px;
	height: 100px;
}
img.arrow
{
	margin-top: 20px
}
#divThumbnails
{
	float: left;
	width: 620px;
	height: 100px;
}
.tanloading
{
	background-image: url(../images/graphics/thumb_load.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e5ded5;	
}
div.gallery_thumb
{
	float: left;
	width: 120px;
	height: 90px;
	border: 1px #715d42 solid;
	background-color: #e5ded5;
	background-image: url(../images/textures/tanfade.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 1px;
	margin-right: 1px;
	cursor:pointer;cursor:hand;
	font-size: 9px;
}
div.gallery_thumb_empty
{
	float: left;
	width: 120px;
	height: 90px;
	border: 1px #715d42 solid;
	background-color: #e5ded5;
	background-image: url(../images/textures/tanfade.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 9px;
}


div.profile
{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 450px;
}
div.photo
{
	width: 125px;
	float: left;

}
div.photo img
{
	background-color: #ded5ca;
	padding: 5px;
}
div.profile_info
{
	width: 305px;
	float: right;
}
