#productSliderBack {
	height: 140px;
	background: url(../images/productbrowserdark_back_repeatx.png) repeat-x;
}

#productSliderCentre {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#products {
	height: 150px;
	clear: both;
	position: relative;
	overflow: hidden;
}

#products ul {
	width: 2000px;
	background-color: transparent;
}

#products li {
	color: white;
	float: left;
	width: 170px;
	position: relative;
	text-align: center;
	list-style-type: none;
	text-transform: uppercase;
	font: bold 11px/230px arial;
}

#products li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#products li a:hover {
	color: #ccd434;
}

#bar {
	width: 940px;
	height: 10px;
	position: absolute;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #616463;
	background: #bbb url(../images/slider_repeatx.png) repeat-x;
	bottom: 14px;
	display: none;
}

#knob {
	top: 1px;
	width: 100px;
	height: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: white url(../images/knob_back_repeatx.png) repeat-x;
}

.productBrowserLabel {
	top: 2px;
	left: 235px;
	position: absolute;
}



* {
	margin: 0;
	padding: 0;
}


li#sliderBusinessCard a {
	height: 138px;
	display: block;
	background: url(../images/productbrowser_businesscard.png) no-repeat 5px 31px;
	width: 115px;
}

li#sliderGreetingCard a {
	height: 138px;
	display: block;
	background: url(../images/productbrowser_greetingcard.png) no-repeat 3px 26px;
	width: 115px;
}

li#sliderCalendars a {
	height: 138px;
	display: block;
	background: url(../images/productbrowser_calendar.png) no-repeat 2px 13px;
	width: 145px;
}

li#sliderLetterhead a {
	height: 138px;
	display: block;
	background: url(../images/productbrowser_letterhead.png) no-repeat 2px 9px;
	width: 160px;
	margin-left: 30px;
}
li#sliderLetterhead {
	width: 190px;
}

li#sliderInvitations a {
	height: 138px;
	display: block;
	background: url(../images/productbrowser_invitation.png) no-repeat 23px 24px;
	width: 160px;
	margin-left: 30px;
}




