#gallery
{
	padding:5px;
	position: relative;
	width:100%;
	height:350px;
	float:none;
}

#thumbs
{
	/*width: 180px;*/
	width: 550px;
	float: left;
}

#thumbs a
{
	display: block;
	/*float: right;*/
	float: left;
	width: 50px;
	height: 50px;
}

#thumbs a img
{
	width: 50px;
	height: 50px;
	border: 0;
}

#thumbs a:hover
{
	border-color: #ddd;
}

#thumbs a:hover img
{
	margin-left:100px;
	position: absolute;
	width:auto;
	height: 300px;
	/* left: 185px; */
	left: 90px;
	/*top: 0px;*/
	top: 80px;
}