.tabshow {
	width: 740px;
	height: 550px;
	float: left;
	margin-top: 15px;
	position: relative;
}

.tabshow .udbtn {
	display: block;
	width: 159px;
	height: 42px;
	overflow: hidden;
}

.tabshow .hid {
    display: none;
}

.tabshow .uPrev {
	background: url(../images/icon03.png)no-repeat;
}

.tabshow .dNext {
	background: url(../images/icon04.png)no-repeat;
}

.tabshow .tabTagBox {
	height: 456px;
	width: 160px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin: 2px 0;
}

.tabshow .tabTagBox .tabTagList {
	position: absolute;
	left: 0;
	height: 999em;
}

.tabshow .tabTagBox li {
	float: left;
	width: 160px;
	height: 90px;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
}

.tabshow .tabTagBox li img{
	width: 100%;
	height: 100%;
	vertical-align: auto !important;
}

.tabshow .tabTagBox li p{
	color: #FFFFFF;
	background: rgba(0,0,0,0.5);
	position: absolute;
	line-height: 27px;
	margin-top: -27px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.tabshow .tabTagBox li.current img{
	border: 5px solid #000;
}

.tabshow .tabcon {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 1;
	background: #FFFFFF;
	height: 545px;
	width: 569px;
	overflow: hidden;
}

.tabshow .tabcon img{
	width: 100%;
	height: 358px;
}

.tabshow .tabcon a{
	text-decoration: none;
}

.tabshow .tabcon .p1{
	font-weight: bold;
	font-size: 17px;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}

.tabshow .tabcon .p2{
	font-size: 15px;
	color: #333;
	margin-left: 20px;
}
