.easyslideslider-id {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
}
.easyslideslider-id div.scroller { 
    overflow: hidden;
    position: relative;     
}
.easyslideslider-id .easyslidecontrolwr {
    position: absolute;
    left:50%;
    bottom:-25px;
    z-index:6;
    width: 122px;
    margin-left: -43px;
    height: 25px;
    background: url(../images/common.gif) no-repeat -447px 0;
}
.easyslideslider-id div.scroller img {
    border: none;
}
.easyslideslider-id div.scroller div.section {
    overflow:hidden;
    float:left;
}
.easyslideslider-id div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
.easyslideslider-id .content .easyslidedescription {
    padding: 0px 10px;
    position:relative;
    top:-30px;
    font: 11px bold Helvetica, sans-serif;
    opacity:0.65;
    filter:alpha(opacity=65);       
}
.easyslideslider-id .content .easyslidedescription p{ line-height: 20px; text-align: center; }
.easyslideslider-id div.easyslidedescription{ }
.easyslideslider-id .content a { text-decoration: none; color: #5a5a5a; }
.easyslideslider-id .content a:hover { text-decoration: underline; }

.easyslideslider-id .easyslidercontrol {
    margin: 0;
    padding: 2px 11px;
}
.easyslideslider-id .easyslidercontrol a {
    float: left;
    width: 15px;
    height: 17px;
    margin: 0 3px 0 2px;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;   
    text-align:center;
    background: url(../images/common.gif) no-repeat -463px -32px;
    text-indent: -9999px;
}
.easyslideslider-id .easyslidercontrol a:hover,
.easyslideslider-id .easyslidercontrol a.active { background-position: -484px -32px; }

.easyslideslider-id p.description { position: absolute; bottom: 0; left: 0; padding: 10px; }
.easyslideslider-id div.section a { position: relative; }

