.my_wrapper{
float:left;
width:100%; 
margin:0px;
padding:0px; height:31px;
overflow:hidden;
}

	#latest_news_top{
	float:left;
	font-size:14px;
	margin:0;
	width:100%;
	padding:0px;
	line-height:31px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	background:#213540; text-transform: uppercase;
	
	}
	
	.marquee{
	position:relative;
	overflow:hidden;
	float:left;
	height:20px;
	margin:5px 0px;
	}

		.marquee span{
		font22:40px arial, sans-serif; 
		padding-left:10px;
		height:30px;
		white-space: nowrap;
		display:inline;
		position: relative;
		left:0%;
		-moz-animation: marquee 60s infinite linear 1s;   /* Scrolling Timer : Speed 10s */
		-webkit-animation: marquee 60s infinite linear 1s;
		-o-animation: marquee 60s infinite linear 1s;
		animation: marquee 60s infinite linear 1s;
		}
			
			.marquee a i{
			font-size:10pt;
			line-height:20px; color: #8AB5D6;
			}
			
			.marquee a{
			font-size:14px;
			margin:0px 5px 0px 0px;
			padding-left:15px;
			line-height:20px;
			text-decoration:none;
			color:#8AB5D6;
			font-weight:normal;
			}
				.marquee a:hover{
				color:#BBB;
				}

			.marquee:hover span{
			-webkit-animation-play-state: paused;
			-moz-animation-play-state: paused;
			-o-animation-play-state: paused;
			animation-play-state: paused;
			}
			.marquee span:after {content:attr(rel); display:inline; color:black; padding-left:10px;}

			@-webkit-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@-moz-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@-o-keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}
			@keyframes marquee{
			0% {left: 0%;}
			100% {left: -50%;}
			}