#image_wrap
	{
	width:900px; height:394px;
	border:2px solid #7b98ca;

	}

.scrollable 
	{
	position:relative;
	overflow:hidden;
	width:820px;
	height:100px;
	}

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


.scrollable img 
	{
	float:left;
	margin:20px 5px;
	border:1px solid #fff;
	cursor:pointer;
	width:135px;height:60px;
	}

.scrollable .active 
	{
	border:1px solid #7b98ca;
	z-index:9999;
	position:relative;
	}


