
/*preload classes*/ 
.svw {
	display: none;
	}
	
.svw li{
	display: none;
	}
 
/*core classes*/ 
.stripViewer {  
	position: relative;
	overflow: hidden; 
	float: left;
	margin: 0px;
	width: 600px;
	height: 250px;
	clear: both;
	background: #fff;
	}

.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
	}

.stripViewer ul li {  
	float:left; 
	} 

.stripTransmitter {
	margin: auto;
	width: 190px;
	height: 250px; 
	} 

.stripTransmitter ul { 
	margin-top: -250px;
	padding: 0; 
	position: relative; 
	list-style-type: none;
	float: right;
	}
 
.stripTransmitter ul li{ 
	margin-bottom: 1px;
	} 

.stripTransmitter a{ 
	width: 170px;
	height: 54px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	background: url(../../layout/blk_trans80.png);
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: default;
	}
*html .stripTransmitter a {
	filter: alpha(opacity=80);
	background: #000000;
	}

.stripTransmitter a:hover, a.current { 
	background: url(../../layout/grey_trans80.png);
	color: #6acb3e;
	}

.morenews a {
	width: 180px;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	background: url(../../layout/blk_trans90.png);
	cursor: pointer;
	}
* html .morenews a {
	filter: alpha(opacity=92);
	background: #000000;
	}

.morenews a:hover
	{
	background: url(../../layout/grey_trans90.png);
	color: #b1b1b1;
	}
*html .morenews a {
	filter: alpha(opacity=92);
	background: #212121;
	}

.indexcar_img {	
	width: 580px;
	height: 46px;
	padding: 204px 10px 0px 10px;
	}

.indexcar_desc {
	width: 382px;
	height: 28px;
	padding: 4px;
	background: url(../../layout/wht_trans80.png);
	font-size: 11px;
	line-height: 14px;
	}
*html .indexcar_desc {
	background: #ffffff;
	filter: alpha(opacity=80);
	}