/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#contentslideshow {
	/*width: 675px;
	height: 350px;
	margin: 2px 0 0 0;
	padding: 10px 55px 0 55px;*/
	/*background-color: #252525;*/
	/*background-image: url(http://joomla.jansangill.dk/images/contentslideshow/contentslideshow_bg.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	position: relative;
	float: left;
	z-index: 100;
}

#contentslideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
	
}

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

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#contentslideshow .slides {
	overflow: hidden;
	color: #000;
	width:483px;
}


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

#contentslideshow .slides li {
	width: 675px;
	padding: 10px 0 0 0;
	float: left;
}

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

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

#contentslideshow .slides a {
	color: #000;
}

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

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

}

#contentslideshow .slides-nav li {
	margin: 0 6px 0 0;
	border: 1px solid #FFF;
	float: left;
}

#contentslideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	/*color: #FFF;*/
	text-decoration: none;
}

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

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

}

.js #contentslideshow #move_buttons #contentcycle_prev{
	height: 40px;
	width: 39px;
	/*position: absolute;*/
	left: 5px;
	/*top: 160px;*/
	/*background-image: url(http://fnfgroup.net.au/HMU/images/previous.jpg);
	background-repeat: no-repeat;*/
	
}

.js #contentslideshow  #move_buttons #contentcycle_next{
	height: 40px;
	width: 39px;
	/*position: absolute;*/
	right: 5px;
	margin-left:370px;
	
	/*top: 160px;*/
	/*background-image: url(http://fnfgroup.net.au/HMU/images/next.jpg);
	background-repeat: no-repeat;*/
	/*background-image: url(http://joomla.jansangill.dk/images/contentslideshow/control_right.gif);
	background-repeat: no-repeat;*/
	
	
	
}

.js #contentslideshow #contentcycle_pause{
	margin: -12px 0 0 490px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.js #contentslideshow #contentcycle_resume{
	margin: -12px 0 0 10px;
	color: #FFF;
	cursor: pointer;
	float: left;
}

#contentcycle_resume.resume,#contentcycle_pause.pause {
	text-decoration: underline;
} 

