


#slider h1 {color: #333; font-size: 1.2em; font-weight:normal; letter-spacing: 0px; padding: 0; margin: 0 0 5px 0;}

#slider p {color:#333; font-size: 1.0em; font-weight:normal; margin-top: 5px; padding:0; line-height: 1.5em; margin-bottom:7px;}

.imageholder {float: left; width: 100px; height: 100px;}
.textholder {float: right; width: 130px; height: 100px;}
.textholdercontent {padding:  10px 10px 0 10px;}

#slider p a {color:#333; font-weight:normal; text-decoration:none;}
#slider p a:hover {color:#333; text-decoration:underline;}

#slider {
width:230px;
height:120px;
float: left;
position: relative;
background-color: #FFF;
overflow:hidden;
margin: 10px 5px 10px 5px;
border: 0px solid #333;
}

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		overflow:hidden; 
		}
	
	#slider li{ 
		width:230px;
		height:100px;
		overflow:hidden;
		}	

#cont {float: left; position: absolute; width: 230px; height: 20px; z-index: 20000; top: 90px; left: 5px; overflow: hidden;}

	ol#controls {
	margin:0;
	padding: 0;
	height:7px;
	display: none;
		}
		
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		width: 20px;
		line-height:20px;
		display: inline; 
		}
		
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #000;
		background:#fff;
		color:#333;
		padding:0 5px;
		text-decoration:none;
		font-size: 0.8em;
		}
		
	ol#controls li a:hover{	background:#B49AF1; color:#fff;}
	ol#controls li.current a{
		background:#B49AF1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */