#newsticker{
	overflow: hidden;
	width: 500px;
	/*height: 114px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
	/* border: 1px solid black; */
	border: 1px solid #CCCCCC;
	/*background-color: #e2e2e2; */
	background-color: #FFFFFF;
}
#newsticker #btnNewsPrev,#newsticker #btnNewsPause,#newsticker #btnNewsNext{
	cursor: pointer;
}
#newsticker .pressarticle{
	display: none;
}
#newsticker .pressarticle a{
	color: #339966;
	
}
#newsticker .pressarticle .main{
	width: 486px;
	height: 110px;
	overflow: auto;
	/* background-color: #e2e2e2; */
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px;
	text-align: justify;
	
	/*
	scrollbar-face-color:#e2e2e2;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:gray;
	scrollbar-arrow-color:#f68e1e;
	scrollbar-track-color:#f68e1e;
	*/
}
#newsticker .pressarticle .main .testimonials{
/*
	height: 60px;
	overflow: auto;
*/
}
#newsticker .bottombar{
	text-align: center;
	background-color: #e2e2e2;
}
#newsticker .bottombar .controls{
	margin-left: auto;
	margin-right: auto;
	width: 126px;
	/* height: 50px; */
}