#slider {
position:absolute;
top:24px;
right:14px;
}
	
#container{	
margin:0 auto;
position:relative;
text-align:left;
width:943px;
background:#fff;		
margin-bottom:2em;
overflow:hidden; 
}	
				
#content{
position:relative;
}			


#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
position:relative;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:943px;
height:377px;
overflow:hidden; 
}	
/*#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 */	

ol#controls{
margin:1em 0;
padding:0;
height:25px;	
position:absolute;
top:302px;
right:8px;
}

ol#controls li{
margin:0 5px 0 0; 
padding:0;
float:left;
list-style:none;
}

ol#controls li a{
float:left;
border:1px solid #8f8f8f;
background:#dadada;
color: #333333;
padding:3px 9px;
text-decoration:none;
font-family:Times;
font-weight:bold;
}

ol#controls li a:hover {
background: #333333;
color:#fff;
}

ol#controls li.current a{
background:#62a22e;
color:#fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
#prevBtn a {
position:absolute;
top:193px;
left:-15px;
width:58px;
height:57px;
display:block;
background:url(../images/left2.png) no-repeat;
text-indent:-10000px;
}
	
#prevBtn a:hover {
background:url(../images/left1.png) no-repeat;
}
	
#nextBtn a, #nextBtn a:visited {
position:absolute;
top:193px;
right:-19px;
width:58px;
height:57px;
display:block;
background:url(../images/right2.png) no-repeat;
text-indent:-10000px;
}

#nextBtn a:hover {
background:url(../images/right1.png) no-repeat;
}

#slider a {
display:block;
width:943px;
height:377px;
text-indent:-10000px;
}

#slider a:hover {
background:url(../images/window.png);
}