/* ---------------------------------------------------- */

/* SLIDESHOW

/* ---------------------------------------------------- */

#slideshow {

	padding: 0 48px 0 48px;

	/*background: url(../images/default/bg_bottom.gif) repeat-x bottom;*/

	position: relative;

	z-index: 1000;

}



#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 {



}



#slideshow .slides li {

	padding: 10px 0 0 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 a {

	color: #c2bfbf;

}





/* ---------------------------------------------------- */

/* SLIDESHOW > NAVIGATION

/* ---------------------------------------------------- */

#slideshow .slides-nav {

	height: 20px;

	position: absolute;

	/*bottom: 10px;*/

	padding: 5px 0 5px 0;

	border-top: 1px solid #FFF;

}



#slideshow .slides-nav li {

	margin: 0 6px 0 0;

	border: 1px solid #375C93;

	float: left;

}



#slideshow .slides-nav li a {

	display: block;

	padding: 1px 4px 1px 4px;

	color: #375C93;

	text-decoration: none;

}



.js #slideshow .slides-nav li.on,

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

	background-color: #375C93;
	color:white;}



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



}



.js #slideshow #cycle_prev{

	height: 120px;

	width: 42px;

	position: absolute;

	left: 5px;

	top: 25%;

	background-image: url(../images/default/arrows.png);

	background-repeat: no-repeat;
	background-position:-92px -40px;

	text-indent: -9999px;

	cursor: pointer;

}



.js #slideshow #cycle_next{

	height: 120px;

	width: 42px;

	position: absolute;

	right: 5px;

	top: 25%;

	background-image: url(../images/default/arrows.png);

	background-repeat: no-repeat;
	background-position:0px -40px;

	text-indent: -9999px;

	cursor: pointer;

}



.js #slideshow #cycle_pause{

	height: 20px;

	position: absolute;

	bottom: 20px;

	right: 50px;

	color: #375C93;

	cursor: pointer;

	z-index: 1000;

}



.js #slideshow #cycle_resume{

	height: 20px;

	position: absolute;

	bottom: 20px;

	right: 180px;

	color: #FFF;

	cursor: pointer;

	z-index: 1000;
	
	display:none;

}



#cycle_resume.resume,#cycle_pause.pause {

	text-decoration: underline;

} 

#slideshow .slides{
	height:240px!important;
	}

#slideshow .slides ul{
	height:240px!important;
	}