@charset "utf-8";
/* CSS Document */
#case-box {
	/*width:800px;
	padding-left:50px;*/
}
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 800px;	 
	height:400px;
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
}
#tumb{	
	position:absolute;
	width:20000em;	
	clear:both;
	/*border:1px solid #222;*/
}
 

a.prev, a.next {
	margin-top:163px;	
}
 

#tumb div#case-box{
	float:left;
	width:800px;
	height:400px;
	padding: 0px 0;
	text-align: center;
	/*background:#333 url(http://static.flowplayer.org/img/global/gradient/h150.png) repeat-x 0 146px;*/
	/*color:#fff;*/
	/*border-left:1px solid #333;*/
	cursor:pointer;
}
