/*---------------------------------------------------
	carousel
---------------------------------------------------*/
#mainV #itemBox {
	width: 718px;
	height:345px;
	padding:0px 0px;
	position:relative;
}
#mainV  #item{
	width: 718px;
	height:345px;
	overflow:hidden;
}
#mainV #itemBox ul {
	list-style: none;
	display: block;
	width: 718px;
	padding:0px;
	overflow:hidden;
}
#mainV #itemBox li {
	width: 718px;
	height: 345px;
	display: block;
	float: left;
}
#mainV #itemBox.responsive {
	width: auto;
	margin-left: 0;
}


#mainV #itemBox {
	width: 718px;
	height:320px;
	padding:0px 0px;
	position:relative;
}
.itemBox ul {
	list-style: none;
	display: block;
	width: 230px;
	padding:0px;
}
.itemBox li {
	width: 230px;
	height: 320px;
	display: block;
	float: left;
}
.itemBox.responsive {
	width: auto;
	margin-left: 0;
}

/*prev next*/
.prev {
	position:absolute;
	bottom:3px;
	left:10px;
	z-index:990;
}
.next {
	position:absolute;
	bottom:3px;
	right:10px;
	z-index:990;
}

/*pager*/
.pager {
	text-align: center;
	width: 230px;
	height: 20px;
	position: absolute;
	top:4px;
	left: 0px;
	z-index:55;
}
#pager {
	text-align: center;
	width:718px;
	height:29px;
	position: absolute;
	top:8px;
	left: 0px;
	z-index:55;
}

.pager a.selected span {
	background: #004D9A;
}
.pager a {
	display: inline-block;
	padding: 0px 8px 0px 0px;
}
#pager a {
	display: inline-block;
	padding: 0px 10px 0px 0px;
}
.pager span {
	background-color:#D2D2D2;
	text-indent: -200px;
	line-height: -200;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
#pager span {
	width: 12px;
	height: 12px;
}


/*====================slideBox====================*/
#slideBoxBody{
	clear:both;
	margin-bottom:20px;
}
.slideBox{
	width: 230px;
	float:left;
	margin:0 13px 0 0;
	position:relative;
}

#slideBoxBody .item{
	width: 230px;
	height:320px;
	overflow:hidden;
}


.slideBg{
	margin:3px 0px 0px 0px;
	height:20px;
	width:230px;
	position:relative;
	background:#FFFFFF;
}

#playBox{
	clear:both;
	background:#FFF;
	height:29px;
	width:718px;
	position:relative;
}
.slideTitle{
	position:absolute;
	top:10px;
	left:11px;
	z-index:990;
}

.slideBtn{
	position:absolute;
	bottom:35px;
	left:11px;
	z-index:990;
}





