#slider_wrapper{
height:420px;
}
#slider
{
position:relative;
width: 700px;
height:420px;
background: url(Bilder/loading.gif) no-repeat 50% 50%;
}
#slider img
{
position:absolute;
top:0;
left:0;
display: none;
}
#slider a{
border:0;
display: block;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color: red;
	text-decoration:none; /*ta bort för att få linjen under*/
}
.nivo-caption a:hover{
	color: blue;
}
.nivo-html-caption {
    display:none;
	text-decoration:underline;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	background:url(bilder/arrows.png) no-repeat;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display:block;
}
a.nivo-prevNav {
	left:15px;
}
a.nivo-nextNav {
	right:15px;
	background-position:-30px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	margin-left:420px;
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	float:left;
	text-indent:-9999px;
}
.futurico-theme .nivo-caption {
    padding: 10px 10px;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #e1e1e1;
 
    background: #000000;
 
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.futurico-theme .nivo-caption span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px 1px 5px;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.futurico-theme .nivo-caption em {
    font-family: Georgia, sans-serif;
    font-size: 11px;
    color: #727581;
}
.futurico-theme.slider-wrapper {
    position: relative;
    width: 700px;
    height: 420px;
    margin: 0;
    padding: 5px;
 
    background: white;
 
   /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
}
 
.futurico-theme .nivoSlider {
    position: relative;
    width: 700px;
    height: 4160px;
}
 
.futurico-theme .nivoSlider img {
    display: none;
    position: absolute;
    width: 700px;
    height: 420px;
    top: 0;
    left: 0;
}
.futurico-theme .nivo-caption span {
    background: #a5cd4e;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #464646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#464646));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#464646 100%);
    background: -o-linear-gradient(top,  #FFFFFF 0%,#464646 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#464646 100%);
    background: linear-gradient(top,  #FFFFFF 0%,#464646 100%);
 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}