* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

img {
    border: 0;
    vertical-align: top;
}

ul, li {
    list-style: none;
}

.shutter {
    overflow: hidden;
    width: 1000px;
    height: 358px;
    position: relative;
    border-radius: 1px;
}

.shutter-img {
    z-index: 1;
}

    .shutter-img,
    .shutter-img a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .shutter-img a {
            cursor: default;
        }

            .shutter-img a > img {
                width: 100%;
                height: 100%;
            }

        .shutter-img .created {
            overflow: hidden;
            position: absolute;
            z-index: 20;
        }

.shutter-btn {
}

    .shutter-btn li {
        position: absolute;
        z-index: 2;
        top: 50%;
        width: 49px;
        height: 49px;
        margin-top: -25px;
        cursor: pointer;
    }

        .shutter-btn li.prev {
            left: -100px;
            background: url(../Images/shutter_prevBtn.png) no-repeat 0 -49px;
        }

        .shutter-btn li.next {
            right: -100px;
            background: url(../Images/shutter_nextBtn.png) no-repeat 0 -49px;
        }

.shutter-desc {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 36px;
    text-align: left;
}


    .shutter-desc p {
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        float:left;
    }

    .shutter-desc p a {       
        color: #fff;   
        position:relative;
        z-index:3; 
        height: 36px;
        width:100%;
        line-height: 36px;
        display:inline-block;    
    }

     .shutter-desc p a:hover {       
        color: #fff;
        
    }

        .shutter-desc .curr a {           
            color: #333;
            background-color: #FFF;   
            filter: alpha(opacity=80);
	        opacity: 0.8;        
        }

         .shutter-desc .curr a:hover {           
            color: #333;
            background-color: #FFF;   
            filter: alpha(opacity=80);
	        opacity: 0.8;        
        }

        .shutter-desc p span {
            display: block;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.3;
    z-index:2;
	height: 36px;
	position: relative;
	margin-top: -35px;
}
