/* CSS Product */



#detail_product_picture_thumbnail .left, #detail_product_picture_thumbnail .right{
	background: url(../images/icon_navigate_small.gif) no-repeat;
	float: left;
	margin: 0px 0px;
	width: 20px;
	height: 30px;
}
#detail_product_picture_thumbnail .left{
	background-position: 0px 0px;
	margin-top:18px;
	margin-right: 0px;
}
#detail_product_picture_thumbnail .left:hover{
	background-position: -20px 0px;
}
#detail_product_picture_thumbnail .right{
	background-position: 0px -30px;
	margin-top:18px;
	margin-left: 3px;
}
#detail_product_picture_thumbnail .right:hover{
	background-position: -20px -30px;
}
#detail_product_picture_thumbnail .center{
	float: left;
	width: 254px;
	overflow: hidden;
}
#detail_product_picture_thumbnail table{
	margin: 0px auto;
}
#detail_product_picture_thumbnail table td{
	border: 1px #E5E5E5 solid;
	font-size: 0px;
	height: 54px;
}
#detail_product_picture_thumbnail table td.current{
	border: 1px #D8052B solid;
}
#detail_product_picture_thumbnail table td a{
	display: block;
	text-align: center;
	width: 53.6px;
}
#detail_product_picture_thumbnail table td img{
	max-width: 54px;
	max-height: 54px;
	_width: 54px;
	_height: 54px;
}