.manager{width:1200px;height:480px;margin: 20px auto;}
A IMG
{
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
}
.scrollerWrapper
{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.scrollerScroller
{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.scrollerNext, .scrollerPrev
{
    position: absolute;
    cursor: pointer;
    cursor: hand;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    text-indent: -9999px;
    width: 30px;
    display: block;
    float: left;
    height: 48px;
    top:10px;
}
.scrollerPrev
{
 left:0;
}
.scrollerPrev:hover
{
    background-position: center bottom;
}
.scrollerNext
{
    display: block;
}
.scrollerNext:hover
{
    background-position: center bottom;
}
.itemBackground , .itemLink
{
    display: none;
}
.scrollerUL
{
    position: relative;
    list-style-type: none;
    margin: 0px;
    float: left;
    left: 0px;
    width: 1200px;
    height:480px;
    
}
.scrollerBox
{
    width:280px;
    float: left;
    height:480px;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
	background:#f2f2f2;
}
.scrollerBox a img
{
    width:280px;
    height: 350px;
}
.scrollerBox a div
{
    text-align:center;
    width:280px;
}
.scrollerBox h2{
	margin-top:10px;
}
.scrollerBox span{
	display:inline-block;
	margin-top:20px;
	color:black;
	line-height:20px;
	font-weight:bold;
	text-align:center;
	text-indent:2em;
	
}
