/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 617px;
	height: 205px;
	margin: 2px 0 0 0;
	padding: 0px 0px 0 0px;		background-color: #dcf5db;
	background-repeat: no-repeat;
	background-position: center;
	position: center;
	float: center;
	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: #0d0;
}

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

#slideshow .slides li {
	width: 500px;
	padding: 0px 0 0px 110px;
	float: center;
}

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

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

#slideshow .slides a {
	color: #0d0;
}

#slideshow .slides img {
	float: right;
	margin: 0 15px 0 0;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	margin: 40px 0 0 0;
	padding: 10px 0 0px 0;
	border-top: 1px solid #000;    

}

#slideshow .slides-nav li {
	margin: 2px 6px -6px 0;
	border: 1px solid #070;    
	float: left;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 5px 1px 5px;
	color: #0c0  ;             
	text-decoration: none;
}

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

.js #slideshow .slides-nav li.on a {

}

.js #slideshow #cycle_prev{
	height: 40px;
	width: 39px;
	position: absolute;
	left: 5px;
	top: 100px;              
	background-image: url(http://22khordad-hamburg.com/forum/components/com_joomgallery/img_pictures//special_8/left_20091227_1367376118.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.js #slideshow #cycle_next{
	height: 40px;
	width: 39px;
	position: absolute;
	right: 5px;
	top: 100px;              
	background-image: url(http://22khordad-hamburg.com/forum/components/com_joomgallery/img_pictures//special_8/right_20091227_1711668176.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

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

.js #slideshow #cycle_resume{
	margin: -17px 0 0 490px; 
	color: #090;          
	cursor: pointer;
	float: left;
}

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

