/* CSS Document */

/* define background image for the expose mask */


/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
	height:160px;
}

/* next/prev buttons */
div.navi {
	width:70px;
	height:22px;
	float:left;
}

div.navi:hover  		{ }
div.navi:active  		{  }
div.nextPage 			{ background:url(../images/btn_next.png);clear:right;right:4px;bottom:0px;position:absolute; }
div.prevPage 			{ background:url(../images/btn_prev.png);left:0px;bottom:0px;position:absolute; }
div.nextPage:hover 	{  }
div.nextPage:active 	{  } 


div.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 420px;	
	height:140px;
	
	height:170px;width:550px
}

#thumbnails div.items div {
	float:left;		
}
