/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 640px;  /*originale 940*/
	height: 340px;
	/*margin: 2px 0 0 0;
	/*padding: 10px 125px 0 100px;*/
	background-color: #252525;
	/*background-image: url(http://joomla.jansangill.dk/images/slideshow/slideshow_bg.gif);
	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: 340px; /* IE fix */
	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	color: #c2bfbf;
	width:640px;
	height:340px;
}

#slideshow .slides ul {
	width: 2820px;
	z-index:10;
}

#slideshow .slides li {
	width: 640px;
	padding:0;
	float: left;
}

#slideshow .slides h2 {
	/*margin: 0 0 20px 0;*/
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:#ccc;
  	letter-spacing:-1px;
}

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

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

#slideshow .slides img {
	float: left;
	/*margin: 0 15px 0 0;*/
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

.js #slideshow #cycle_prev{
	height: 340px;  /* vecchi 40px; */
	width: 40px;    /* vecchi 39px; */
	position: absolute;
	left: 0px;  /* vecchi 5px; */
	top: 0px;   /* vecchi 160px; */
	background-image: url(../images/control_left.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index:15;
}

.js #slideshow #cycle_next{
	height: 340px;   /* vecchi 40px; */
	width: 40px;   /* vecchi 39px; */
	position: absolute;
	right: 0px;   /* vecchi 5px; */
	top: 0px;    /* vecchi 160px; */
	background-image: url(../images/control_right.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index:15;
}

