/*!
 * 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
 */

/* 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;
}

/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	font-family: Courier;
	text-shadow: none;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 7px;
	background: #000;
	position: absolute;
	top: 50%;
	z-index: 2;
	display: none;
}
.wmuSliderPrev {
	left: 0px;
}
.wmuSliderNext {
	right: 0px;
}
.wmuSliderPrev:hover, .wmuSliderNext:hover {
	text-decoration: none;
	color:#fff;
	cursor: pointer;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	width: 100px;
	bottom: 0px;
	left: 45%;
}
.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(sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
	background-position: -10px -80px;
}