#cat_highlight_slider_container {
	width: 922px;
	height: 196px;
	background-color: #fff;
	top: 20px;
	/* margin: 0px 0px 0px 23px; */
	overflow: hidden;
	position:relative;
}


#slider {
	width: 922px;
	height: 196px;
	/* margin: 0px 0px 0px 23px; */
	overflow: hidden;
	position: relative;
}
#slider li{
	width: 922px;
	margin-right: 9px;
	height: 196px;
	position: relative;
}
#slider li .slider_tile{
	width: 184px;
	height: 196px;
	float: left;
	position: relative;
}
#slider li .slider_tile img{
	position: absolute;
	top: 25px;
	left: 15px;
}
#slider li .slider_img_holder {
	position: absolute;
	background-color: #fff;
	height: 156px;
	display: block;
	width: 184px;
	left: 0px;
	top: 0px;
}
#slider li .slider_name {
	position: absolute;
	background-color: #fff;
	height: 40px;
	display: none;
	width: 183px;
	left: 0px;
	top: 156px;
}
#slider li .slider_tile h3{
	font-size: 12px;
	font-weight: normal;
	z-index: 2;
	position: relative;
	left: 7px;
	top: 14px;
}


#product_group_title_container {
	height: 25px;
	padding-right: 15px;
}

#product_group_title_container a {
	float: right;
	margin: 0px 0px 0px 2px;
	display: block;
	text-decoration: none;
	width: 25px;
	text-align: center;
	height: 20px;
	padding: 8px 7px 2px 7px;
}
#product_group_title_container a.active {
	background-color: #fff;
}
#product_group_title_container a.light {
	background-color: #ddd;
}
