@CHARSET "UTF-8";
#sliderlun {
 /*border: 1px solid #F60;
 width: 490px;*/
 height: 278px;
 overflow: hidden;
 position: relative;
}
#sliderlun .playerlun {
 /*width: 2450px;
 height: 850px;*/
 position: absolute;
 top: 0px;
 left: 0px;
 padding:0;
 margin:0 auto;
}
#sliderlun .playerlun li {
width: 716px;
height: 278px;
}
#sliderlun .btnslun {
 position: absolute;
 right: 40px;
 bottom: 1px;
 height: 30px;
 top: 250px;
}
#sliderlun .btnslun li {
	 font: 13px Tahoma, Arial, 宋体, sans-serif;
	 float: left;
	 margin: 0 3px;
	 border: 1px solid #F60;
	 background-color: #FFF;
	 color: #CC937A;
	 opacity: .8;
	 cursor: pointer;
	 width: 20px;
	 height: 20px;
	 line-height: 19px;
	 text-align: center;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px;
}
#sliderlun .btnslun li.active {
	 background: #F60;
	 color: #FFF;
	 font-weight: bold;
	 opacity: 1;
}