#weaverpix-content-in-page46 {
	margin: 0px;
	padding: 0px;
}/*!
 * 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
 */

#wmuSliderpage46 {
	margin-bottom: 20px;
}

/* mwuSlider */
#wmuSliderpage46 {
    position: relative;
    overflow: hidden;
}
#wmuSliderpage46 #wmuSliderWrapperpage46 {
    display: none;
}

#wmuSliderpage46 #wmuSliderWrapperpage46 .wmuSlider-slide {
    position: relative;
    text-align: center;
}

#wmuSliderpage46 #wmuSliderWrapperpage46 .wmuSlider-slide img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Default Skin */
#wmuSliderpage46 .wmuSliderPrev, .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    background: url(sprites.png) no-repeat 0 0;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}

#wmuSliderpage46 .wmuSliderPrev {
    background-position: 100% 0;
    left: 20px;
}

#wmuSliderpage46 .wmuSliderNext {
    right: 20px;
}

#wmuSliderpage46 .wmuSliderPagination {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

#wmuSliderpage46 .wmuSliderPagination li {
    float: left;
    margin: 0 5px 0 0;
    list-style-type: none;
}

#wmuSliderpage46 .wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: url(sprites.png) no-repeat 0 -80px;
}

#wmuSliderpage46 .wmuSliderPagination a.wmuActive {
    background-position: -10px -80px;
}

#wmuSliderpage46 a.deadLink {
	cursor: default;
}

#wmuSliderpage46 .wmuCaption {
	position: absolute;
	top: 20px;
	right: 40px;
	display: none;
	color: #ffffff;
	z-index: 10;
	text-align: right;
	width: 75%;
}

#wmuSliderpage46 .wmuCaption.captionPadding {
	position: relative;
	padding: 20px;
}