﻿/* TOP ARTICLES */
#top-articles .content{
	width:501px;
	height:231px;
	margin-bottom:10px;
	position:relative;
	overflow: hidden;
	left:17px;
}


#top-articles-nav{
	width:110px;
	margin:0;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
}
#top-articles-nav li{
	width:110px;
	height:59px;
	position:relative;
}
#top-articles-nav a{
	width:103px;
	height:54px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}
#top-articles-nav .selected a{
	width:110px;
	height:54px;
}
#top-articles-nav img{
	position:absolute;
	border:0;
}
#top-articles-nav .thumbnail{
	width:103px;
	height:54px;
	background:black;
	top:0px;
	right:0px;
	border:0;
}
#top-articles-nav .mask{
	width:110px;
	height:54px;
	top:0;
	right:0;
	behavior:url(iepngfix/iepngfix.htc); /* IE < 7 */
	border:0;
}
#top-articles-content{
	width:390px;
	font-size:1.2em;
	line-height:1.33;
	margin:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
}

#top-articles-content li{
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top-articles-content img{
	width:390px;
	height: 231px;
	border:0;
}

#top-articles-content a{
	width:390px;
	height:231px;
	display:block;
	position:relative;
}
#top-articles-content a:hover{
	text-decoration:none;
}
#top-articles-content .mask{
	width:390px;
	height:231px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	behavior:url(iepngfix/iepngfix.htc); /* IE < 7 */
	border:0;
}
