@charset "utf-8";
/* CSS Document */
/*********************************************************************************
	Project		:	Dan Witz - Selected Works
	Copyright	:	Design - Way Out Of Line - www.wayoutofline.net
**********************************************************************************/

.scrollable {
	/*position:relative;
	/*overflow:hidden;*/
	/*width: 810px;*/
	/*height:190px;*/
	}
.scrollable .items {
	/*width:20000em;*/
	/*position:absolute;
	clear:both;*/
}
.scrollable img {
	float:left;
	margin:-2px 5px 3px -2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #000;
	cursor:pointer;
	width:90px;
	max-height:120px;
	overflow:hidden;
}
.imgcatframe {
	float:left;
	background-color:#1c1c1c;
	border:1px solid #3c3c3c;
	width:96px;
	padding:6px 3px 2px 6px;
	}
