
#homeslide{
	width:950px;
	margin:10px 0 10px 0px;
	float:left;
	padding:0;
	height:360px;
	border:#FFF solid 0px;
	overflow:hidden;
	/*-moz-box-shadow: 0 0 8px #333; 
	-webkit-box-shadow: 0 0 8px #333;*/
	background:#00386C url(../img/homeslidebgrd.jpg) 0 0 no-repeat;
	}

#homeslide a {
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}



.nivoSlider {
	position:relative;
	width:950px;
	height:360px;
	margin:0;
	padding:0;
	
}

.nivoSlider img {
	position:absolute;
	width:950px;
	height:360px;
	top:0px;
	right:0px;
	left:0px;
}
/* If an image is wrapped in a link */

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	
}


/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-312px;
	top:0px;
	color:#FFF;	
	width:312px;
	z-index:89;
	margin: 0;
	padding:0;
	overflow:visible;
	height:100%;
	border-right:solid #FFF 5px;
	
	
}

 .nivo-caption a.textblok{
	font-weight:normal;
	color: #FFF;
	top:0px;
	margin:0px 0px 0px 0px;
	padding:0;
	position:absolute;
	text-shadow:none;
	width:100%;
	text-shadow:none;
}
 .nivo-html-caption:hover a.textblok{
	color: #000;
	}
	
 .nivo-caption h1 {
	font-weight:normal;
	color: #FFF;
	margin:20px 15px 8px 20px;
	padding:0px 15px 2px 0px;
	font-size: 27px;
	line-height:31px;
	position:relative;
	text-shadow:none;
	text-align:left;
	letter-spacing:0;
}

 .nivo-caption p.podtekst {
	
	color: #FFF;
	margin:5px 5px 0px 10px;
	padding:5px 15px 10px 10px;
	font-size: 17px;
	line-height:21px;
	position:relative;
	text-shadow:none;
	border-top: #FFF dashed 1px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}


 .nivo-caption p{
margin:0;
padding:0;
overflow:visible;
text-align:left;}


 .nivo-caption h1 span {
color: #cc0000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:25px; margin:0; padding:0;line-height:10px;}


.nivo-caption a{
	display:block !important;
	color:#FFF;
	text-decoration:none;font-weight:normal;
	
}

.nivo-caption a:hover, .nivo-caption a:hover h1  {
	text-decoration:underline;
	color: #FFF;
	background:none;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:180px;
	z-index:99;
	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:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:absolute;
	margin:0;
	padding:0;
	background:url(../img/loading.gif) no-repeat 23% 50%;
	height:360px;
	width:640px;
	right:0;
	left:312px;
}

#slider img {
	position:absolute;
	width:640px;
	height:360px;
	top:0px;
	right:0px;
	left:0px;
	display:none;
}

#slider a img {
	position:absolute;
	width:640px;
	height:360px;
	top:0px;
	right:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/*
#slider2 {
	position:relative;
	margin:0;
	padding:0;
	background:#00386C url(../img/homeslidebgrd.jpg) center center no-repeat;
	height:110px;
}
#slider2 img {
	position:absolute;
	width:630px;
	min-height:110px;
	top:0px;
	left:0px;
	display:none;
}
#slider2 a {
	border:0;
	display:block;
}*/

.nivo-controlNav {
	position:absolute;
	left:-300px;
	bottom:-10px;
}
.nivo-controlNav a {
	display:block;
/*	display:inline;*/
	width:10px;
	height:30px;
	background: url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
	/*background:#C93;*/
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:50px;
	height:60px;
	background: url(../img/arrows.png) 0 0 no-repeat;
	text-indent:-9999px;
	border:0;
	top:160px;
	
}

.nivo-directionNav a {
	background: url(../img/arrows.png) no-repeat;
}

a.nivo-nextNav {
	background-position:-55px 0;
	right:0px;
}
a.nivo-prevNav {
	left:5px;
}