.adv {
position: relative;
width: 300px;
height: 400px;
overflow: hidden;
border: 1px solid #EEEEEE;
}

.fd-hide {
    display: none !important;
}

.fd-show {
    display: block;
}

.adv .f-tab-b {
width: 300px;
height: 310px;
border-bottom: 1px solid #EEE;
}

.adv .f-tab-b .f-tab-photo{
display: table-cell;
width: 300px;
height: 250px;
text-align: center;
vertical-align: middle;
}

.adv .f-tab-b .focus-text-block {
position: absolute;
top: 280px;
left: 0;
height: 30px;
width: 300px;
overflow: hidden;
background-color: #FFF;
opacity: 1;
}

.adv .f-tab-b strong {
position: absolute;
top: 280px;
left: 20px;
display: block;
height: 28px;
width: 270px;
overflow: hidden;
font-size: 14px;
line-height: 2;
font-weight: normal;
text-align:center;
}

.adv ul {
}

.adv-bottom {
    margin: 10px;
	position: relative;
	width: 300px;
	height: 70px;
	overflow: hidden;
}

.adv ul li {
    cursor: default;
    display: inline;
    height: 18px;
    overflow: hidden;
    text-align: center;
    width: 25px;
}

.adv .f-tab-b a:link, .adv .f-tab-b a:visited {
}


.adv-bottom .smallphoto{
	width: 70px;
	height: 68px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.adv-bottom .current {
	border: 1px solid #ff7300;
}

.adv-bottom .smallphoto img{
	width: 64px;
	height: 64px;
}
