.img-scroll {
	height: 54px;
	width: 500px;
	
	padding: 0px;
	
	background-color: #CCCCCC;
	
	float: left;
	
	overflow: hidden;	
}

#frc {
	margin-top: 0px;
	padding-top: 0px;
	
	display: block;
}

.news_off {
	width: 75px;
	height: 54px;
	margin: 0px;
	padding: 2px;
	
	float: left;
	
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.news_on {
	width: 75px;
	height: 54px;
	margin: 0px;
	padding: 2px;
	
	float: left;
	
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}

.img-min-div {
	width: 75px;
	height: 50px;
	
	cursor: pointer;
}

.img-card {
	 margin: 4px;
}

.popup-container
{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	background: url(../../images/pop-bg.png) top center no-repeat;
	height:554px;
}

.popup{
	position: absolute;
	top:0;
	left:50%;
	z-index:9999;
	width:900px;
	height:554px;
	margin:10px 0 0 -450px;
	text-align:left;
}