.pause { width:48px; height:48px; position:absolute; bottom:10px; right:10px; z-index:100; background:url(images/pause.png) no-repeat left top; }

.speedBar { 
	width:20px; height:100px; position:absolute; 
	top:10px; right:10px; z-index:99; border:solid 1px #404040; background:#959595;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; box-shadow:0px 0px 5px #333333;
}
a.slider { 
	width:16px; height:16px; line-height:16px; 
	vertical-align:middle; text-decoration:none; text-align:center; 
	color:#ffffff; position:absolute; left:2px; top:2px; z-index:100; 
	background:red; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
}


.scroller_box { width:230px; height:600px; }
.scroller_box img { border:1px solid #efede5;
		float:left;
		margin:4px 20px 0 0; }