img { border: 0;}
.ck-slide ul { margin: 0; padding: 0; list-style-type: none;}
.ck-slide { position: relative; overflow: hidden;}
.ck-slide ul.ck-slide-wrapper { position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-slide ul.ck-slide-wrapper li { position: absolute;}
.ck-slide .ck-prev, .ck-slide .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: .15; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s;}
.ck-slide .ck-prev { left: 5px; background: url(../images/arrow-left.png) #000 50% no-repeat;}
.ck-slide .ck-next { right: 5px; background: url(../images/arrow-right.png) #000 50% no-repeat;}
.ck-slidebox { position: absolute; right:10px; bottom: 2px; z-index: 30;}
.ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px;}
.ck-slidebox ul li { float: left; height: 8px; margin: 4px 4px;}
.ck-slidebox ul li em { display: block; width: 8px; height: 8px; border-radius: 100%; background-color: #258cd9; text-indent: -9999px; cursor: pointer;}
.ck-slidebox ul li.current em { background-color: #fe6500;}
.ck-slidebox ul li em:hover { background-color: #fe6500;}

/*flash*/
.ck-flash ul { margin: 0; padding: 0; list-style-type: none;}
.ck-flash { position: relative; overflow: hidden;}
.ck-flash ul.ck-slide-wrapper { position: absolute; top: 0; left: 0; z-index: 1; margin: 0; padding: 0;}
.ck-flash ul.ck-slide-wrapper li { position: absolute;}
.ck-flash .ck-prev, .ck-flash .ck-next { position: absolute; top: 50%; z-index: 2; width: 35px; height: 70px; margin-top: -35px; border-radius: 3px; opacity: 0; background: red; text-indent: -9999px; background-repeat: no-repeat; transition: opacity .2s linear 0s; }
.ck-flash .ck-prev { left: 5px; background: url(../images/arrow-left.png) #000 50% no-repeat;}
.ck-flash .ck-next { right: 5px; background: url(../images/arrow-right.png) #000 50% no-repeat;}
.ck-flash { width: 625px; height: 425px; margin: 0 auto;}
.ck-flash ul.ck-slide-wrapper { height: 425px;}
.ck-flash ul li{ padding:0;}
.ck-flash .ck-slidebox { position: absolute; right:10px; bottom: 12px; z-index: 30;}
.ck-flash .ck-slidebox ul { height: 20px; padding: 0 4px; border-radius: 8px;}
.ck-flash .ck-slidebox ul li { float: left; height: 10px; margin: 4px 4px;}
.ck-flash .ck-slidebox ul li em { display: block; width: 20px; height: 10px; border-radius: 8px; background-color: #fff; text-indent: -9999px; cursor: pointer;}
.ck-flash .ck-slidebox ul li.current em { background-color: #48d8ff; width: 40px; }
.ck-flash .ck-slidebox ul li em:hover { background-color: #48d8ff;}