
/* CSS Document */

#flash{width:600px;height: 535px; margin-bottom: 200px; margin-left: 50px; margin-topm: 50px; margin-right: 50px; position: relative;}
#flash #play{width:600px;height: 535px;list-style: none;position:absolute;top:0px;left:0px;}
#flash #play li{display: none;position:absolute;top:0px;left:0px;}
#flash #play li img{float: left;}
#flash #play #dis{display: block;}
#button{position: absolute;bottom:20px;left:270px;list-style: none;}
#button li{margin-left: 10px;float: left;}
#button li div{width:12px;height: 12px;background:#DDDDDD;border-radius: 6px;cursor: pointer;}
#prev{width:40px;height:63px;background:url(../image/beijing.png) 0px 0px;position: absolute;top:205px;left:20px;z-index: 1000;}
#next{width:40px;height:63px;background:url(../image/beijing.png) -40px 0px;position: absolute;top:205px;right:10px;z-index: 1000;}
#prev:hover{background:url(../image/beijing.png) 0px -62px;}
#next:hover{background:url(../image/beijing.png) -40px -62px;}


