.picturepower{
	margin: 0 auto;
	padding: 3%;
	width: 94%;
    max-width: 380px;
    color: #fff;
}

.picturepower ul{
	margin: 0;
	padding: 0;
}

.picturepower ul li{

	font-size: 17px;
	border-color: inherit;
	line-height: 0;
	padding: 0;
	border:none;

}



.picturepower  ul li img{
	width: 100%;
	height: auto;
}

.picturepower #picture-slide ul li a,
.picturepower #picture-text .txtarea a{
	margin: 0;
}


.picturepower .picture-main .pictureTitle h2{
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999px;
	height: 17px;
	width: 162px;
	background: url(/images/common/picturepower-title.png) 0 0 no-repeat;
	background-size: 100%;
	border: none;
}
.picturepower .picture-main .pictureTitle h2 a{
	display: block;
}

.picturepower .picture-main .pictureTitle h2:before{
	display: none;
}


.pictureTitle p{
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.picture-main{
	padding: 20px 10px 20px;
	background: #333333;
    z-index: 10;    
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;	
}

#picture-wrap{
	position: relative;
	margin: 10px auto;	
    max-width: 380px;
}

#picture-slide-wrap{
	height: 180px;
	overflow: hidden;
	border: 1px solid #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
}

#picture-thumb{
	margin: 10px 0;
	
}
#picture-thumb li{
	float: left;
	width: 17%;
	height: 33px;
	overflow: hidden;
	border: 2px solid #6c6c6c;
}
#picture-thumb li.active{
	border: 2px solid #000
}

#picture-thumb li + li{
	margin-left: 2%;
}

#picture-slide li{
	float: left;
}
#picture-text{
	position: relative;
/*	height: 90px;
*/}
#picture-text .txtarea{
	position: absolute;
	width: 95%;
	padding: 0 5% 0 0;
	display: none;
}
#picture-text p{
	margin: 0;
	padding: 10px 20px 10px 0;
}
#picture-text .txtarea .img-title{
	font-weight: bold;
	margin: 0 0 10px 0;
}
#picture-text a{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	display: block;
	padding: inherit;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#picture-text a .arrow{
	position: absolute;
	display: inline-block;
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background: #000;
	right: 5px;
	top: 50%;
	background: url(/images/common/page-arrow.png) 0 0 no-repeat;
	background-size: 100%;
}
#picture-text .txtarea .extra{
	font-size: 13px;
}
#picture-text .txtarea.entry-1{
	display: block;
}


.picturepower .prev,
.picturepower .next{
	position: absolute;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	text-indent: -9999px;
	z-index: 1000;
	top: 50%;
}
.picturepower .prev{
	left: 3%;
	background: url(/images/common/arrow_prev_picture.png) 0 0 no-repeat;
	background-size: 100%;

}
.picturepower .next{
	right: 3%;
	background: url(/images/common/arrow_next_picture.png) 0 0 no-repeat;
	background-size: 100%;

}

#picture-slide img{
	width: 100%;
	height: auto;
}
.picturepower #picture-slide a{
	margin: 0;
}
.picturepower #picture-slide a span{
	display: block;
}
.picturepower #picture-slide a span.mode-sqr{
	text-align: center;
	height: 180px;
	background: #111;
}

.picturepower #picture-slide a span.mode-sqr img{
	width: auto;
	height: 100%;
}




.cf:after{
	display: block;
	content: "";
	visibility: hidden;
	clear: both;

}
