#slideview_container {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	}

#slideview_nav {
	background: url('../gfx/layout/slideview/slideview_nav.gif') 20px 0 no-repeat;
	clear: left;
	float: left;
	height: 15px;
	position: absolute;
	bottom: -38px;
	width: 390px;
	}

#slideview_slider {
	float: left;
	clear: left;
	left: 47px;
	top: 4px;
	width: 285px;
	}

#slideview_view {
	height: 96px;
	left: 6px;
	overflow: hidden;
	position: relative;
	width: 378px;
	}

#slideview_items {
	float: left;
	position: absolute;
	}

#slideview_btn_left {
	background: url('../gfx/layout/buttons.gif') 0 -18px no-repeat;
	cursor: pointer;
	height: 18px;
	left: 0;
	position: absolute;
	width: 18px;
	top: -1px;
	}

#slideview_btn_right {
	background: url('../gfx/layout/buttons.gif') -18px -18px no-repeat;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 0;
	width: 18px;
	top: -1px;
	}

#slideview_btn_left:hover {
	background: url('../gfx/layout/buttons.gif') 0 0 no-repeat;
	}

#slideview_btn_right:hover {
	background: url('../gfx/layout/buttons.gif') -18px 0 no-repeat;
	}


/* Slider
----------------------------------*/

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 23px; height: 15px; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; background: url('../gfx/layout/slideview/slideview_horizontal.gif') 0 50% no-repeat; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; background: url('../gfx/layout/slideview/slideview_handle.gif') 0 0 no-repeat;}