#overlay {
	position: absolute;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .75;
//	filter: alpha(Opacity=65);
}
#outer {
	position: absolute;
	left: 0;top: -84px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 20;
	min-height: 800px;
}
#inner {
	position: relative;
	width: 740px;
	margin: 10px auto;
	padding: 0 15px 20px;	
	background: #fff;
	border-top: 12px solid #162011;
	overflow: hidden;
	min-height: 570px;
}
#inner .div_main,
#inner .div_alt {
	width: 350px;
	padding: 0;
}	
#inner .div_main {float: left}
#inner .div_alt {float: right}
#inner div.title {
	height: 20px;
	margin: 0 -17px;
	background: #F90;
	border: 0px solid #ffd200;
	border-width: 0 0 1px;
	position: relative;
}
#inner div.title img {
/*	margin-left: 12px;
*/margin: 5px 0 0 15px;
	/*width: 50px;*/
	height: auto;
	/*border-top: 3px solid #162011;*/
	position: absolute;
}
#inner .div_main p {
	margin: 0;
}
#inner .primary {
	height: 256px;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 20px;
	padding: 2px 0;
	overflow: hidden;
}
#inner .primary img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}
#inner #thumbs {
position:relative;
	overflow-y: auto;
	max-height: 450px;
	font-size: .823em;
}
#inner #thumbs * {}
#inner #thumbs span {
	position: relative;
	float: left;
	width: 65px;
	height: 95px;
	padding: 0 12px;
	margin: 0 10px 10px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #aaa;
}
#inner #thumbs img {
/*	position: absolute;
*/	bottom: 20px;
	display: block;
	/*width: 100%;*/
	max-width: 65px;	
	/*height: 100%;*/
	max-height: 65px;
margin: 10px auto 0;

}
#inner #thumbs em {
	position: absolute;
	bottom: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	width: 65px;
}
	

#inner h2, #inner h3 {margin: 0}
#inner h2 {
	font: 30px/70px "Times New Roman";
/*
	20100623
	font-size: 40px;
	line-height: 60px;
	font-family: "Times New Roman";
*/
	text-align: center;
	margin-bottom: 20px;
}
#inner h3 {
	font-size: 25px;
	line-height: 1;
	margin: 20px 0;
}

.modal.close {
	position: absolute;
	right: 10px;
	top: 5px;
/*
	20100623
	float: right;
	margin-right: 10px;
*/
	padding-right: 25px;
	background: url(images/modal_controls2.png) bottom right no-repeat;
/*	color: #fff;
*/	color: #aaa;
	cursor:pointer;
}


#inner input {margin: 0;padding: 0;float: none;border: none}
#inner h2 input {margin: 0 auto;font-family: "Times New Roman";text-align: center}
#inner h3 input {font-family: "Times New Roman";width: 100%;}




#outer .accent {
	position: absolute; 
	top: 97px;
	left: 0;
	z-index: 0;
	background: url(/core/greybox/ribbon_bottom.png) 0 0 repeat-x;
	height: 25px;
	width: 100%;
}

#inner {border: none;margin-top: 20px}
#inner h2 {position: relative;z-index: 100;}
#inner .accent {
	position: absolute; 
	top: 68px;
	left: -15px;
	z-index: 1;
	background: url(/core/greybox/ribbon_top.png) 0 0 no-repeat;
	height: 25px;
	width: 810px;
}
#inner .accent_top {
	position: absolute; 
	top: -20px;
	left: 0;
	z-index: 1;
	background: url(/core/greybox/roundy.png) 0 0 no-repeat;
	height: 20px;
	width: 770px;
}
#inner{overflow: visible;}
#inner div.title {background: none;color: red;border: none}

#primary div {background: url(/core/images/ajax-loader_big.gif) 50% 50% no-repeat;}