/*indogallery */

.wpIndoGallery_container{
	width: 320px;
	text-align: center;
}

.indogallery_container{
	background: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}

.ajax-loading {
	background: url(images/loading.gif) no-repeat center #efefef  !important;
}

.indogallery-image-item{
	width: 85px;
	float: left;
	height: 60px;
	overflow: hidden;
}
.indogallery-image-item img{
	background: #fff;
	padding: 2px;
}

#indogallery_slide {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 300px; /* important */
	height: 225px; /* important */
	margin: 0;
}

.wpIndoGallery-play{
	display: block;
	width: 300px;
	height: 225px;
	background: url(images/play.gif) center no-repeat #ccc;
}

#indogallery_slide_content {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	width: 2700px;
	background: #fff;
	height: 225px;
}

.indogallery_slide_item {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #333;
	width: 300px;
	height: 225px;
	text-align: center;
}

.indogallery_slide_item img {
	display: block;
}

#indogallery_slide_frame {
	padding: 4px 0;
	background: #ccc;
	width: 258px;
}

.wpIndoGallery_container table{
	margin: auto;
	width: 300px;
}

.generate{
	padding: 2px 25px; 
	color:#333; 
	font-size: 10px; 
	text-align: right;
}

.generate a{
	color: #333;
}

.generate a:hover{
	color: #fc0;
}