

.slider 
{
    margin-left:20px;
float:left;
width:500px;
height:355px;
position:relative;
padding-bottom:26px;
    top: 0px;
    right: 0px;
    background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:left;
width:500px;
height:500px;
clear:both;
position:relative;
overflow:hidden;
   
}


.sliderContent .item {
position:absolute;
width:500px;
height:348px;
background:#fff;
    top: -2px;
    right: -1px;
}


.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}

