.psIntercontainer {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding:0;
	background: #f0f0f0;
	border:0;
}
/*--Main Image Preview--*/
.psInterMainImage {
	width: 980px; height: 209px;
	background: #000000;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-image:url(loader-black.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.psInterMainImage h2 {
	font-size: 28px;
	color:#f97906;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0px;
	float:left;
}
.psInterMainImage p {
	font-size: 1.1em;
	padding: 10px;
	margin: 0;
	line-height: 1.6em;
}
.psInterMainImage .psBlock small {margin-left: 10px;}
.psInterMainImage .psInterMainImageDesc{
	position: absolute;
	bottom: 0;	right: 0;
	width: 100%;
	display: none;
}
.psInterMainImage .psBlock{
	/*background: #111;*/
	background:url(bg.png) repeat;
	float:right;
	width:980px;
	
	padding:5px;
}
.psInterMainImage a.show {background-position: left bottom;} 
.psInterButton {
	float: left;
	width:980px;
	background: #000;
	border:0;
}
.psThumbImg{display:none;}
.psInterButton img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.psInterButton ul {
	margin: 0; padding: 0;
	list-style: none;
	position:relative;
	width:980px;
	height:49px;
}
.psInterButton ul li{
	margin: 0; 
	padding: 0px;
	float: left;
	position:relative;
	display:inline;
	height:49px;
	width:196px;
}
/*
.psInterButton ul li.hover {
	cursor: pointer;
	color:#000 !important;
}
.psInterButton ul li.active {
	cursor: default;
	color:#000 !important;
}*/
.psInterButton ul li h2 {
	font-size: 14px; 
	margin: 0; 
	padding: 0;
	width:130px;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, Tahoma !important;
}
/*
.psInterButton ul li :hover h2 {
	color:#000;
}*/
.psInterButton ul li .psBlock {
	float: left; 
	margin-left: 20px;
	padding: 5px;
	width:160px;
}
.psInterButton ul li .psButContent{display: none;}
.psInterMainImage .psBlock .psButContent{float:right;width:500px;font-size:13px;}
.psInterMainImage .psBlock .psButContent .bannerTxt{line-height:1.5em;margin:0 0 5px 0}