#gallery4 {
	position: relative;
	width: 214px;
}
#gallery3 {
	position: relative;
	width: 161px;
}
#gallery2 {
	position: relative;
	width: 108px;
}
#gallery1 {
	position: relative;
	width: 55px;
}

#thumbs4 {
	width: 212px;
	float:left;
	z-index:1;
}
#thumbs3 {
	width: 159px;
	float:left;
	z-index:1;
}
#thumbs2 {
	width: 106px;
	float:left;
	z-index:1;
}
#thumbs1 {
	width: 53px;
	float:left;
	z-index:1;
}

#thumbs4 a {
	display: block;
	float: left;
	margin: 0px 0px 3px 3px;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
}
#thumbs3 a {
	display: block;
	float: left;
	margin: 0px 0px 3px 3px;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
}
#thumbs2 a {
	display: block;
	float: left;
	margin: 0 0 3px 3px;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
}
#thumbs1 a {
	display: block;
	float: left;
	margin: 0 0 3px 3px;
	width: 50px;
	height: 50px;
	border: 0px solid #000;
}


#thumbs4 a img {
	width: 50px;
	height: 50px;
	border: 0;
	z-index: 0;
}
#thumbs3 a img {
	width: 50px;
	height: 50px;
	border: 0;
	z-index: 0;
}
#thumbs2 a img {
	width: 50px;
	height: 50px;
	border: 0;
	z-index: 0;
}
#thumbs1 a img {
	width: 50px;
	height: 50px;
	border: 0;
	z-index: 0;
}


#thumbs4 a:hover {
	border-color: #ddd;
}
#thumbs3 a:hover {
	border-color: #ddd;
}
#thumbs2 a:hover {
	border-color: #ddd;
}
#thumbs1 a:hover {
	border-color: #ddd;
}


#thumbs4 a:hover img {
	border: 3px solid #FFFFFF;
	position: fixed;
	width: auto;
	height: auto;
	left: 555px;
	top: 25px;
	z-index: 100;
}
#thumbs3 a:hover img {
	border: 3px solid #FFFFFF;
	position: fixed;
	width: auto;
	height: auto;
	left: 391px;
	top: 25px;
	z-index: 100;
}
#thumbs2 a:hover img {
	border: 3px solid #FFFFFF;
	position: fixed;
	width: auto;
	height: auto;
	left: 333px;
	top: 25px;
	z-index: 100;
}
#thumbs1 a:hover img {
	border: 3px solid #FFFFFF;
	position: fixed;
	width: auto;
	height: auto;
	left: 283px;
	top: 25px;
	z-index: 100;
}

