
#news_title{
	clear:both;
}
#news_title img{
	width:120px;
	padding: 5px 30px 10px 30px;
	float:left;
	/*vertical-align:middle;*/
}
#news_title h3{
	padding-top:5px;
	/*line-height: 130%;*/
	/*overflow:hidden;*/
}
#news_title p{
	margin-top:-18px;
	/*margin-left: 90px;*/
	/*color:#343434;*/
	/*overflow: hidden;*/
}

div.n {
	background-color:#FFF;
	display:none;
	margin: 0px 30px 20px;
	padding-right:25px;
	padding-bottom:10px;
	border-right:outset;
	border-right-width:5px;
	border-right-color:#4CB3FF;
	border-bottom:outset;
	border-bottom-width:5px;
	border-bottom-color:#4CB3FF;
	text-align:justify;
	clear:both;
	/*padding:10px 0px;*/
}



#blinkblink {
	-webkit-animation: myfirst 1s steps(5, start) infinite;
	/*-webkit-animation: myfirst 5s linear 0s infinite alternate; /* Chrome, Safari, Opera */
    animation: myfirst 1s steps(5, start) infinite;
	/*animation: myfirst 5s linear 0s infinite alternate;*/
}