/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	width: 800px;
	height: 400px;
	margin: 2px 0 0 0;
	padding: 0px 0px 0 0px;
	background-color: rgba(0, 0, 0, 0.7);
	/*background-image: url('../images/background.png');*/
	background-repeat: repeat;
	background-position: center;
	position: relative;	
}

#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	height: 1%; /* IE fix */
}  

#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;
}              
/* ---------------------------------------------------- */  
/* SLIDESHOW > SLIDES 
/* ---------------------------------------------------- */  
#slideshow .slides { 
	width: 750px;
	max-height: 400px;
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	background-color: transparent;
	background-image: none;
} 

#slideshow .slides ul {  
	padding: 0;
	/*background-image: url('../images/leer.gif');*/
}

#slideshow .slides li {  
	width: 750px;
	max-height: 390px;
	float: left;  
	padding: 10px 0 0 0;
	/*margin: 10px 25px 0px 25px;*/
	background-image: none;
	background-color: transparent;
	color: #fff;
	overflow: hidden;
} 

#slideshow .slides h2 {
	display: none;
	margin: 0 0px 5px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:DarkOrange;
  	letter-spacing:1px;
}

#slideshow .slides p {
	width: 750px;
}


#slideshow .slides a {
	color: #c2bfbf;
}

/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides img {
	float: right;
	margin: 0 15px 0 0;
}  
#slideshow .slides-nav {
	border-left-color: DarkOrange;
	border-bottom-color: DarkOrange;
	border-right-color: DarkOrange;
	margin: 0px 0px 0 0;
	/*padding: 10px 0 10px 0;*/
	padding: 0px 0px 0 0px;
	position: absolute;
	top: 410px;
	right: 0px;
	color:transparent;
}

#slideshow .slides-nav li {
	margin: 0 0 0 5px;
	float: left;
	background-image: url('../images/background.png');
	height: 15px;
	width: 15px;
	overflow: hidden;
	color: transparent;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	/*color: #FFF;*/
	text-decoration: none;
	color: transparent;
	display: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	/*background-color: #252525;*/
	background-color: red;
	color: transparent;
/*	background-color: red;*/
}

.js #slideshow .slides-nav li.on a {
	color: transparent;
}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 160px;
	background-image: url(http://joomla.jansangill.dk/images/slideshow/control_left.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 160px;
	background-image: url(http://joomla.jansangill.dk/images/slideshow/control_right.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_pause{
	margin: -12px 0 0 490px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.js #slideshow #cycle_resume{
	margin: -12px 0 0 10px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#cycle_resume.resume,#cycle_pause.pause {
	text-decoration: underline;
} 
