/* slider specific CSS */
.sliderGallery {
	background-image: url(../../img/templates/slider_gallery_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	padding: 7px 5px 5px 5px;
	margin: -50px 0px 10px 10px;
	height: 170px;
	width: 715px;
	float: left;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	display: inline;
	position: relative;
	margin: 0px 70px 0px 70px;
	text-align: center;
}

.sliderGallery ul li a .price {
	position: absolute;
	top: 13px;
	_top: 105px;	/* IE 6 */
	left: 0px;
	font-size: 12px;
	color: #cd0508;
	width: 104px;
	text-align: center;
	text-decoration: none;
}

html>body .sliderGallery ul li a .price {
	top: 13px;
	_top: 105px;	/* IE 6 */
}

.sliderGallery ul li a .title {
	position: absolute;
	top: 35px;
	_top: 125px;	/* IE 6 */
	left: 0px;
	font-size: 14px;
	width: 104px;
	text-align: center;
	text-decoration: none;
}

html>body .sliderGallery ul li a .title {
	top: 35px;
	_top: 125px;	/* IE 6 */
}

.slider {
	width: 689px;
	height: 20px;
	padding: 0px;
	background-image: url(../../img/templates/slider_gallery_scrollbar.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 152px;
	left: 18px;
	overflow: hidden;
}

.handle {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 185px;
	top: 1px;
	background-image: url(../../img/templates/slider_gallery_handle.png);
	background-repeat: no-repeat;
	z-index: 100;
}

.slider span {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 1px;
	display: inline;
	overflow: hidden;
}

.slider .slider-lbl1 {
	left: 46px;
}

.slider .slider-lbl2 {
	left: 305px;
}

.slider .slider-lbl3 {
	left: 566px;
}