/*------------------новости на главной-------------------*/
.main_news{
   float: left;
	margin-left: 10px;
	margin-top:1px;
}

.main_news div.p_date{
    background: url("/images/slash_news.jpg") no-repeat scroll 96% center transparent;
    color: #323232;
    float: left;
    font-size: 11px;
    padding-right: 10px;
    text-transform: uppercase;

}
.main_news div.item{
clear:both;
width:80%;
display:none;
opacity:0;
}

.main_news div.active{
display:block;
opacity:1;
}

.main_news div.p_name{
    padding-left: 5px;
    width: 500px;
}

.main_news a.p_name{
	 color:#323232;
	  font-size:10px;
	  text-transform:uppercase;
	  font-weight:bold;

}
