#content_inside {
	height: 195px;
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
	width:240px;
	background: url(pictures/portfolio.gif) no-repeat top left;	
}

#content_scroller {
	position: relative;
	top: 0;
	left: 0;
}

#content_mask {
	width: 220px;
	height: 195px;
	clip:rect(0,250px,195px,0);
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#content_area {
	position: absolute;
	top: 0px;
	left: 0;
	width: 200px;
}

#content_track {
	width: 4px;
	height: 195px;
	background-color: #323129;
	position: absolute;
	top: 0;
	left: 200px;
}

#content_drag {
	position: absolute;
	top: 0;
	left: 200px;
	height: 30px;
	background: #75C5F0;
	width: 4px;
	cursor: pointer;
} 

#content_up, #content_down {
	display: none;
}