div#bara-slidemain { 
	width: 100%;
	float: left;
} 
div.pagenav {
    width: 980px;
	position: relative;
	height: 4px;
/*	background: url(../images/zt_bara/pagenav.png) no-repeat 0 0;*/
}
div.barasize {
	padding: 20px 0 0 0;
	position: relative;
	overflow: hidden;
} 
div.second-slide {  
    padding: 8px 5px 9px;
	float: left;
}
div.bara-control {
	position: relative; 
	margin: 0px;
	padding: 0px;
} 
div.bara-control div.item {
	float: left;
	list-style: none;
	position: relative;
	overflow: hidden;
	border-top: 5px solid #323232;
	padding: 0px;
	margin: 0px;
}
div.bara-control div.current {
	border: 5px solid #F4F4F4;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	padding: 0px;
	margin: 0px;
	clear: none;
}
div.inner-item {
	padding: 0;
	overflow:hidden;
}
div.inner-item p {
	padding-top: 5px;
}
.baratitle {
	padding: 5px 0 0 0;
	display: block;
	width: 100%;
	height: 35px;
	position: relative;
}
.baratitle .item {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 980px;
	height: 35px;
}
.baratitle .item h2 {
	margin: 0;
	color: #FFF;
	width: 100%;
	text-align: center;
}
.baratitle .item h2 a {
	color: #FFF;
}
.baratitle .item h2 a:hover,
.baratitle .item h2 a:active,
.baratitle .item h2 a:focus {
	color: #ED207A;
	text-decoration: none;
}
div.inner-item {
	position: relative;
	top: 0px;
} 
div.pagenav div.intro-item {
	position: absolute;
	margin: 10px 10px 0;
	display: none;
	width: 900px;
}
span.bara-title {
	bottom: 0;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size: 14px;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	background: #000;
}
.pagenav .pre {
	width: 39px;
	height: 47px;
	position: absolute;
	left: -10px;
	top: -47px;
	text-indent: -999em;
	line-height: 1px;
	display: block;
	cursor: pointer;
    background: url(../images/zt_bara/slideshow-arrow.png) no-repeat 0 0;
}
.pagenav .next {
	width: 39px;
	height: 47px;
	position: absolute;
	right: -10px;
	top: -47px;
	text-indent: -999em;
	line-height: 1px;
	display: block;
	cursor: pointer;
    background: url(../images/zt_bara/slideshow-arrow.png) no-repeat 100% 0;
}
.pagenav .pre:hover {
	opacity: 1 !important;
    background: url(../images/zt_bara/slideshow-arrow.png) no-repeat 0 -47px;
}
.pagenav .next:hover {
	opacity: 1 !important;
    background: url(../images/zt_bara/slideshow-arrow.png) no-repeat 100% -47px;
}