/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 352px;
	height: auto;
	margin: 0;
	padding:0 0 10px 10px;
	/*padding: 10px 125px 0 100px;*/
	/*background-color: #eeeeee;
	background-image: url('fndestacado.jpg');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	float: left;*/
	z-index: 100;
}

#slidecabeza{
	background: url('fnd_sup.jpg') repeat-x top;
	height: 14px;
}

.img-der, .img-der2{
	float: right;
}

.img-izq, .img-izq2{
	float: left;
}

#slidepie{
	background: url('fnd_inf.jpg') repeat-x top;
	height: 13px;
}

#slidecontenido{
	background: url('fnd_izq.jpg') repeat-y left;
	padding-left: 13px;
}

#slidecontenido2{
	background: #eee url('fnd_der.jpg') repeat-y right;
	padding-right: 14px;
}

#bkcontenedor{
	background-color: white;
	width: 310px;
	height: auto;
}

#bkcabeza{
	background: url('bk_fnd_sup.jpg') repeat-x top;
	height: 10px;
}

#bkcontenido{
	margin:10px;
}

#bkpie{
	background: url('bk_fnd_inf.jpg') repeat-x top;
	height: 9px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto; /* IE fix */
	
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	color: #000;
}

#slideshow .slides ul {
	width: 2700px;
}

#slideshow .slides li {
	width: 310px;
	/*padding: 5px;
	float: left;*/
}

#slideshow .slides h2 {
	margin: 0 0 20px 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
 	color:#7da219;
  	letter-spacing:-1px;
}

#slideshow .slides p {
	/*width: 310px;*/
}

#slideshow .slides a {
	color: #c2bfbf;
}

#slideshow .slides img {
	/*float: left;
	margin: 0 15px 0 0;*/
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#barnav{
	height: 30px;
}

#slideshow .slides-nav {
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
	/*border-top: 1px solid #FFF;*/
}

#slideshow .slides-nav li {
	margin: 0 6px 0 0;
	/*border: 1px solid #FFF;*/
	background-color: #d2e288;
	float: right;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	color: #7ca441;
	text-decoration: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #252525;}

.js #slideshow .slides-nav li.on a {

}

.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;
} 

