/*
 * 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 EGYEDILEG KÉSZÍTVE */

#slider-wrapper {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 280px;
}

.slider-wrapper {
	width: 100%;
	display: block;
	position: relative;
}

.nivo-caption-box {
	position: absolute;
	left: 10px;
	top: 120px;
	background: #bcd2a5;
	color: #000;
	width: 426px;
	height: 85px;
	padding: 10px 30px;
	overflow: hidden;
}

.nivo-caption-box-header {
	background: url(../img/sprite.png) no-repeat scroll -53px -138px transparent;
	width: 486px;
	height: 36px;
	display: block;
	position: absolute;
	top: 82px;
	left: 10px;
}

.nivo-caption-box-header h3 {
	margin: 0 10px;
	padding: 0;
	font-size: 1.286em;
}

.nivo-caption-box-header h3 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.nivoSlider {
	position: relative;
	width: 480px;
	height: 268px;
	float: right;
	margin-right: 10px;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
	height: 268px !important;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	height: 268px;
}

/* 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 {
	position: absolute;
	left: -500px;
	bottom: 40px;
	color: #000;
	width: 416px;
	height: 85px;
	z-index: 8;
	padding: 10px 35px;
	overflow: hidden;
	display: none;
}

.nivo-caption h3 {
	margin: 0 10px;
	padding: 0;
	font-size: 1.286em;
}

.nivo-caption h3 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.nivo-caption h4,  .nivo-caption p {
	color: #000;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nivo-caption h4 {
	margin: 0 0 8px 0;
}

.nivo-caption h4 a {
	color: #126112;
}

.nivo-caption h4 {
	font-weight: bold;
	color: #000;
	line-height: 17px;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	float: left;
	display: none;
	position: absolute;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position: absolute;
	z-index: 9;
	cursor: pointer;
	width: 30px;
	height: 41px;
	top: 56%;
}

.nivo-directionNav a:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}

.nivo-prevNav {
	left: -504px;
	background: #393;
	width: 27px;
	height: 37px;
	display: block;
	line-height: 37px;
	text-align: center;
}

.nivo-nextNav {
	left: -41px;
	background: #393;
	width: 27px;
	height: 37px;
	display: block;
	line-height: 37px;
	text-align: center;
}

.nivo-prevNav .caret {
	border-top: 8px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 8px solid transparent;
	vertical-align: middle;
	margin-right: 8px;
}

.nivo-nextNav .caret {
	border-top: 8px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 8px solid transparent;
	vertical-align: middle;
	margin-left: 8px;
}

/* Control nav styles (e.g. 1,2,3...) */



.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 0px;
}

.theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
	position: absolute;
	right: 510px;
	top: 72px;
}

.nivo-controlNav a {
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

