@charset "utf-8";
/* CSS Document */

#newsTicker{
	position:relative;
	width:100%;
	background-color:#666;
	background-image:url(../images/newsTicker-09.jpg);
	height:150px;
	margin:0 0 5px  0;
	clear:both;
	color:#FFFFFF;
	overflow:hidden;
}

#newsCont{
	position:absolute;
	width:100%;
	top:0px;
	margin:0px;
}

.newsItem{
	height:150px;
	width:100%;
	margin:0px;
}

#newsTicker h1{
	font-size:14px;
	margin:0px 0px 2px 10px;
	padding:10px 0 0 0;
	color:#FFFFFF;
}

#newsTicker a{
	color:#CCCCCC;
}

#newsTicker a:hover{
	color:#FF0000;
}

#newsTicker img{
	margin:0;
	border:none;
	margin:0px 0 0 10px;
	float:left;
}

#newsRight{
	height:110px;
	width:400px;
	margin:0 0px 0 15px;
	float:left;
}

#newsTxt{
	height:85px;
	width:387px;
	margin:5px 0px 0 5px;
	overflow:auto;
}

#newsTicker p{
	margin: 0;
	color:#FFFFFF;
}

#newsTicker ul{
	margin:7px 0 0 3px;
}

#newsTicker .ntb{
	width:10px;
	height:10px;
	list-style:none;
	float:left;
	background-position:top left;
	background-color:#333333;
	margin:7px 5px 0 0;
	border: 1px solid #FFFFFF;	
	font-size: 8px;
	text-align:center;
	cursor:pointer;
	color:#FFFFFF;
}

#newsTicker .ntb:hover{
	background-color:#CC0000;
}

#newsTicker #nts{
	background-color:#990000;
}


#newsTicker #timeLine{
	background-color:#666666;
	height:2px;
	width:395px;
	position:absolute;
	bottom:8px;
	left:125px;
	font-size: 0;//ie6
}

#newsTicker #timeLineIn{
	background-color:#999999;
	height:2px;
	width:25px;
	font-size: 0;//ie6
}
