.container{ 
width:750px; 
height:377px; 
overflow:hidden; 
position:relative; 
cursor:pointer; 
}

.slides{ 
position:absolute; 
top:0; 
left:0; 
}

.slides div{ 
position:absolute; 
top:0; 
width:750px; 
/*display:none;*/ 
}

ul.pagination{ 
list-style:none; 
margin:0; 
float:right;
font-size:1.2em;
position:relative;
top:-22px;
overflow:hidden;
z-index:10000;
padding:5px 4px 5px 5px;

background:#000;
}

ul.pagination li { 
float:left; 
}

ul.pagination li a { 
color:#fff;
padding:1px 5px; 
margin:0 2px 0 0;
background:#2d2d2d;
}

ul.pagination li a:hover{
background:#666;
}

ul.pagination li.active a { 
color:#000; 
height:100px;
background:#FFFF00;
}

/*related-scroll*/

.spacer{
width:12px;
height:86px;
float:left;
margin:10px 0 0 0;
}

.related-scroll{
margin:10px 0 0 0;
border:2px #000 solid;
background:#000;
}

.related-scroll ul{
padding: 0px;
float:left;
margin:0;
}

.related-scroll, .related-scroll li{ 
width: 276px;
height:76px;
float: left;
list-style: none;
font-size: 0.9em;
overflow:hidden; 
}

#prev1, #next1{
display:block;
width:12px;
height:80px;
margin:auto;
cursor:pointer;
}

#prev1, .prevInactive{
background:url(../style/images/feat-prev.gif) no-repeat 0 0;
}

#next1, .nextInactive{
background:url(../style/images/feat-next.gif) no-repeat 0 0;
}

.prevInactive{
background-position:0 -240px;
}

.nextInactive{
background-position:0 -240px;
}

#prev1:hover, #next1:hover{
background-position:0 -80px;
}

#prev1:active, #next1:active{
background-position:0 -160px;
}

/*.related-scroll li .contributer{
display:block;
width:220px;
height:80px;
margin-right:2px;
float:left;
padding:6px;
background:#000;
}
*/
