/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.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:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#items .nivo-controlNav a.active {
	font-weight:normal;
	color:#ffffff;
}

/*================== additional for layouting */
.nivoSlider a.nivo-imageLink {
	background:url(../images/slide_shad.png) left top no-repeat;
}
#slider-shad{
	position:relative;
	z-index:0;
	margin-bottom:10px;
	background: url(../images/loader-big-snake.gif) no-repeat center center;
}
#slider{
	margin:0 20px;
	padding:0;
	width:580px;
	height:390px;
	position:relative;
	overflow:visible;
}

#items{
	position:relative;
	height: 390px;
}
#items .nivo-caption{
	/*
	background:url(../images/circle.png) no-repeat;
	padding:1px 10px 20px 10px;
	width:40px;
	height:40px;
	position:absolute;
	top:10px;
	left:10px;
	-moz-border-radius:60px;
	-webkit-border-radius:60px;
	border-radius:60px;
	text-align:center;
	font-family:'Bebas Neue',Arial, Helvetica, sans-serif;
	line-height:12px;
	*/
}

#items .nivo-caption span{
	font-size:12px;
	line-height:16px;
	display:block;
	border-top:#ffffff 1px solid;
	padding:0;
	margin-top:-8px;
}

#items .nivo-caption h2 a{
	color:#ffffff !important;
	text-shadow:none !important;
}

#items .nivo-caption p {
	padding:0;
	font-size:24px;
}
#items .nivo-controlNav{
	background: #181818;
	background: rgba(0,0,0,.9);
	position:absolute;
	display:block;
	bottom:0px;
	/*right:420px;*/
	height:100px;
	z-index:100;
}
#items .nivo-controlNav a {
	border-right: 1px dashed #7E7E7E !important;
	color:#AAA;
	font-size:14px;
	line-height:18px;
	display:block;
	width:124px;
	height:90px;
	position:relative;
	border:0;
	margin-right:0px;
	margin-top:5px;
	padding:0 10px;
	float:left;
}

#items .nivo-directionNav a{
		bottom:35px;
}
#items .nivo-prevNav {
	left:10px !important;
}
#items .nivo-nextNav {
	right:10px !important;
}
#items .nivo-directionNav a.nivo-prevNav {
	display:block;
	width:20px;
	height:20px;
	/*background:url(../images/nivo-prev.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}

#items .nivo-directionNav a.nivo-nextNav {
	display:block;
	width:20px;
	height:20px;
	/*background:url(../images/nivo-next.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}
#items a {
	display: none;
}

.nivo-control, .nivo-controlNav a {
	overflow: hidden;
	text-overflow: ellipsis;
}