#img_preview
{
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden; 
	margin-left: 30px;
	margin-bottom: 20px; 
}

#img_preview .mask
{
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index:2;
	background-color : transparent;
	background-image : url(http://www.maksoft.net/css/street_salseros/images/mask2.gif); 
	background-position : 50% 50%;
}

#top_menu
{
	text-align: left;
}

#top_menu .top_menu_container
{
	float: right; display: block; height: 40px; margin-right: 13px;
} 

#top_menu .head_text
{
	display: block;
	color: #FFFFFF;
	margin-left: 80px;
	font-size: 20px;
	margin-top: 15px;
	font-weight : normal;
	height: 20px;
	position: relative;
}

#top_links
{
	display: none;
	background-color: #8f8f8f;
	float: none;
	clear: both;
	width: 650px;
	height: 120px;
	padding: 5px;
	text-align: left;
}

#top_links a .img_preview
{
	display: block;
	overflow: hidden; 
	margin: 5px;
	z-index: 1;
	position: relative;
	float: left;
}

#top_links a .img_preview .mask
{
	display: block;
	width: 145px;
	height: 90px;
	position: absolute;
	z-index:10;
	background-color : transparent;
	/*background-image : url(http://www.maksoft.net/css/street_salseros/images/mask2.png); */
	background-position : 50% 50%;
	border: 1px solid Black;
}


#top_links a .img_preview .content
{
	position: relative;
	display: block;
	width: 145px;
	height: 90px;
	overflow: hidden; 
	background-position: 50% 50%;
}

#top_links a .img_preview .mask
{
	cursor: hand;
	border: 2px solid transparent;
}

#top_links a:hover .img_preview .mask
{
	cursor: hand;
	border: 2px solid #FFFFFF;
}

#vip_news
{
	display: block;
	width:650px;
	height:180px;
	background: url(http://www.maksoft.net/Templates/street_salseros/images/vip_news.jpg) no-repeat 0% 50%;
	margin: 0px;
	position:relative;
}

#vip_news div.vn_content
{
	display: block;
	overflow:hidden;
	width: 400px;
	height: 100px;
	margin-top: 50px;
	margin-left: 80px;
	position:absolute;
}