/*
 * jQuery Nivo Slider v3.2
 * 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 */


.slider_cont{
             /*border: 9px solid #F8F8F8;*/
             padding: 9px; background: url('../images/gall_bg.jpg') no-repeat;
            -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}
.slider_cont .inner_cont{overflow: hidden;width: 620px; height: 428px; position: relative;-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;}
.slider_cont .afeterSlider{
    padding-top: 14px;
    position: absolute; 
    bottom: 0; 
    background: url('../images/slider.png'); 
    border-top: 1px solid #57595D;    
    width: 100%;  
    z-index: 10;}

.nivo-date{
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        width: 66px; 
        height: 78px; 
        top: -39px; 
        left: 6px; 
        position: absolute;
        background: url('../images/date.png') no-repeat transparent; }

.nivo-date .day{ 
    font-size: 30px;
    line-height: 31px;
    margin-top: 7px;
}
.nivo-date .mounth{
    font-size: 11px;
    line-height: 14px;
    }






.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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* 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 {
    padding-left: 83px; 
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;     
}
.nivo-caption a{color: #ffffff; text-decoration: none;}

.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 {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	height: 62px;
    padding: 15px 0 14px 0;
    background: url(../images/slider_control.png) repeat-x;
    
}
.nivo-controlNav a {
    background-color: #fff;
    display: inline-block; *display: inline; *zoom:1;
	cursor:pointer;
    border: 1px solid #191B20;
    margin-left: 14px;
}
.nivo-controlNav a:first-child{margin-left: 0;}
.nivo-controlNav a img{display: block; border: 1px solid #686868; transition: 0.5s;}
.nivo-controlNav a.active{cursor: default;}
.nivo-controlNav a.active img{
	opacity: 0.5;
}