@charset "UTF-8";

html body {
	margin:		0px;
	background-color:	#E5EDB8;
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden;
}

#content {
	height:		115px;
	width:		800px;
}

.thumb {
	border:		1px solid #BFCB95;
	width:		60px;
	height:		100px;
	margin-right: -2px;
}

.thumb:hover {
	border:		2px solid #FFFFCC;
}