

.topnews{
	width: 611px;
	height: 424px;
	background-color: #555;
}
.topnews_leftcolon{
	width:450px;
	height:424px;
	float:left;
	_cursor: pointer;
}

.topnews_leftcolon a{
	text-decoration: none;
}

.topnews_rightcolon{
	width:160px;
	height:420px;
	float:right;
	
	position:relative;
	
}
.topnews_rightcolon img{
	float:right;
	border-left: 1px solid #f13c69;
	border-bottom: 1px solid #f13c69;
	border-collapse: collapse;
	
	width: 160px;
	-webkit-transition: width 0.5s, height 0.5s;
	-moz-transition: width 0.5s, height 0.5s;
	-o-transition: width 0.5s, height 0.5s;
	transition: width 0.5s, height 0.5s;
	
	
}
.topnews_rightcolon img:hover{
	width: 160px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
	
	border: none;
}

.topnews2{
	width:611px;
	height:20px;
	background-color: #555;
	
	font: normal normal normal 14px "opensans", "Arial", "Tahoma";
	text-transform: uppercase;
}
.topnews2 a{
	text-decoration: none;
	padding: 0 10px;
	_background-color: red;
	width: 100%;
	color: #000;
}
.topnews2 a.active{
	color: #999999;
}
.topnews_bigtitle{
	width:450px;
	height:60px;
	background-color:#f13c69;
	position: relative;
	bottom: 60px;
	
	color:#000;
	font: normal normal normal 24px "opensans", "Arial", "Tahoma";
	text-transform: uppercase;
	line-height: 1;
}
.topnews_bigtitle > div{
	padding: 5px;
}

#img_big{
	cursor:pointer;
}
div.topnews_bigtitle{
	cursor:pointer;
}


