/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-cerlux .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom:50px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-cerlux .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-cerlux .nivoSlider a {
	border:0;
	display:block;
}

.theme-cerlux .nivo-controlNav {
	position:absolute;
	left:45%;
	bottom: 5%; /* A léptető helyzete alulról */
  margin-left: 0px; /* Ha 0, akkor középre kerül a léptető */
}
.theme-cerlux .nivo-controlNav a {
	display: block;
  width:25px;
  height:27px;
	background:url(bullets.png) no-repeat 0px -32px; /* A léptető elérési útvonala. A léptető gombok felcseréléséhez állítsuk be a background-ot a lentire, azt pedig 0-ra. */
	text-indent:-9999px; /* A számozást tünteti el a léptetőkről */
	border: none;
	margin-right:3px;
	float:left; /* Vízszintes elrendezés - float: left. Függőleges elrendezés - kitörölni. */
}
.theme-cerlux .nivo-controlNav a.active {
	background-position: 0px 0px; /* a léptető rákattintott állapot beállítása */
}

.theme-cerlux .nivo-controlNav a:hover {
	background-position: 0px 0px;
}

.theme-cerlux .nivo-directionNav a {
	display:block;
	width: 25px;
	height: 200px;
	background:url(arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
  top:70px;
}

.theme-cerlux a.nivo-nextNav {
	background-position:100% 50%; /* A jobb oldali nyíl pozíciója - mert dupla nyíl van a képen */
	right:-24px; /* A bal oldali nyíl behúzásának mértéke a képre */
  padding-right:20px;
}
.theme-cerlux a.nivo-prevNav {
	left:-24px; /* A bal oldali nyíl behúzásának mértéke a képre */
  padding-left:20px;
}

.theme-cerlux .nivo-caption {
    top: 0px;
    left: 459px;
    right:0px;
    max-width: 430px;
		max-height: 320px;
    overflow: hidden;
    background: none;
    font-family: arial, serif;
    color: #FFF;
}
.theme-cerlux .nivo-caption h1 {
		color: #FFF8F0;
    font-size: 28px;
    font-weight: bold;
		font-style: normal;
    letter-spacing: -1px;
    line-height: 40px;
    text-transform: uppercase;
}

.theme-cerlux .nivo-caption div {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.theme-cerlux .nivo-caption div a { 
    color: #FF0;
    font-weight:bold;
		text-decoration: none;
}
.theme-cerlux .nivo-caption a:hover {
    color:#fff;
		text-decoration: underline;
}