/* Slider Home Page */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
margin:0;
padding:0;
list-style:none;
}
	
#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:480px;
height:295px;
overflow:hidden; 
}	

/* numeric controls */	

ol#controls{
margin:16px 0 0 226px;
padding:0;
height:28px;
position:absolute;
}

ol#controls li{
margin:0 10px 0 0; 
padding:0;
float:left;
list-style:none;
height:14px;
width:14px;
}

ol#controls li a {
float:left;
height:14px;
width:14px;
text-decoration:none;
text-indent:-159984px;
overflow:hidden;
background-image:url(../img/bkg.bt.slider.png);
background-position:left -19px;
background-repeat:no-repeat;
}

ol#controls li a:hover {
background-position:left -38px;
}

ol#controls li.current a {
background-position:left top;
}