.photoshow{
	background: #FFF;
}

.photoshow .photoshow-headers {
	width:100%;
	border-bottom: 1px solid #DDDDDD;
	background: #f5f5f5;
	height: 34px;
}

.photoshow .photoshow-headers  .header{
	display: inline-block;
	background: #FFF;
	border:1px solid #DDD;
	padding: 5px 10px;
	margin: 5px 0 0 5px;
	font-size: 14px;
	cursor:pointer;
}

.photoshow .photoshow-headers  .header.active{
	border-bottom: 1px solid #FFF;
	cursor:auto;
}

.photoshow .photoshow-bodies {
	padding:  20px;
	overflow-y: auto;
}

.photoshow .photoshow-bodies  .body-galleries{
	display: none;
}

.photoshow  .module{
	border-bottom : 1px solid #DDDDDD;
	position: relative;
}

.photoshow  .module:last-child{
	border-bottom: 0;
}

.photoshow .module .loading{
	width: 100%;
	background: rgba( 0, 0, 0, 0.5 );
	color: #FFF;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 99999;
	position: absolute;
}

.photoshow  .images-carousel{
	height: 100px;
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
}

.photoshow  .images-carousel .container{
	position:relative;
	white-space: nowrap;
}

.photoshow  .images-carousel .image{
	display: none;
	margin-right: 5px; 
	position: relative;
	height: 80px;
}

.photoshow  .images-carousel .image img{
	height: 100%;
}

.photoshow  .images-carousel .image input{
	position: absolute;
	z-index:9999;
	bottom: 0;
	left: 0;
}

.photoshow .more-btn{
	position: absolute;
	top: 50px;
	width: 32px;
	height: 40px;
	display: none;
	z-index: 9999;
	right: 0;
	background: url(more.png) no-repeat 0 0;
	cursor: pointer;
}

.photoshow .photoshow-bodies .gallery{
	display: none;
}

.photoshow .photoshow-bodies .gallery.active{
	display: block;
}

.ui-dialog-buttonpane{
	border-top: 1px solid #DDD;
}