/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivo .wrap-center.slideshow{
	padding-left:0px;
	padding-right:0px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	cursor: pointer;
	height: 40px;
	position: absolute;
	text-indent: -10000px;
	top: 45%;
	width: 40px;
	z-index: 101;
}
.nivo-prevNav {
	background: url("/wp-content/themes/symplex/images/slide-prev-next.png") no-repeat scroll 0px 0 transparent;
    left: 20px;
}
.nivo-nextNav {
	background: url("/wp-content/themes/symplex/images/slide-prev-next.png") no-repeat scroll -40px 0 transparent;
    right: 20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	bottom: 0px;
	position: absolute;
	z-index:499;
	right:10px;
}
.nivo-controlNav a {
    background: url("/wp-content/themes/symplex/images/nivo-control.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivoSlider{
	background-color:#000000;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    /*margin-top:40px;*/
    overflow:hidden;
	-moz-box-shadow: 0 0 100px #FFFFFF;
	-webkit-box-shadow: 0 0 100px #FFFFFF;
	box-shadow: 0 0 100px #FFFFFF;
}
.nivoSlider img{
    display:block;
}
.nivoSlider.top .nivo-caption{
	top:0px;
	width:100%;
}
.nivoSlider.center .nivo-caption{
	top:50%;
	width:100%;
}
.nivoSlider.bottom .nivo-caption{
	bottom:0px;
}
.nivoSlider.right .nivo-caption{
	bottom:0px;
	right:0px;
	height:100%;
	width:30%;
}
.nivoSlider.left .nivo-caption{
	bottom:0px;
	left:0px;
	height:100%;
	width:30%;
}
.nivo .wrap-center{
	padding-left:0px;
	padding-right:0px;
}

