#fc-topcontents {
	margin-top: 10px;
	clear: both;
}
#tab-recommend .tab-r1.active a,
#tab-recommend .tab-r1 a:focus,
#tab-recommend .tab-r1 a:hover {
	color:#97c7ed;
}
#tab-recommend .tab-r2.active a,
#tab-recommend .tab-r2 a:focus,
#tab-recommend .tab-r2 a:hover {
	color:#56b551;
}
#tab-recommend .tab-r3.active a,
#tab-recommend .tab-r3 a:focus,
#tab-recommend .tab-r3 a:hover {
	color:#d23017;
}
#tab-recommend .tab-r4.active a,
#tab-recommend .tab-r4 a:focus,
#tab-recommend .tab-r4 a:hover {
	color:#f5ad00;
}
.carousel-recommend-section {
	position: relative;
	width: 765px;
	margin: 0 0 0 -20px;
	overflow: hidden;
	*width: 763px;
}
.carousel-recommend-section .item-wrap {
	overflow: hidden;
/*
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
*/
}
.carousel-recommend-section .item-list {
	margin: 0 auto;
	width: 725px;
	position: relative;
	overflow: hidden;
	border-right: solid 1px #aaa;
	*margin: 0 20px;
}
.carousel-recommend-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20000px;
	position: relative;
}
.carousel-recommend-section li {
/*	margin: 0 0 0 12px;*/
	padding: 0;
	float: left;
	width: 725px;  /* 133px -> 725px */
	position: relative;
	text-align: left;
}
.tab-recommend-section .tab-pane .thumb img,
.carousel-recommend-section li .thumb img {
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float:left;
}
.tab-recommend-section .tab-pane .caption,
.carousel-recommend-section li .caption {
	margin-bottom: 12px;
}
.tab-recommend-section .tab-pane .text,
.carousel-recommend-section .text {
	display: block;
	padding-right:20px;
}
.tab-recommend-section .tab-pane a,
.carousel-recommend-section li a {
	display: block;
	text-decoration: none;
}
.carousel-recommend-section li a:hover .item-name{
/*	color: #a4b04a;*/
}
.carousel-recommend-section .price{
/*	color: #5b5b5b;*/
}
.carousel-recommend-section .prev,
.carousel-recommend-section .next {
/*	top: 60px;*/
	top: 0;
	position: absolute;
	width: 20px;
	height:100%;
	*height:155px;
}
.carousel-recommend-section .prev {
	left: 0;
	text-align: right;
	text-indent: 9999px;
}
.carousel-recommend-section .next {
	right: 0;
	text-align: left;
	text-indent: -9999px;
}
.carousel-recommend-section li:first-child {
	margin-left: 0;
}
/* add */
.carousel-recommend-section .prev a,
.carousel-recommend-section .next a {
	display: block;
	width: 20px;
	text-decoration: none;
	vertical-align: middle;
	height:100%;
	*height:155px;
}
.carousel-recommend-section .prev a {
	background: url("images/icon_carousel_prev.png") no-repeat left 6px center;
	opacity: 0.4;
	filter: alpha(opacity=40);
	*background-position: 6px 75px;
}
.carousel-recommend-section .prev a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-recommend-section .next a {
	background: url("images/icon_carousel_next.png") no-repeat right 6px center;
	opacity: 0.4;
	filter: alpha(opacity=40);
	*background-position: 6px 75px;
}
.carousel-recommend-section .next a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-recommend-section ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
.tab-recommend-section h2 {
	margin: 5px 0 3px 5px;
	padding: 0;
	height: 40px;
	font-size: 1.2em;
	font-weight: normal;
	color: #8b8b8b;
	border-bottom: #999 1px solid;
	display: inline;
	*height:30px;
}
.tab-recommend-section ul.nav-tabs {
	width: 765px;
	margin: 15px 0 0 0;
	padding:0;
}
.tab-recommend-section .nav-tabs li {
	width: 191px;
	text-align: left;
}
/*
.tab-recommend-section .nav-tabs > li > a,
.tab-recommend-section .nav-tabs > li > a:hover,
.tab-recommend-section .nav-tabs > li > a:focus {
	color: #555;
}
.tab-recommend-section .nav-tabs > li > a:hover {
	color: #f93;
}
.tab-recommend-section .nav-tabs > li.active > a,
.tab-recommend-section .nav-tabs > li.active > a:hover,
.tab-recommend-section .nav-tabs > li.active > a:focus {
	color: #f93;
}
*/
.tab-recommend-section .tab-content {
	width: 763px;
	border: 1px solid #555;
	border-top-color: transparent;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -1px;
	font-size: .9em;
	line-height: 1.5em;
	color: #555;
}
.tab-recommend-section .tab-pane {
	min-height: 152px;
	padding-left: 20px;
}
.tab-recommend-section ul:after {
	content: ""; display: block; height: 0; visibility: hidden; clear: both;
}
