.plugin_defilement{
	position:relative;
	height:369px;
	width:960px;
}
	
	.prevPage{
		background:url(../../images/defilement.back.png) no-repeat;
		width:30px;
		height:60px;
		display:block;
		position:absolute;
		z-index:600;
		top:160px;
		left:-60px;
		cursor:pointer;
	}
	
	.nextPage{
		background:url(../../images/defilement.next.png) no-repeat;
		width:30px;
		height:60px;
		display:block;
		position:absolute;
		z-index:600;
		top:160px;
		left:990px;
		cursor:pointer;
	}
	
	.prevPage:hover,
	.nextPage:hover{
		background-position: bottom; 
	}

div.scrollable{ 
    position:relative; 
    overflow:hidden; 
   	height:369px;
	width:960px;
	padding:0;
	margin:0 auto;
}

div.scrollable div.items {
    width:20000em; 
    position:absolute;
}

div.scrollable div.items .items_box { 
    float:left;
	width:960px;
	text-align:center;
	display:block;
}
	.items_box p{
		text-align:center;
		padding-bottom:15px;
	}

div.items img{}