﻿body {height: 100%;}

#display_image_holder
{
	position: absolute; top: 0px; left: 0px;
	width:100%; height: 100%;
	background-color: #333333;
	filter:alpha(opacity=70);-moz-opacity:.70; opacity:.70;
	z-index: 9;
}

#display_image_bg
{
	position: absolute; top: 50%; left: 50%;
	/* background-color: Lime; */
	z-index: 10;
}

#display_image_layer
{
	position: absolute; top: 50%; left: 50%;
	background-color: White;
	z-index: 11;
}

#display_image_bg_top_left {	position: absolute; top: 0; left: 0; }
#display_image_bg_top {	position: absolute; top: 0; left: 50%; background-image: url("../images/display_image_bg_top.gif"); background-repeat:repeat-x; height: 30px; }
#display_image_bg_top_right {	position: absolute; top: 0; right: 0; }

#display_image_bg_middle_left {	position: absolute; top: 50%; left: 0; background-image: url("../images/display_image_bg_middle_left.gif"); background-repeat:repeat-y; width: 36px; }
#display_image_bg_middle_right { position: absolute; top: 50%; right: 0; background-image: url("../images/display_image_bg_middle_right.gif"); background-repeat:repeat-y; width: 36px; }

#display_image_bg_bottom_left {	position: absolute; bottom: 0; left: 0; }
#display_image_bg_bottom {	position: absolute; bottom: 0; left: 50%; background-image: url("../images/display_image_bg_bottom.gif"); background-repeat:repeat-x; height: 30px; }
#display_image_bg_bottom_right {	position: absolute; bottom: 0; right: 0; }

#home_gallery_image_holder
{
	position: absolute; left: 50%; top: 50%;		
	/*background-color: Purple;*/
}

#home_gallery_left_arrow
{
	position: absolute; top: 50%; left: 0px; margin-top: -8px;
	width: 9px; height: 17px;
	/*background-color: Lime;*/
}

#home_gallery_right_arrow
{
	position: absolute; top: 50%; right: 0px; margin-top: -8px; 
	width: 9px; height: 17px;
	/*background-color: Lime;*/
}
