#slider
{
    height: 300px;
    position: relative;
    width: 580px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #9B9;
}
div.scroller
{
    height: 300px;
    overflow: hidden;
    width: 580px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    right: 0px;
    bottom: 0px;
	background-color: #577E0B;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #9B9;
	border-left: 1px solid #9B9;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
    float: left;
    height: 300px;
    overflow: hidden;
    width: 580px;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
    color: #aaa;
    filter: alpha(opacity=60);
    float: left;
    height: 20px;
    margin: 0px 3px 0px 3px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    text-indent: -1000px;
    width: 20px;
}
.slidercontrol a:hover
{
    filter: alpha(opacity=100);
    opacity: 1;
}
.content .sliderdescription
{
    background: url(../images/grid.gif) repeat left top;
    color: #222;
    filter: alpha(opacity=50);
    font: 12px bold Helvetica, sans-serif;
    left: 15px;
    opacity: 0.5;
    padding: 10px;
    position: relative;
    top: -100px;
    width: 650px;
}
div.sliderdescription:hover, .sliderdescription.active
{
    background-color: #fff !important;
}
.content a
{
    font: 12px bold Helvetica, sans-serif;
    text-decoration: none;
}
.aprev
{
    background: url(img/aprev.gif) no-repeat;
}
.anext
{
    background: url(img/anext.gif) no-repeat;
}
.astop
{
    background: url(img/astop.gif) no-repeat;
}
.aplay
{
    background: url(img/aplay.gif) no-repeat;
}
