﻿/*
 * jQuery Nivo Slider v3.0.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 */


#container{margin-left:auto;margin-right:auto;width:960px;position:relative; top: -60px; height: 250px;
}
.slider-wrapper {
	margin-bottom: 18px;
}

.nivoSlider{position:relative;background:#fff url(loading.gif) no-repeat 50% 50%;}
.NivoSzakiSlider{padding:0;margin:0px 0 20px 0;}
.nivoSlider img{position:absolute;top:0;left:0;display:none}
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-caption{position:absolute;right:0px;bottom:0px;text-indent:0px;margin:0;background:url(images/caption.png) repeat;opacity:1;width:315px;height:136px;z-index:8;overflow:hidden;}
.nivo-caption p{padding:22px 20px 0 19px;position:absolute;top:0;left:0;margin:0;opacity:1;width:275px;}
.nivo-caption p .slide-title{font-size:34px;line-height:30px;width:100%;font-family:'Raleway',arial,serif;color:#5d5d5d;display:block;padding-bottom:15px;margin-bottom:14px;border-bottom:1px solid #ababaa; }
.nivo-caption .slide-title{font-size:34px;line-height:30px;width:100%;font-family:'Raleway',arial,serif;color:#5d5d5d;display:block;padding-bottom:15px;margin-bottom:14px; margin-left: 10px;  margin-right: 10px; border-bottom:1px solid #ababaa;}
.nivo-caption  a{color:#cc6666;font-size:14px;text-decoration:none; padding-left: 10px;}
.nivo-caption span { padding: 13px;
	
}
.nivo-caption  a:hover{text-decoration:underline;}
.nivo-caption a{display:inline!important}
.nivo-html-caption{display:none}
.nivoSlider a{border:0}
.nivo-directionNav a{position:absolute;z-index:9;cursor:pointer}
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer; display: none}
.nivo-controlNav a.active{font-weight:bold}
.nivo-controlNav img{-moz-box-shadow:0 0 5px #333;-webkit-box-shadow:0 0 5px rgba(10,10,10,.7);display:inline;margin-right:10px;position:relative}
.nivo-controlNav a.active img{-moz-box-shadow:0 0 5px #DDD;-webkit-box-shadow:0 0 5px rgba(10,10,10,.4)}
.nivo-directionNav a{display:block;width:8px;height:15px;background:url(images/arrows.png) no-repeat;text-indent:-9999px;border:0}
a.nivo-nextNav{background-position:right 0;right:20px;bottom:3px;}a.nivo-nextNav:hover{background-position:right bottom;}
a.nivo-prevNav{right:42px;bottom:3px;background-position:left 0;}a.nivo-prevNav:hover{background-position:left bottom;}
.nivoSlider{margin:0px;}.nivoSlider .nivo-controlNav{position:absolute;left:666px;top:332px;padding:0;width:89px;z-index:99;}
.nivoSlider .nivo-controlNav a{display:block;width:19px;height:19px;background:url(images/bullets.png) -22px 0 no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left}
.nivoSlider .nivo-controlNav a.active,.nivoSlider .nivo-controlNav a:hover{background-position:0px 0;}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:27px;
    border:0;
    display:block;
    text-indent:-9999px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box img { display:block; }


