/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	margin: 0;
	padding: 0;
/*	width: 656px;*/
	width: 100%;
/*	height: 184px;
	height: 260px;*/
/*	background-image: url('background.png');
	background-repeat: no-repeat;
	background-position: center;*/
	position: relative;
/*--------------- IE FIX ---------------*/
/*	padding: 0px 0px 0 0px;
	background-position: left top;*/
	overflow: hidden;
}

#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 { 
	margin: 0;
	padding: 0;
/*	width: 616px;*/
	width: 100%;
	overflow: hidden;
/*	padding: 0 25px 0 25px;*/
	
} 

#slideshow .slides ul {  
	margin: 0;
	padding: 0;

}

#slideshow .slides li {  
	margin: 0;
	padding: 0;
/*	width: 616px;*/
	width: 100%;
	float: left;  
	padding: 0;
} 

#slideshow .slides h2 {
/*	margin: 0 0px 5px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:DarkOrange;
  	letter-spacing:1px;*/
}

#slideshow .slides p {
/*	width: 616px;*/
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
/*	float: left;
	margin: 0 15px 0 0;*/
}  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	margin: 0;
	padding: 2px 0;
/*	width: 600px;*/
	width: 95%;
	/*padding: 10px 0 10px 0;*/
/*	border-top: 1px solid #f0f0f0;*/
/*	border-color: DarkOrange;
	padding: 5px 0px 0 10px;*/
	position: absolute;
/*	left: 25px;
	top: 150px;
	left: 20px;*/
	top: 250px;
/*	color:black;*/

}

#slideshow .slides-nav li {
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
/*	border-color: DarkOrange;*/
	background-color: #f0f0f0;
	font-size:0.9em;
	line-height:1em;
	float: left;
}

#slideshow .slides-nav li a {
	margin: 0;
	padding: 0 2px;
	display: block;
	/*color: #FFF;*/
	text-decoration: none;
	color: DarkOrange;
}

#slideshow .slides-nav li a:hover {
	background-color: #efefa0;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
/*	background-color: #252525;
	background-color: red;
	background-color: #e2d9b8;*/
	background-color: #efefa0;
}

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
/*	top: 160px;*/
	top: 250px;
	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;*/
	top: 250px;
	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;
} 
