.sliderGallery {
	background: url(/App_Themes/Interface/Images/slider/productbrowser_background_20070622.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	padding: 10px;
	height: 160px;
	width: 725px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.sliderGallery img {
	margin-left: 25px;
	margin-right: 25px;
	max-width: 100px;
	max-height: 130px;
	*width: 100px;
}

.slider {
	width: 710px;
	height: 17px;
	margin-top: 140px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background: url(/App_Themes/Interface/Images/slider/productbrowser_scrollbar_20070622.png) no-repeat;
	*position: absolute;
	*z-index: 100;
	*top: 10px;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(/App_Themes/Interface/Images/slider/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 105;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}

.slider .slider-lbl1 {
	left: 50px;
}

.slider .slider-lbl2 {
	left: 107px;
}

.slider .slider-lbl3 {
	left: 156px;
}

.slider .slider-lbl4 {
	left: 280px;
}

.slider .slider-lbl5 {
	left: 455px;
}

.product_load {
	display: none;
}

#product_info {
	width: 760px;
	float: left;
	margin-top: 20px;
}

#product_info .prodImage {
	float: left;
	padding: 0px 15px 15px 0px;
}

#product_info .prodImage img {
	width: 200px;
}

#product_info .prodText {
	margin-left: 215px;
	width: 530px;
}

#product_info .prodHeader {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa0927;
	border-bottom: 1px solid #aa0927;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-style: italic;
}

#product_info .prodName {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

#product_info .prodLink {
	margin-bottom: 15px;
}

#product_info .prodLabel {
	font-weight: bold;
}

#category_links {
	margin-bottom: 0px;
	background: url(/App_Themes/Interface/Images/slider/slider_tabs_bg.gif) repeat-x;
}

#category_links .link {
	padding-top: 15px;
}

#category_links a {
	font-size: 10px;
	color: #333333;
	margin: 10px 0px;
	text-transform: uppercase;
}

#category_links a:hover, #category_links a.selected {
	color: #aa0927;
}

#category_links .selected_link {
	font-weight: bold;
	color: #aa0927;
}