	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
        z-index:-1;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		width:950px;
		height:300px;
		overflow:hidden; 
        position: relative;
        z-index:-1;
		}
	/*#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}*/	
		
	/* numeric controls */	
#slider p {
    font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0;
    position: absolute;
}

.sliderpl {
    top: 80px;
    left: 50px;
    color: #efefef;
}
.sliderpd {
    top: 80px;
    left: 550px;
    color: #efefef;
}

.sliderpdb {
    top: 80px;
    left: 550px;
    width:300px;
    color: #000000;
}

.sliderplb {
    top: 80px;
    left: 50px;
    width:800px;
    color: #000000;
}

#slider h3{
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    top: 95px;
    left: 610px;
    color: #999999;
    padding: 0;
    margin: 0;
    position: absolute;
}

#slider h4{
    font-size: 22px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    top: 40px;
    left: 610px;
    color: #4cb1e8;
    padding: 0;
    margin: 0;
    position: absolute;
}

	ol#controls{
		margin:-18px 0 0 0;
		padding:0 0 0 400px;
		height:18px;
		z-index:1000;
		}
	ol#controls li{
		margin:0; 
		padding:0;
		float:left;
        list-style:none;
		height:18px;
		line-height:18px;        
		}
	ol#controls li a{
        display:inline-block;
        width:18px;
        height:18px;
        background:url(../images/bullets.png) no-repeat;
        text-indent:-9999px;
        border:0;
        margin: 0 4px;        
		}
	ol#controls li.current a{
		/*background:#5DC9E1;
		color:#fff;*/
        background-position:0 -22px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}