@charset "utf-8";

/*

 * jQuery Nivo Slider v3.1

 * http://nivo.dev7studios.com

 *

 * Copyright 2012, Dev7studios

 * Free to use and abuse under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */

 

/* The Nivo Slider styles */



.sliderwrapper{

max-height: 430px;

}



.nivoSlider {

	position:relative;

	width:100%;

	height:auto;

	overflow: hidden;

}

.nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	max-width: none;

}

.nivo-main-image {

	display: block !important;

	position: relative !important; 

	width: 100% !important;

}



/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

	position:absolute;

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	border:0;

	padding:0;

	margin:0;

	z-index:6;

	display:none;

}

/* The slices and boxes in the Slider */

.nivo-slice {

	display:block;

	position:absolute;

	z-index:5;

	height:100%;

	top:0;

}

.nivo-box {

	display:block;

	position:absolute;

	z-index:5;

	overflow:hidden;

}

.nivo-box img { display:block; }



/* Caption styles */

.nivo-caption {

	position:absolute;

	left:0px;

	top:0px;

	color:#fff;

	max-width:380px;

	z-index:8;

	padding: 40px 0 0 70px;

	overflow: hidden;

	display: none;

}



.nivo-caption h1, .nivo-caption h2{

font-weight: normal;

font-size: 46px;

padding: 0 0 10px 0;

}



.nivo-caption p {

	padding:10px 0;

	margin:0;

	font-size: 20px;

}



.nivo-caption em{

font-size: 16px;

}



.nivo-caption em a{

display: inline;

color: #ffe400;

text-decoration: none;

background: none;

width: auto;

height: auto;

font-size: 16px;

}



.nivo-caption a {

	display: block;

	color: #ffe400;

	text-decoration: none;

	background: transparent url("/images/sce/arrow.png") no-repeat top right;

	width: 290px;

	height: 32px;

	font-size: 24px;

}

.nivo-html-caption {

    display:none;

}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	z-index:9;

	cursor:pointer;

	top: 0;

	display: block;

	width: 72px;

	height: 430px;

	font-size: 0;

}

.nivo-prevNav {

	left:0px;

	background: transparent url("/images/sce/slideshow-prev.png") no-repeat center top;

}

.nivo-nextNav {

	right:0px;

	background: transparent url("/images/sce/slideshow-next.png") no-repeat center top;

}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

	text-align:center;

	padding: 15px 0;

	display: block;

	margin: -50px 0 0 63px/*10px*/;

	position: absolute;

	z-index: 10;

}



.nivo-controlNav a {

    background: url("/images/sce/slider-bullets-main.png") no-repeat scroll 0 0 transparent;

    border: 0 none;

    color: transparent;

    cursor: pointer;

    display: inline-block;

    height: 22px;

    margin: 0 2px;

    text-indent: -9999px;

    width: 15px;

}



.nivo-controlNav a.active {

    background-position: 0 100%;

    border: 0 none;

}





/* INTERNAL SLIDE SHOWS */



.workslideshow #slideshow{

margin:0 auto;

max-width: 775px;

padding: 30px 30px 0 0;

}



.workslideshow .nivoSlider {

	position:relative;

	width:100%;

	height:auto;

	overflow: visible;

}

.workslideshow .nivoSlider img {

	position:absolute;

	top:0px;

	left:0px;

	max-width: none;

}

.workslideshow .nivo-main-image {

	display: block !important;

	position: relative !important; 

	width: 100% !important;

}



/* If an image is wrapped in a link */

.workslideshow .nivoSlider a.nivo-imageLink {

	position:absolute;

	top:0px;

	left:0px;

	width:100%;

	height:100%;

	border:0;

	padding:0;

	margin:0;

	z-index:6;

	display:none;

}

/* The slices and boxes in the Slider */

.workslideshow .nivo-slice {

	display:block;

	position:absolute;

	z-index:5;

	height:100%;

	top:0;

}

.workslideshow .nivo-box {

	display:block;

	position:absolute;

	z-index:5;

	overflow:hidden;

}

.workslideshow .nivo-box img { display:block; }





/* Direction nav styles (e.g. Next & Prev) */

.workslideshow .nivo-directionNav a {

	position:absolute;

	z-index:9;

	cursor:pointer;

	top: 102%;

	display: block;

	width: 10px;

	height: 20px;

	font-size: 0;

}

.workslideshow .nivo-prevNav {

	left:93%;

	background: transparent url("/images/sce/workslideshows/nav-left.png") no-repeat center top;

}

.workslideshow .nivo-nextNav {

	right:0px;

	background: transparent url("/images/sce/workslideshows/nav-right.png") no-repeat center top;

}

/* Control nav styles (e.g. 1,2,3...) */

.workslideshow .nivo-controlNav {

	text-align:center;

	padding: 15px 0;

	display: block;

	margin: -11px 0 0 -7px;

	position: absolute;

	z-index: 10;

}



.workslideshow .nivo-controlNav a {

    background: url("/images/sce/slider-bullets.png") no-repeat scroll 0 0 transparent;

    border: 0 none;

    color: transparent;

    cursor: pointer;

    display: inline-block;

    height: 22px;

    margin: 0 2px;

    text-indent: -9999px;

    width: 15px;

}



.workslideshow .nivo-controlNav a.active {

    background-position: 0 100%;

    border: 0 none;

}



