/* =========================================================== */
/* ! Wide Slider
/* =========================================================== */		

.slider {
    height: 380px;
	margin: 0;
    position: relative;
    width: 100%;
}

    .slider .slider-wrapper {	
        height: 380px;
        margin: 0px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .slider .slider-wrapper ul {
        	height: 380px;
            left: 0;
            list-style: none;
            margin: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 100%;
        }

    .slider ul li {
        display: block;
        float: left;
        height: 380px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .slider .arrow {
    	background: url('images/slider-arrows-sprite.png') no-repeat;
    	cursor: pointer;
        height: 63px;
        opacity: 0;
        filter: alpha(opacity = 0);
        position: absolute;
        text-indent: -9999px;
        top: 295px;
        width: 63px;
        z-index: 9999;
        -webkit-transition: opacity .3s linear;
        -mox-transition: opacity .3s linear;
        -ms-transition: opacity .3s linear;
        -o-transition: opacity .3s linear;
        transition: opacity .3s linear;
    }

    .slider:hover .arrow {
        opacity: 1;
        filter: alpha(opacity = 100);
    }

    .slider:hover .arrow:hover {
        opacity: .7;
        filter: alpha(opacity = 100);
    }
    
    .slider .arrow::selection {
    	background: transparent;
    }

    .slider .forward {
        background-position: -66px 0;
        right: 30px;
    }

    .slider .back {
        background-position: top left;
        left: 30px;
    }

#thumbNav {
    position: relative;
    right: 5px;
    text-align: right;
    top: 270px;
}

    #thumbNav a {
    	background: #707070;
        color: white;
        font: bold 11px/18px Georgia, Serif;
        display: inline-block;
        padding: 2px 8px;
        height: 18px;
        margin: 0 5px 0 0;
        text-align: center;
    }

    #thumbNav a:hover { background-image: none }

    #thumbNav a.cur { background: #000 }

.slider .slider-wrapper ul ul {
	background: none;
	border: 0;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

    .slider .slider-wrapper ul ul li {
    	background: none;
        float: none;
        height: auto;
        width: auto;
    }

.slide {
	overflow: hidden;
    position: relative;
}

.slide object, .slide embed, .slide iframe {
	height: 380px;
	width: 100%;
}

.slide img {
	height: auto;
	max-width: 100%;
}

div.slide-content {
	background: transparent url(../images/slide-shade.png);
    color: #E9E9E9;
    display: block;
    font-size: 20px;
    height: 320px;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 918px;
    z-index: 1; 
}

.slide-content p {
    line-height: 20px;
    margin: 5px 0 25px;
}

.slide-content small { margin: 5px 0 }

.slide-backdrop {
    height: 320px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slide-content h2 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
}

    .slide-content h2 a { color: #ffffff }

.slide-content small {
    display: block;
    font-size: 12px;
    margin-bottom: 30px;
}

.slide-content p {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 30px;
}

#slides-nav {
	position: absolute;
	text-align: center;
	top: 385px;
	width: 100%;
}

	#slides-nav a {  
		background: url('../images/dots.png') left;
		color: transparent;
		display: inline-block;
		font-size: 0px;
		height: 20px;
		line-height: 0px;
		margin: 0 5px;
		width: 18px;
		
		-webkit-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		transition: none !important;
	}
	
	#slides-nav a:hover {
		background: url('../images/dots.png') right;	
	}
	
	#slides-nav .activeSlide {
		background: url('../images/dots.png') right;
	}
	
	#slides-nav a:active {
		position: relative;
		top: 1px;
	}
	
/* =========================================================== */
/* ! Narrow Slider
/* =========================================================== */		

.slider.narrow ul li {
    background: none;
    display: block;
    float: left;
    height: 380px;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 0;

}

.slider.narrow .slide object, .slider.narrow .slide embed, .slider.narrow .slide iframe {
	height: 380px;
	width: 474px;
}

.slider.narrow div.slide-content {
	background: none;
    color: #454339;
    display: block;
    font-size: 20px;
    height: 260px;
    padding: 30px 0;
    position: absolute;
    text-align: left;
    right: 0;
    top: 0;
    width: 460px;
    z-index: 1; 
}

.slider.narrow .slide-content h2 {
    color: #454339;
    font-size: 26px;
    font-weight: bold;
}

    .slider.narrow .slide-content h2 a { color: #454339 }