#fader
{
    height: 432px;
    position: relative;
    width: 648px;
    margin: 0 auto;
    /*overflow: hidden;*/
    margin-bottom: 0px;
    /*border: 1px solid #ccc;*/
}
div.scroller
{
    height: 432px;
    /*overflow: hidden;*/
    width: 648px;
    zoom: 1;
}
div.scroller .content 
{
    padding: 0;
}
div.slidercontrolwr
{
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 20;
}
div.scroller img
{
    border: none;
}
div.scroller div.section
{
	position: absolute;
	top: 0;
	left: 0;
    height: 432px;
    /*overflow: hidden;*/
    width: 648px;
/*
    float: left;
*/
}
div.section p {
	width: 170px;
	height: 80px;
	position: absolute;
	top: 200px;
	right: -185px;
	font-family: times new roman;
	font-weight: bold;
	text-align: center;
}
div.scroller div.content
{
    width: 10000px;
    float: left;
}
.slidercontrol
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slidercontrol a
{
	width: 24px;
    margin: 0px 4px;
    padding: 2px 0;
    display: block;
    float: left;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    filter: alpha(opacity=60);
    opacity: 0.6;
    color: #fff;
    background-color: #000;
}
.slidercontrol a:hover,
.slidercontrol a.active
{
    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(../images/aprev.gif) no-repeat 3px 3px;
}
.anext
{
    background: url(../images/anext.gif) no-repeat 3px 3px;
}
.astop
{
    background: url(../images/astop.gif) no-repeat 3px 3px;
}
.aplay
{
    background: url(../images/aplay.gif) no-repeat 6px 3px;
}