/*
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-lanser .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
   
    
}
.theme-lanser .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-lanser .nivoSlider a {
	border:0;
	display:block;
}

.wrapper .nivo-controlNav {
	position:absolute;
	left:12px;
	bottom:10px;
    z-index: 2000;
}
.wrapper .nivo-controlNav a {
	display:block;
	width:20px;
	height:19px;
	background:url(bullets.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0px 0px 0px;
}
.wrapper .nivo-controlNav a.active {
	background-position:0 -21px;
	font-weight: normal;
}

.theme-lanser .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-lanser a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-lanser a.nivo-prevNav {
	left:15px;
}

.wrapper .nivo-caption p {
/*height: 211px;
width: 268px;*/
overflow: hidden;
z-index: 50;
position: relative;
filter:'' !important;
}
.wrapper .nivo-caption p p{
height: auto;
padding: 0px;
filter:'' !important;
}	

.wrapper .nivo-caption {
    z-index: 10;
    background-color: transparent;
    filter:'' !important;
    font-size: 36px;
    font-style: italic;
    width: 877px; 
    right: 0px;
    text-align: right;
    padding: 0px 35px 0px 0px;
    bottom: 30px;
    text-shadow:3px 3px 3px #222222;
    /*padding: 25px 0px 0px 25px;*/
}
.wrapper .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
    font-size: 13px;
}
.wrapper .nivo-caption a:hover {
    color:#fff;
}