/*
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-cerluxG .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-cerluxG .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-cerluxG .nivoSlider a {
	border:0;
	display:block;
}

.theme-cerluxG .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-cerluxG .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-cerluxG .nivo-controlNav a.active {
	background-position: 0px 0px; /* a léptető rákattintott állapot beállítása */
}

.theme-cerluxG .nivo-controlNav a:hover {
	background-position: 0px 0px;
}

.theme-cerluxG .nivo-directionNav a {
	display:block;
	width: 25px;
	height: 200px;
	background:url(arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
  top:5px;
}

.theme-cerluxG 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-cerluxG a.nivo-prevNav {
	left:-24px; /* A bal oldali nyíl behúzásának mértéke a képre */
  padding-left:20px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}