/* CSS Document */

#content #puthere{
	text-align: center;
	float: left;
	width: 400px;
	margin-left: 55px;
}
#content #puthere img{
	float: left;
	border: 1px solid #000000;
}
#thumbnails{
	float: left;
	width: 122px;
}
#thumbnails a{
	display: block;
	padding: 3px;
	width: 120px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #453823;
}
#thumbnails a:hover{
	border: 1px solid #ffffff;
}
#thumbnails li{
	list-style: none;
	margin-bottom: 6px;
	margin-left: 17px;
}