﻿img { vertical-align: top; border: 0; }
#hotpic { width:535px; height:382px; overflow: hidden; margin: 0 auto; }
#NewsPic { position: relative; width:535px; height:382px; overflow: hidden; }
    #NewsPic a { overflow: visible; border: 0; text-decoration: none; }
    #NewsPic .Picture { position: absolute; left: 0; top: 0; }
    #NewsPic .Nav { position: absolute; height: 13px; line-height: 14px; bottom:8px; right: 0; }
        #NewsPic .Nav span { font-size: 12px; font-weight: 400; color: #FFF; float: right; display: block; width:14px; text-align: center; background: #000; cursor: pointer; margin-right:3px; }
            #NewsPic .Nav span.Normal { color: #FFF; background: #d3d3d3; /*filter: Alpha(opacity=50); opacity: .5;*/ }
            #NewsPic .Nav span.Cur { background: #b0140c; color: #FFF; }
			
			
			
#NewsPicTxt {  
    width:529px;
	padding-left:6px;
	height:29px;
	line-height:29px;
	text-align:left;
    font-size:14px;
	color:#FFFFFF;
    top:353px;
	left:0px;
	position:absolute;
	background-color:#010101;
	/* other browsers */
	opacity: 0.7;
	/* this works in IE6, IE7, and IE8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	/* this works in IE8 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
}
#NewsPicTxt a:link, #NewsPicTxt a:visited {
    font-size:14px;
	color:#FFFFFF;
}
    #NewsPicTxt a:hover { }
