/* Coplete Border */

#lightbox {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: 0;
	text-align: center;
	}

#lightbox a img {
	border: none;
	}
	
/* Image Area */

#noFlash { 
	padding: 100px 10px 0 10px;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;	
	}
	
#outerImageContainer {
	position: relative;
	background: url(../images/imageborder_bg.gif);
	width: 250px;
	height: 250px;
	margin: 0 auto 1px auto;
	border:0 6px 6px 6px;
	}

#imageContainerCornerLeft {
	position: absolute;
	width: 50%;
	background: url(../images/imageborder_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height: 6px;
	top: 0;
	left: 0;
	z-index: 200;
	}
	
#imageContainerCornerRight {
	position: absolute;
	width: 50%;
	background: url(../images/imageborder_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height: 6px;
	top: 0;
	right: 0;
	z-index: 250;
	float: right;
	}
	
#imageContainerCornerRight {
	position: absolute;
	width: 90%;
	background: url(../images/imageborder_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height: 6px;
	top: 0;
	right: 0;
	z-index: 250;
	float: right;
	}
	
#imageContainer {
	padding: 6px;
	}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#bottomNavCloseContainer {

	padding: 0 6px 0 0;
	height: 20px;
	}

#bottomNavClose{ 
	background: url(../images/close_image.gif) ;
	background-position:top right;
	background-repeat: no-repeat;
	display: block;

	padding: 12px 35px 2px 0;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;	
	}

#imageDetails {
	padding: 8px 0 0 14px;
	float: left;
	text-align: left;
	}	
			
#bottomNavClose:hover, #bottomNavClose:visited:hover { 
	background: url(../images/close_image_over.gif);
	background-position:top right;
	background-repeat: no-repeat;
	color: #eef5ff;
	}

#downloadMedia { 
	background: url(../images/download.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	display: block;
	padding: 4px 7px 7px 30px;
	}

#downloadMedia2 { 
	background: url(../images/download2.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	display: block;
	padding: 7px 7px 4px 30px;
	}
	
#downloadMedia:hover, #downloadMedia:visited:hover, #downloadMedia2:hover, #downloadMedia2:visited:hover { 
	color: #eef5ff;
	}
		
#hoverNav{
	width: 120px;
	padding: 0 6px 0 0;
	
	}

#hoverNavPrevContainer {
	float:left;
	width: 75px;
	}
		
#hoverNavPrev {
	float:left;
	width: 34px;
	}
	
#hoverNavCenter {
	padding: 10px 0 0 0;
	float:right;
	width: 32px;
	}
	
#hoverNavNext {
	float: right;
	width: 34px;
	}

#hoverNav a { 
	outline: none;
	}

#prevLink {
	width: 34px;
	background: url(../images/prevlabel.gif) left no-repeat;
	display: block;
	}
	
#nextLink{
	width: 34px;
	background: url(../images/nextlabel.gif) right no-repeat;
	display: block;
	}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel_over.gif) left no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel_over.gif) right no-repeat; }
	
#imageDataContainer{
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;	
	background: url(../images/imagedata_bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	width:100%;
	}
	
#imageDataContainer2 {
	width:100%;
	}
	
#bottomNav{
	height: 40px;
	float:right;
	}

#imageData{
	width: 60%;
	height: 60px;
	float:left;
	}
		
#imageDataCornerContainer {
	height: 6px;
	}
	
#imageDataCornerLeft {
	width: 80%;
	float: left;
	background: url(../images/imageborder_bl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height: 6px;
	}
	
#imageDataCornerRight {
	width: 20%;
	float: right;
	background: url(../images/imageborder_br.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height: 6px;
	}
			
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {

	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	