#navigation {
	clear:both;
	border:0;
	margin-left:15px;
	margin-right:15px;
	padding:10px 0px 10px 0px;
	height:275px;
	cursor: default;
}

#photo {
	width: 500px;
	height: 375px;
	margin: 10px 0;
	display: inline;
}

/* photo must be inline for the margins to work in IE6, so we require a block wrapper for horizontal centering */
#frame {
	border: 0px;
}

.slider {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border:0;
}
.slider .sliderbutton {
	margin-top: 0 !important;
}

#sl0base {
	background: url(/vomini/commun/img/slide/slideflowslider-bg.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#sl0slider {
	background: url(/vomini/commun/img/slide/seekslider.gif) no-repeat;
	margin-top: 6px;
	float :left;
	cursor: default;
}

#sl0slider:hover, #sl0slider.hover {
	background: url(/vomini/commun/img/slide/seekslider-hover.gif) no-repeat;
}

#slideflow {
	height: 250px;
	position: relative;
	padding-bottom:20px;
	cursor: default;
}

#slideflow img {
	position:absolute;
	top:0px;
}

/* For future use - these don't work with IE6 */
.closedHand {
	cursor: url(/vomini/commun/img/slide/closedhand.cur), move !important;
}

.openHand {
	cursor: url(/vomini/commun/img/slide/openhand.cur),  default !important;
}

.selectable {
	cursor: pointer !important;
}
