#slider
{
position: relative;
height: 134px;
width: 940px;
overflow: hidden;
}

#slider img
{
position: absolute;
width: 156px;
height: 134px;
}

#slider img:nth-child(1n)
{
left: 0;
}

#slider img:nth-child(2n)
{
left: 156px;
}

#slider img:nth-child(3n)
{
left: 312px;
}

#slider img:nth-child(4n)
{
left: 468px;
}

#slider img:nth-child(5n)
{
left: 624px;
}

#slider img:nth-child(6n)
{
left: 780px;
}

#slider .slide-now
{
height: 134px;
white-space: nowrap;
}

#slider .slide-next
{
height: 0;
white-space: nowrap;
}

#slider .slide-other
{
display: none !important;
overflow: hidden;
height: 0;
}