    @media screen and (max-width: 1000px) {
        body #wrapper {
            width:100%;
        }

        body #gallery {
            width:100%;
        }

        body #text {
            width:100%;
            height:60px;
            padding:80px 0;
            font-size:14px;
			font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
            text-align:center;
            left:0;
            bottom:25px;
        }

        body .text_header {
            font-size:20px;
			font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
        }

        body .text_small {
            font-size:10px;
        }
    }

    @media screen and (max-width: 600px) {
        body #wrapper {
            height:300px;
        }

        body #gallery {
            height:300px;
        }

        body #prev, body #next {
            height:300px;
        }
    }

    body {
        margin:0;
        font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
    }

    #wrapper {
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }

    #gallery {
	width: 100%;
	height: 500px;
    }

    #indicators_wrapper {
        position:absolute;
        bottom:5px;
        right:50%;
    }

    #indicators {
        height:20px;
        position:relative;
        left:50%;
    }

    #counter {
        width:75px;
        height:50px;
        line-height:50px;
        position:absolute;
        bottom:0;
        right:100px;
        z-index:100;
        color:#FFF;
        text-align:center;
        font-size:22px;
        font-weight:bold;
    }

    #prev, #next {
        width:50px;
        height:50px;
        position:absolute;
        bottom:0;
        z-index:100;
        font-size:20px;
        color:#FFF;
    }

    #prev {
        right:50px;
    }

    #next {
        right:0;
    }

    #text {
	position: absolute;
	bottom: 40px;
	z-index: 200;
	color: #FFF;
	font-size: 108%;
	right: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 25%;
    }

    .text_header {
        font-weight:bold;
        font-size:26px;
		font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
        padding-bottom:5px;
    }

    .text_small {
        padding-top:5px;
        font-size:15px;
		font-family:'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
    }
