/* ---------------------------------------------------- */  
/* SLIDESHOW 
/* ---------------------------------------------------- */  
#slideshow {  
	height:275px;
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-position: center;
	padding:3px;
}


#slideshow h1
			{
			 font-size:14px;
			}

#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 { 
	width: 610px;
	overflow: hidden;
	padding: 0px 25px 0px 25px;
	
} 

#slideshow .slides ul {  

}

#slideshow .slides li {  
	width: 585px;
	float: left;  
} 


#slideshow .slides img {
	float: left;
	margin: 0 15px 0 0;
}  
/* ---------------------------------------------------- */  
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */  
#slideshow .slides-nav {
	width: 600px;
	margin-left:10px;
	float:none;
	position:relative;
	color:black;

}

#slideshow .slides-nav li {
	margin: 0 5px 0 0;
	float: left;
	width:15px;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 1px 4px 1px 4px;
	/*color: #FFF;*/
	text-decoration: none;
	background-image: url('../../../templates/discretelogix/images/ind-off.png');
	background-repeat: no-repeat;
	background-position: -5px 2px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	/*background-color: #252525;*/
/*	background-color: red;*/
	background-image: url('../../../templates/discretelogix/images/ind-on.png');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}

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

}

.js #slideshow #cycle_prev{
	height: 19px;
	width: 27px;
	float:left;
	position:relative;
	background-image: url('../../../templates/discretelogix/images/previous.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer
}

.js #slideshow #cycle_next{
	height: 19px;
	width: 27px;
	float:left;
	**left:55px;
	position:relative;
	background-image: url('../../../templates/discretelogix/images/next.png');
	background-repeat: no-repeat;
	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;
} 


/******************************************/

#slideshow  h1{
border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #5780b9;
	line-height:28px;
	margin:5px 0px;
}
