/* image gallery */
.image-gallery{
	position: relative;
}
.image-gallery img{
	position: absolute;
}
.gallery-controls{
	position: absolute;
	top: 15px;
	right: 15px;
	background: #111;
	color: #555;
	padding: 5px;
	z-index: 100;
	line-height: 14px;
}
.gallery-controls a{
	color: #888;
}
.gallery-controls a:hover{
	color: #eee;
}
.gallery-thumbs{
	position: absolute;
	color: #555;
	z-index: 100;
	line-height: 14px;
}
.with-images{
	padding: 10px 0 0 0;
	left: 0px;
}
.with-images a{
	width: 32px;
	height: 32px;
}
.no-images{
	top: 15px;
	left: 15px;
}
.no-images a{
	width: 10px;
	height: 10px;
	background: #333;
}
.gallery-thumbs a{
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 5px 5px 0;
}
.gallery-thumbs a:hover{
}
.no-images a.active{
	background: #666;	
}
.gallery-thumbs a img{
	width: 40px;
}