﻿#full-screen-slider { width:100%; height:500px; float:left; position:relative}
#slides { display:block; width:100%; height:500px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}

#pagination { display:block; list-style:none; position:absolute; left:28%; top:320px; z-index:9900;  padding:5px 15px 5px 0; margin:0;}
#pagination li { display:block; list-style:none; width:12px; height:12px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0; text-indent:-9999px;}
#pagination li.current { background:#0092CE}


.container{
                position: relative;
                width: 1920px;
                height: 450px;
                margin: 0 auto;
            }
            .imgs img{
                position: absolute;
                cursor: pointer;
                top: 0;
            }
            .imgs img{
            	width: 1920px;
            	height: 450px;
            }
            .circle{
                width: 200px;
                height: 20px;
                position: absolute;
                bottom:10px;
                left: 80%;
                text-align: center;
                cursor: pointer;
            }
            .circle b{
                display: inline-block;
                width: 18px;
                height: 15px;
                background-color: #000;
                border-radius: 50%;
                margin: 3px;
            }
            .circle .current{
                background-color: #fff;
            }
            .btn{
                position: absolute;
                top: 40%;
                width: 50px;
                height: 100px;
                color: white;
                opacity: 0.5;
                text-align: center;
                line-height: 100px;
                font-size: 60px;
                cursor: pointer;
            }
            .btn:hover{
                background-color: rgba(255, 255, 255, .7);
            }
            .left{
                left: 0;
            }
            .right{
                right: 0;
            }