﻿/* * jQuery Nivo Slider v2.6 * 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 */ #slider {    width:630px; /* Make sure your images are the same size */    height:360px; /* Make sure your images are the same size */	position:relative;    border: 5px solid #2a2a2a;   }#slider-item {    width:630px; /* Make sure your images are the same size */    height:360px; /* Make sure your images are the same size */	position:relative;}/* The Nivo Slider styles */.nivoSlider {	position:relative;	width:100%;	height:auto;	overflow: hidden;}.nivoSlider img {	position:absolute;	top:0px;	left:0px;	max-width: 100%;	height: auto;}/* 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;	left:0;	bottom:0;	color:#fff;	text-align: left;	display: block;	z-index:8;}.nivo-caption p {	font:12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;		background-color: #2a2a2a;	font-weight:bold;	color: #FFF;	margin-bottom: 0;	padding: 10px; }.nivo-html-caption {    display:none;}.nivo-caption h2 { margin-left: 10px; margin-top: 10px; margin-bottom: 0;	background-color: #777672;	color: #edeae2;	padding: 0 3px;}.nivo-caption h2 a {	color: #edeae2;	font: 18px/24px 'Oswald', sans-serif;}/* Direction nav styles (e.g. Next & Prev) */.nivo-controlNav {    position:absolute;    float:left;	right:10px;	top:10px;}.nivo-controlNav a {	width: 8px;    display: block;	height: 8px;	border-radius: 10px;	background-color: #FFF;    margin-right:5px;    text-indent:-9999px;    float: left;    background-color: #fff;	cursor:pointer;}.nivo-controlNav a.active {	background-color:#2a2a2a;}.nivo-controlNav a.active {	font-weight:bold;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {	position:absolute;	bottom:4px;	cursor:pointer;    width:30px;    height:30px;    text-indent:-9999px;			/* background:url('../images/sprites.png') no-repeat; */	z-index:1000}a.nivo-prevNav {	right:50px;	background-position: 0 0;}a.nivo-prevNav:hover {}a.nivo-nextNav {	background-position: -30px 0;	right:20px;}a.nivo-nextNav:hover {}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav a {	position:relative;	z-index:9;	cursor:pointer;}.nivo-controlNav a.active {	font-weight:bold;}