img {
border: none;
}

/* // image replacement */

#container {
margin: 0;
position: relative;
width: 664px;
background-color: transparent;
background-image: url(../images/bg_slider_bot.jpg);
background-repeat: no-repeat;
background-position: center 61%;
}

#sliderHdr {
height: 32px;
line-height: 32px;
text-align: center;
font-size: 18px;
font-weight: bold;
background-image: url(../images/bg_slider_top.jpg);
background-repeat: no-repeat;}

/* Easy Slider */

#slider ul, #slider li {
margin: 0;
padding: 0;
list-style: none;
}

#slider li {
/* define width and height of list item (slide) 
   entire slider area will adjust according to the parameters provided here */ 
width: 664px;
height: 293px;
overflow: hidden;
}

/* numeric controls */

ol#controls {
margin: -70px auto 1em auto;
padding: 0 0 0 1px;
height: 28px;
width: 92px;
text-align: center;
}

ol#controls li {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 24px;
line-height: 24px;
}

ol#controls li a {
float: left;
height: 24px;
line-height: 24px;
border: 1px #aca521 solid;
background-color: #d5d5bf;
color: #555;
padding: 0 10px;
text-decoration: none;
}

ol#controls li.current a {
background-color: #c4c5a6;
color: #fff;
}

ol#controls li a:focus {
outline: none;
}

/* // Easy Slider */