
#softpop_overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: url('/trunk/images/semitransp.gif');
}

#softpop{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#softpop a img{ border: none; }


#outerContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	overflow:hidden;
}

#innerContainer{
	padding: 10px;
}

#softpoploading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}


#contentContainer {
	font-size:1em;
	line-height: 1.4em;
	text-align:left;
}
	
#softpopDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FE9A00;
	margin: 0 auto;
	line-height: 1.4em;
	}

#softpopData{	padding:0 10px; color: #000; }
#softpopData #softpopDetails{ width: 70%; float: left; text-align: left; }	
#softpopData #caption{ font-weight: bold;	}
#softpopData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#flashcontainer {
background:red;
}




/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
