.scrollable 
{
	float:left;
	margin:5px 0 0 0;
	padding:0;
	position:relative;
	overflow:hidden;
	width:270px;
	height:556px;
	border:1px solid #CBC8C1;
}
.scrollable .items 
{
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img 
{
	float:left;
	margin:0;
	padding:0;
	width:270px;
	height:556px;
	cursor:pointer;


}
.scrollable .active 
{
	z-index:9999;
	position:relative;
}