/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 600px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border:8px solid gray;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;
	z-index: 100;
}

#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 {
	overflow: hidden;
	color: #c2bfbf;
}

#slideshow .slides ul {
	width: 2700px;
}

#slideshow .slides li {
	overflow: hidden;
	width: 500px;
	padding: 10px 0 0 0;
	float: left;
}

#slideshow .slides h2 {
	margin: 0 0 0px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:#aa0000;
  	letter-spacing:-1px;
	width:450px;
}

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

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

#slideshow .slides img {

}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	margin: -360px 0 0 0;
	padding: 0px 0 10px 0;
	display:block;
	float:right;
	
}

#slideshow .slides-nav li {
	margin: 0 6px 0 0;
	border: 0px solid #FFF;
	float: left;
	color: #ffffff;
	font-size: 2em;
	font-family: georgia,verdana,helvetica,arial;

}

#slideshow .slides-nav li a,
#slideshow .slides-nav li.on a.activeSlide {
	display: block;
	padding: 1px 4px 4px 4px;
	color:black;

	text-decoration: none;
}

#slideshow .slides-nav li a:hover,
#slideshow .slides-nav li.on a.activeSlide:hover {

	color: black;
	background-color:white;
	
}

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

.js #slideshow .slides-nav li.on a {
	color: black;
	background-color:white;
}

.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;
} 

