/*
 * jQuery Nivo Slider v2.7.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 */


#mainslider, .bigSlider {
    height: 370px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.bigSlider {
    background: url("../../images/public/slider/loading.gif") no-repeat scroll 50% 50% transparent;
}
.overlaybottom {
    background: url("../../images/public/slider/overlay-bottom.png") no-repeat scroll left center transparent;
    bottom: 0;
    height: 68px;
    position: absolute;
    width: 960px;
    z-index: 99;
}
.bigSlider img {
    display: none;
    height: 370px;
    left: 0;
    position: absolute;
    top: 0;
    width: 960px;
}
/* If an image is wrapped in a link */
.bigSlider 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;
	left:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	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) */
.bigSlider .nivo-directionNav a {
    background-image: url("../../images/public/slider/arrows2.png");
	background-repeat: no-repeat;
    border: 0 none;
    display: block;
    height: 62px;
    text-indent: -9999px;
    top: 145px;
    width: 50px;
	position: absolute;
	cursor: pointer;
	z-index: 7;
}
.bigSlider .nivo-prevNav {
    background-position: 0 0;
    left: -14px;
}
.bigSlider .nivo-nextNav {
    background-position: -50px 0;
    right: -14px;
}
.bigSlider .nivo-prevNav:hover {
    background-position: 0 -62px;
}
.bigSlider .nivo-nextNav:hover {
    background-position: -50px -62px;
}
.bigSlider .nivo-prevNav:active {
    background-position: 0 0;
}
.bigSlider .nivo-nextNav:active {
    background-position: -50px 0;
}




/* Control nav styles (e.g. 1,2,3...) */
.bigSlider .nivo-controlNav {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 97;
}
.bigSlider .nivo-controlNav a {
    background: url("../../images/public/slider/bullet-box-divider.png") repeat-y scroll right top #FFFFFF;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 25px;
    padding: 0 10px;
	cursor: pointer;
}
.bigSlider .nivo-controlNav a.active {
    background: url("../../images/public/slider/bullet-box-divider.png") repeat-y scroll right top #FFFFFF;
    color: #E02784;
}

.bigSlider .nivo-controlNav a.active {
    background: url("../../images/public/slider/bullet-box-divider.png") repeat-y scroll right top #FFFFFF;
    color: #E02784;
}
.bigSlider .nivo-controlNav a:last-child, a.last-child, .bigSlider .nivo-controlNav a.active:last-child, a.active.last-child {
    background: none repeat scroll 0 0 transparent;
}








.smallSlider {
    width: 280px;
    height: 180px;
    margin: 0 auto;
    position: relative;
	background:#fff url(../../images/public/small-sliders/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	text-align: center;
    -webkit-box-shadow: 0px 1px 6px 1px #a7a7a7;
    -moz-box-shadow: 0px 1px 6px 1px #a7a7a7;
    box-shadow: 0px 1px 6px 1px #a7a7a7;

}

.smallSlider img {
    display: none;
    width: 280px;
    height: 180px;
    left: 0;
    top: 0;
    position: absolute;
}

/* If an image is wrapped in a link */
.smallSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}



/* Direction nav styles (e.g. Next & Prev) */
.smallSlider .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background-image:url(../../images/public/small-sliders/arrows.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:0;
	position: absolute;
	cursor: pointer;
	z-index: 9;
	top: 45%;
}
.smallSlider .nivo-prevNav {
	left:15px;
}
.smallSlider .nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}


.smallSlider .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	position:absolute;
	top:0;
	height:auto;
}
.smallSlider .nivo-caption a {
	color:#c4007b;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
}
.smallSlider .nivo-caption a:hover {
    color:#fff;
}



/* Control nav styles (e.g. 1,2,3...) */
.smallSlider .nivo-controlNav {
	position:absolute;
	bottom:0px;
	background:url(../../images/public/small-sliders/bullet-bg-left.png) left top no-repeat,url(../../images/public/small-sliders/bullet-bg.png) right top no-repeat;
	background-clip:padding-box;
	z-index:89;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom:none;
	height:18px;
	padding:0 5px;
	left: 50%;
}
.smallSlider .nivo-controlNav a {
	display:block;
	width:17px;
	height:15px;
	background:url(../../images/public/small-sliders/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px; margin-top:4px;
	float:left;
	cursor: pointer;
}
.smallSlider .nivo-controlNav a.active {
	background-position:0 -15px;
	margin-top: 2px;
}







