@charset "utf-8";
/* CSS Document */

#gallery {
	position: relative;
	width: 80%;
}
#thumbs {
	width: 100%;
	float: left;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 50px;
    height: 50px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 50px;
    height: 50px;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: 529px;
	height: 400px;
	left: 130%;
	top: -15px;
	border: 1px solid #FFF;
}
