/*!
 * jQuery wmuSlider v1.0
 * 
 * Copyright (c) 2011 Brice Lechatellier
 * http://brice.lechatellier.com/
 *
 * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
 */
 
#gp_close{
	position:absolute;
	left:50px;
	top:50px;
	width:40px;
	height:40px;
	z-index:1;
}


/* Demo */
.wmuSlider,
.wmuGallery {
    margin-bottom: 20px;
}

/* mwuSlider */
.wmuSlider {
    position: relative;
    width:100%;
    height:1200px;
    overflow: hidden;
}
.wmuSlider .wmuSliderWrapper {
    display: none;
}
.wmuSlider .wmuSliderWrapper article {
    position: relative;
    text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
    /*max-width: 100%;*/
    width: 1000px;
    height: 750px;
	margin:20px 0;
}



/* mwuGallery */
.wmuGallery .wmuGalleryImage {
    position: relative;
    text-align: center;
}
.wmuGallery .wmuGalleryImage img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
    margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(../img/sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}
.wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}
.wmuSliderNext {
    right: 20px;
}


/* 000 分頁 */

.wmuSliderPagination {
    z-index: 2;
    position:fixed;
	left:47%;
    bottom:100px;
}

.wmuSliderPagination li {
    float: left;
    margin: 0 10px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(../img/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

@media (max-width: 768px) {
	
#gp_close{
	position:absolute;
	left:5px;
	top:5px;
	width:40px;
	height:40px;
	z-index:1;
}

.wmuSlider .wmuSliderWrapper article img {
    /*max-width: 100%;*/
    width:700px;
    height:auto;
	margin:40px 0;
}

.wmuSliderPagination {
  position: absolute;
  bottom:-10px;
  left:50%;
  z-index: 15;
  width:60%;
  padding-left: 0;
  margin-left:0%;
}	
	}
	
@media (max-width: 480px) {
	
#gp_close{
	position:absolute;
	left:5px;
	top:5px;
	width:40px;
	height:40px;
	z-index:1;
}

.wmuSlider .wmuSliderWrapper article img {
    /*max-width: 100%;*/
    width:400px;
    height:300px;
	margin:40px 0;
}
	
.wmuSliderPagination {
  position: absolute;
  bottom:-10px;
  left:50%;
  z-index: 15;
  width:60%;
  padding-left: 0;
  margin-left:-5%;
}	
	}







