/*
 * 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-container{
	overflow:visible;
	/*background:url(../images/slider-bg.png) repeat-x;*/
	background-position: left bottom;
	}
 
#slider{
	width:618px;
	height:332px;
	margin:0;
	padding:0;
	border:1px solid #000;
	}
	
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	background:#fff url(../images/system/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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;
	right:-321px;
	top:-2px;
	left:auto;
	bottom:auto;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:290px;
	z-index:8;
}
.nivo-caption .moduleItemDateCreated{
	display: inline-block;
	padding: 0 1px 0 0;
	background: url(../images/slider_date_right.gif) 100% 0 no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
.nivo-caption .moduleItemDateCreated_inner{display:inline-block;background:url(../images/slider_date_left.png) no-repeat;padding:0 10px 9px 13px;line-height:31px;}
.nivo-caption .moduleItemTitle{
	font-size:28px;
	line-height:31px;
	display:block;
	padding:15px 0 9px;
	color:#fff;
}
.nivo-caption p{padding:0;color:#8c8c8c;font-size:14px;line-height:21px;}
.nivo-caption .intro_space{margin:0 0 25px;}
.nivo-caption .moduleItemReadMore{color:#fff;font-size:17px !important;font-weight:normal;padding:0 10px;height:31px;line-height:31px;display:inline-block !important;box-shadow:1px 1px 0 rgba(0,0,0,.15);
background:url(../images/slider_button_tail.png) repeat-x;
background: linear-gradient(top, #D36E21 0%, #863C04 100%);
background: -o-linear-gradient(top, #D36E21 0%, #863C04 100%);
background: -moz-linear-gradient(top, #D36E21 0%, #863C04 100%);
background: -webkit-linear-gradient(top, #D36E21 0%, #863C04 100%);
background: -ms-linear-gradient(top, #D36E21 0%, #863C04 100%);
}
.nivo-caption .moduleItemReadMore:hover{color:#fff;
background:url(../images/slider_button_tail.png) 0 -31px repeat-x;
background: linear-gradient(top, #863C04 0%, #D36E21 100%);
background: -o-linear-gradient(top, #863C04 0%, #D36E21 100%);
background: -moz-linear-gradient(top, #863C04 0%, #D36E21 100%);
background: -webkit-linear-gradient(top, #863C04 0%, #D36E21 100%);
background: -ms-linear-gradient(top, #863C04 0%, #D36E21 100%);
}

.nivo-html-caption {
    display:none;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:#900;
	/*background:url(../images/slider-dir-nav.png) no-repeat;*/
	display:block;
	width:20px;
	height:20px;
	font-size:1px;
	text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
	left:0px;
	/*background-position: left top;*/
}
.nivo-directionNav a.nivo-nextNav {
	right:0px;
	/*background-position: right top;*/
}

.nivo-directionNav a.nivo-prevNav:hover{
	background:#F00;
	/*background-position: left -138px;*/
	}

.nivo-directionNav a.nivo-nextNav:hover{
	background:#F00;
	/*background-position: right -138px;*/
	}
	
	
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
	margin-top:18px;
	margin-left:-30px;
	margin-right:-30px;
	padding:22px 0 0 10px;
	background:url(http://table-tennis.by/images/slider_nav_border.gif) repeat-x;
	height:75px;
}

.nivo-controlNav a {
	display:block;float:left;position:relative;margin-left:20px;
}
.nivo-controlNav a .img_border{position:absolute;top:0;left:0;bottom:0;right:0;border:1px solid #000;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

.nivo-controlNav a.active .img_border,
.nivo-controlNav a:hover .img_border {
	border:6px solid #fff;
	box-shadow:7px 7px 7px rgba(0,0,0,.41);
}
.nivo-controlNav a.active{cursor:default;}