*{
	margin:0;
	padding:0;
}


#review-list {
	position: fixed;
	bottom: -77px;
	left: 0;
	width: 100%;
	height: 77px;
	background: rgba(0,255,0,.8);
	background: #0f0\9;
	color: #fff;
	z-index: 99;
	-webkit-transition: bottom .4s;
	-o-transition: bottom .4s;
	-moz-transition: bottom .4s;
	transition: bottom .4s;
	font-size: 12px;
}
#review-list *{
	box-sizing: border-box;
}

#review-list.open {
	bottom: 0
}

#review-list .up,#review-list .down {
	position: absolute;
	top: -24px;
	left: 0;
	width: 150px;
	height: 24px;
	text-align: center;
	background: url('../images/review_tab.png') no-repeat
}

#review-list .up:after,#review-list .down:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 8px
}

#review-list .up:after {
	background: url('../images/review_up.png') no-repeat
}

#review-list .down:after {
	background: url('../images/review_down.png') no-repeat
}

#review-list .wrapper {
	padding-left: 80px;
	height: 77px;
	background: url('../images/review_txt.png') no-repeat 20px 15px;
	width: 900px;
    position: relative;
    margin:0 auto;
}

#review-box li {
	display: inline-block;
	position: relative;
	margin: 10px 8px 0;
	width: 60px;
	height: 60px;
}

#review-box li.no-review {
	line-height: 60px;
	float:left;
}

#review-box li img {
	width: 60px;
	height: 60px
}

#review-box li div {
	display: none;
	position: absolute;
	top: -31px;
	left: -5px;
	padding-top: 2px;
	width: 70px;
	height: 29px;
	text-align: center;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/review_title.png') no-repeat
}

#review-box li:hover div {
	display: block
}
