﻿@charset "utf-8";
*{padding:0px;margin:0px;}
img{border:none;}
#ad{width:1001px;height:293px;background:url(../images/top_bg.gif) no-repeat center;padding:0px 0px 0px 0px;}
       #content{position:relative;width:1001px;height:293px;_top:2px;overflow:hidden;}
       #slider{margin:0px auto;padding:0px;position:relative;width:1001px;height:293px;}
            #slider ul li a,#slider ul li img{width:1001px;height:293px;display:block;}
#prevBtn, #nextBtn{display:block;width:22px;height:54px;position:absolute;left:0px;top:120px;}	
#nextBtn{left:979px;}														
#prevBtn a{display:block;width:22px;height:54px;}	
#nextBtn a{display:block;width:22px;height:54px;}

#prevBtn a:link{background:url(../images/top_prev.gif) no-repeat;}/*默认链接样式*/
#prevBtn a:visited {background:url(../images/top_prev.gif) no-repeat;}/*访问过后*/
#prevBtn a:hover {background:url(../images/top_prev02.gif) no-repeat;}/*鼠标放上去*/	

#nextBtn a:link{background: url(../images/top_next.gif) no-repeat;}/*默认链接样式*/
#nextBtn a:visited {background: url(../images/top_next.gif) no-repeat;}/*访问过后*/
#nextBtn a:hover {background: url(../images/top_next02.gif) no-repeat;}/*鼠标放上去*/	

