#noobslide {
	position:relative;
	margin-top:20px;
}


#mask {
	width:260px;
	height:130px;
	overflow:hidden;
	position:absolute;
	margin-left:0px;
	margin-top: 20px;
}

*+ html  #mask {
margin-left:-47px;
}

* html  #mask {
margin-left:-50px;
}

#noobslide div {
	width:260px;
	height:130px;
	float:left;
}
/*
p#handles {
	cursor :pointer;
}

p#handles span.active {
	text-decoration: underline;
}
*/

.slideshow { height: 130px; width: 260px; margin: auto }


