@charset "utf-8";

/*!
 * 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
 */

/* Demo */
.wmuSlider, .wmuGallery { margin-bottom: 0px; }

/* mwuSlider */
.wmuSlider { position: relative; overflow: hidden; }
.wmuSlider .wmuSliderWrapper { display: none; }
.wmuSlider .wmuSliderWrapper article { position: relative; text-align: center; }
.wmuSlider .wmuSliderWrapper article img { max-width: 100%; width: auto; height: auto; display: block; }

/* 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; }
/* .wmusliderstop, .wmusliderplay { position: absolute; width: 58px; height: 82px; text-indent: -9999px; top: 50%; margin-top: -40px; z-index: 2; cursor: pointer; border:1px solid #333;}
.wmusliderstop {background:url('/images/skin5004/main_slide_arr_left.png') center;left:50%;margin-left:-510px;}
.wmusliderplay {background:url('/images/skin5004/main_slide_arr_right.png') center;right: 50%;margin-right:-510px;} */
.wmuSliderPrev, .wmuSliderNext { position: absolute; width: 58px; height: 82px; text-indent: -9999px; top: 50%; margin-top: -40px; z-index: 2; cursor: pointer; }
.wmuSliderPrev { background: url('/images/skin5004/main_slide_arr_left.png') center;}
.wmuSliderNext { background: url('/images/skin5004/main_slide_arr_right.png') center;}

.wmuSliderPrev { background-position: 100% 0; left:50%;margin-left: -710px; }
.wmuSliderNext { right: 50%; margin-right: -710px; }
.wmuSliderPagination { z-index: 2; position: absolute; left:20px; bottom:10px; }
.wmuSliderPagination li { float: left; margin: 0 5px 0 0; list-style-type: none; }
.wmuSliderPagination a { display: block; text-indent: -9999px; width: 10px; height: 10px; background: url(/images/skin5004/sprites.png) no-repeat 0 -80px; }
.wmuSliderPagination a.wmuActive { background-position: -10px -80px; }