@charset "utf-8";
    .slider {
        width: 100%;
        height: 320px;
        position: relative;
        overflow: hidden;
    }
    ul.sliderWrapper {
        position: relative;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        height: auto;
    }
    ul.sliderWrapper li {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
		-webkit-box-shadow: 7px 7px 8px #818181;
		-moz-box-shadow: 7px 7px 8px #818181;
		box-shadow:7px 7px 8px #818181;
    }
    ul.sliderWrapper li img {
        width: auto;
        height:auto;
    }
    .triggersMask {
        /*background: none repeat scroll 0 0 #000000;*/
        bottom: 0;
        margin: 0 auto;
        padding: 10px 5px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    ul.triggers {
        display: block;
        margin: 0 auto;
    }
    ul.triggers li {
        margin: 0 5px;
        padding: 2px 8px;
        font: bold 26px;
        cursor: pointer;
        color: #fff;
        display: inline;
        width: 15px;
        height: 15px;
        list-style: none;
    }
    ul.triggers li.selected {
        color: #000;
    }
    .control {
        position: absolute;
        top: 33%;
        color: #000;
        cursor: pointer;
        width: 40px;
        height: 40px;
    }
    .control.prev {
        left: 50px;
		top:50%;
        background: url('image/back1.png') no-repeat;
    }
   .control.next {
        right: 50px;
		top:50%;
        background: url('image/front1.png') no-repeat;
    }