﻿#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* CSS for Designers X starts */ 
#main-page
{
	width:100%;
	height:1000px;
	background-image:url('../images/dx_bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:23px 0px 0px 0px;
	vertical-align:top;
}
#dx-page
{
	width:776px;
	height:900px;
	background-color: gray;
	margin:auto auto 0px auto;
	background-image:url('../images/white_rep.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}
#flash
{
	height:175px;
	width:100%;
	float:left;
	background-image:url('../images/designersx_header_bg.jpg');
}
#cont-start
{
	background-image:url('../images/white_bg.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:761px;
	height:700px;
	float:left;
	background-color:white;
	padding:7px 7px 8px 8px;
	font-family:Tahoma;
	font-size:8pt;
	color:#333333;

}

#left-part
{
	float:left;
	width:600px;
	height:700px;

}
#p-ttl
{
	float:left;
	width:550px;
	height:20px;
	margin:15px 10px 0px 15px;
}

#body-txt
{
	float:left;
	width:560px;
	line-height:16px;
	margin:0px 10px 10px 15px;
}

#tick-ttl
{
	float:left;
	width:118px;
	height:30px;
	background-color:#16333b;
}
#ticker
{
	float:left;
	width:100px;
	height:20px;
	background-color:#16333b;
}

#port-thumb
{
	float:left;
	width:160px;
	height:120px;
	margin:5px 5px 5px 15px;
}
#port-ttl
{
	float:left;
	width:150px;
	height:20px;
	margin:5px 5px 5px 15px;
	padding-left:10px;
}



#right-part
{
	float:left;
	width:159px;
	height:700px;
	background-color:lime;
}