img[rel="gallitem"] {
	display:none;	
}
#gallitems {
	clear:both;
	width:100%;	
}
#gallitems  {
	text-align:center;	
}
#gallitems > p > img {
	display:block;
	margin:0 auto;
	float:none;
}
#gallitems > .thumbs > img {
	width:80px;
	cursor:pointer;
	float:none;
	margin-right:5px;
	box-shadow:0px 0px 12px rgba(255,255,255,0.6);
	vertical-align:middle;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
}
.gallstep {
	background:url(sep2.png) 50% 0% no-repeat;
	margin-bottom:10px;
}
.gallstep > div {
	background:url(sep.png) 50% 100% no-repeat;
	padding:10px 0px;
}
.gallstep img {
	cursor:pointer;	
}
#gallitems > .thumbs > img.active {
	width:110px;
	margin-left:-15px;
	margin-right:-15px;
	position:relative;
	z-index:100;
}