.product_wrapper {
	background-repeat: repeat-y;
	background-image: url(../images/product/product_black_middle.gif);
	background-position: left top;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: both;
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 21px;
	width: 928px;
}

body.bright .product_wrapper{
	background-image: url(../images/product/product_bright_middle.gif);
}

.product_wrapper_top {
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/product/product_black_top.gif);
	background-position: left top;
	clear: both;
	display: inline;
	float: left;
	width: 969px;
	overflow: hidden;
}

body.bright .product_wrapper_top{
	background-image: url(../images/product/product_bright_top.gif);
}
.product_wrapper_bottom {
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/product/product_black_bottom.gif);
	background-position: left top;
	clear: both;
	display: inline;
	float: left;
	width: 969px;
	overflow: hidden;
}

body.bright .product_wrapper_bottom{
	background-image: url(../images/product/product_bright_bottom.gif);
}

.product_row{
	width: 928px;
	display: inline;
	float: left;
	clear: both;
}
.product_slide_thumb_wrapper {
	margin-top: 10px;
	padding-top: 10px;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	position: relative;
	width: 846px;
	float: left;
	display: inline;
	overflow: hidden;
}


body.bright .product_slide_thumb_wrapper {
	border-top-color: #cccccc;
}

#content ul.product_slide_thumbs{
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	height: 60px;
	position: relative;
	display: inline;
	clear: 10px;
	float: left;
	width: 846px;	
}
#content ul.product_slide_thumbs li {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
	background-color: #151515;
	display: inline;
	float: left;
	margin-right: 18px;
	width: 90px;
	overflow: hidden;
}

#content ul.product_slide_thumbs li img{
	padding: 0px;
	margin: 0px;
}

.slideControls {
	height: 30px;
	width: 846px;
	clear: both;
	float: left;
}
.left_arrow, .right_arrow, .control_info {
	display: inline;
	float: left;
}
.left_arrow, .right_arrow {
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 29px;
	overflow: hidden;
	text-indent: -9999px;
}
.control_info{
	line-height: 30px;
	height: 30px;
	display: inline;
	float: left;
	text-align: center;
	width: 786px;
}
.left_arrow{
	left: -40px;
	top: -45px;
	position: relative;
	background-image: url(../images/product/left_arrow.gif);
}
.right_arrow{
	left: 40px;
	top: -45px;
	position: relative;
	background-image: url(../images/product/right_arrow.gif);
}
body.bright .left_arrow{
	background-image: url(../images/product/left_arrow_bright.gif);
}
body.bright .right_arrow{
	background-image: url(../images/product/right_arrow_bright.gif);
}
