@charset 'gb2312';
/* --------------------------------------------- */

/*************************/
/* PRODUCT LIST SHIFTING */
/*************************/

#product_list_container{
	overflow:hidden;
	width: 960px;
	position:relative;
}


.product_list{
	background-color: #fff;
	list-style-type: none;
	display:block;
}

.product_list li{
	position:relative;
	float: left;
	width: 194px;
	height: 210px;
	background: url(../img/prod_item_bg.png) left top no-repeat;
}
.product_list li.hover {
	background-position: left bottom;
	cursor: pointer; 
}
.product_list li.hover h3 {
	color: #fff;
}

.product_list .image_wrapper{
	height: 120px;
	width: 140px;
	overflow: hidden;
	margin: 30px 26px 0;
}
.product_list li h3{
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 1.2em;
	color: #555;
	width: 192px;
	text-align: center;
}



#TB_window {
	background: #313131;
}
