@charset "UTF-8";

body.m1000
{
	min-width: 1000px;
}
body.m1200
{
	min-width: 1200px;
}
body.m1600
{
	min-width: 1600px;
}

body.m1600 .body_wrap
{
	max-width: 1600px;
	width: 1600px;
}

.photo_wrap
{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .75em;
	padding-top: 0px;
}

.photo_tl, .photo_tr, .photo_bl, .photo_br, .photo_tm, .photo_bm, .photo_ml, .photo_mr, .photo_img
{
	display: block;
	position: absolute;
}

.photo_tl, .photo_tr, .photo_bl, .photo_br
{
	z-index:2;
}
.photo_tm, .photo_bm, .photo_ml, .photo_mr
{
	z-index:1;
}

.photo_tl
{
	width: 25px;
	height: 27px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url("../../img/photo_top_left.gif");
	background-repeat: no-repeat;
	z-index:2;
}

.photo_tr
{
	width: 25px;
	height: 27px;
	top: 0px;
	right: 0px;
	background-color: transparent;
	background-image: url("../../img/photo_top_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
	z-index:2;
}

.photo_bl
{
	width: 25px;
	height: 27px;
	bottom: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url("../../img/photo_bottom_left.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index:2;
}

.photo_br
{
	width: 25px;
	height: 27px;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	background-image: url("../../img/photo_bottom_right.gif");
	background-repeat: no-repeat;
	z-index:2;
	background-position: bottom right;
}

.photo_tm
{
	width: 100%;
	height: 27px;
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url("../../img/photo_top.gif");
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

.photo_bm
{
	height: 27px;
	width: 100%;
	bottom: 0px;
	left: 0px;

	background-color: transparent;
	background-image: url("../../img/photo_bottom.gif");
	background-repeat: repeat-x;
	background-position: bottom 50%;
}
.photo_ml
{
	width: 25px;
	left: 0px;
	top: 0px;
	height: 100%;
	background-color: transparent;
	background-image: url("../../img/photo_left.gif");
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
.photo_mr
{
	display: block;
	position: absolute;
	width: 25px;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: transparent;
	background-image: url("../../img/photo_right.gif");
	background-repeat: repeat-y;
	background-position: 50% 100%;
	z-index:1;
}


.photo_img
{
	top: 27px;
	left: 25px;
	z-index: 3;
	margin: 0px;
}

.viewer_topbar a
{
	color: #eee;
	text-decoration: none;
}


.viewer_topbar a:hover { text-decoration: underline; }
.viewer_topbar a:focus { color: #f55; }
.viewer_topbar a:active { color: #f55; }


.navimages
{
	background-image: url("../../img/photo_row.gif");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}




.nav_no_left span span, .nav_no_right span span
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	margin: 0;
}

.nav_no_left span span
{
	background-image: url("../../img/no_left.gif");
}
.nav_no_right span span
{
	background-image: url("../../img/no_right.gif");
}

.panel_wrap_photo
{
	width: 690px;
}

.uparrow a span, .cheat
{
	width: 150px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../../img/nav_up_lo.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.uparrow a:hover span
{
	background-image: url("../../img/nav_up_hi.gif");
}

.panel p.album_link
{
	text-align: right;
	position: absolute;
	top: -2em;
	right: 26%;
	/*width: 70%;*/
}

.uparrow a:active span
{
	background-image: url("../../img/nav_up_active.gif");
}
.uparrow a span
{
	z-index: 3;
}

.cheat
{
	z-index: 2;
}	

.album_thumb
{
	background-image: url("../../img/photo_row.gif");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	border-left: 1px solid #a00;
	border-right: 1px solid #a00;
}

.thumbnails_150
{
	background-image: url("../../img/photo_row.gif");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	margin-bottom: 5px;
	border-top: none;
	border-bottom: none;
	width: 100%;
}