/*
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
*/
/* The Nivo Slider styles */




body.autos .theme-default .nivo-caption,
body.autos .theme-default .nivo-directionNav {
	width:300px;
}

.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:400px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:4;
	display:none;
	float:left;
}
.nivoSlider a.nivo-imageLink img {
	width:400px;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:3;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:5;
}
.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:9;
	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:9;
	cursor:pointer;
	width:100px;
	height:75px;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav img {
	/*
	width:100px;
	height:75px;
	*/
	
	max-width: 100px;
    max-height: 75px;
    width: auto;
    height: auto;
}
}

.theme-default {
	background:#eee;
	text-align:center;
	padding:10px 0;
}
.theme-default #slider {
	position:relative;
	background:url(/images_portal/ajax-loader.gif) no-repeat 30% 50%;
	width:648px;
	min-height: 300px;
	overflow:hidden;
	margin:0 auto;
	background-size: 50px;
	text-align:left;
}
.theme-default .werbebox{
	background:#eee;
    float: right;
    margin-top: 204px;
    position: relative;
    width: 228px;
	padding-left:20px;
    z-index: 5;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	padding-left:20px;
	background:#eee;
	height:300px;
	overflow:hidden;
	position:absolute;
	right:0;
	width:228px;
	z-index:5;
}
.theme-default .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
}
.theme-default .nivo-controlNav a {
	background:#fff;
	display:block;
	border:0;
	float:left;
	padding:3px;
	border:1px solid #aaa;
	margin:3px;	
	position:relative;
	text-align: center;
    width: 100px;
}
* html .theme-default .nivo-controlNav a {
	margin:2px;
}
.theme-default .nivo-controlNav a.more-images {
	background:#eee;
	position:absolute;
	bottom:0; right:0;
	border:none;
	height:21px;
	line-height:21px;
	width:228px;
	text-align:center;
	display:block;
	color:#000;
	padding:4px 0;
	font-weight:bold;
	font-size:11px;
	margin:0;
	z-index:20;
}
.theme-default .nivo-controlNav a.active {
	border:1px solid #000;
}

.theme-default .nivo-directionNav {
	height:30px;
	position: absolute;
    top: 15px;
	z-index:5;
	width:400px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images_portal/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	top:0;
}
.theme-default a.nivo-prevNav {
	left:15px;
	top:0;
}

.theme-default .nivo-caption {
	background:#eee;
	width:400px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}