

.frame {

	/* required settings */

	width: 780px;
	height:300px;
color:white;
overflow:hidden;
}




/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.item {
	
	width:780px;
	height:300px;
text-align:center;
position:absolute;
background:white;
overflow:hidden;
}



.top{
z-index:10;

}
.bottom{
z-index:5;

}