#slideflow {
	height: 90px;
	position: relative;
	padding-bottom:20px;
	cursor: default;
	width:700px;
	margin-top:20px;
}

#slideflow img {
	position:absolute;
	top:0px;
}

/* For future use - these don't work with IE6 */
.closedHand {
	cursor: url(../p0_images_slider/closedhand.cur), move !important;
}

.openHand {
	cursor: url(../p0_images_slider/openhand.cur),  default !important;
}

.selectable {
	cursor: pointer !important;
}