#calendar {
	visibility: hidden;
}

#timeline {
	position: absolute;
	top: 285px;
	left: 0px;
	width: 246px;
	height: 224px;
	z-index:10;
}

#backButton {
	position: absolute;
	top: 211px;
	left: 20px;
	width: 9px;
	height: 75px;
	visibility: hidden;
	z-index:10;
}

#nextButton {
	position: absolute;
	top: 211px;
	left: 720px;
	width: 9px;
	height: 75px;
	z-index:10;
}

.result {
	position: relative;
	width: 128px;
	height: 191px;
	margin-right: 13px;
	overflow: hidden;
	float: left;

}

#results {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 191px;
	width: 50000px;
	z-index:10;
}

#clip {
	position: relative;
	top: 50px;
	left: 27px;
	height: 190px;
	overflow: hidden;
	z-index:10;
}

/*----within-result-class----*/
.image {
	position: absolute;
	width: 121px;
	height: 122px;
	overflow: hidden;
}

.textbox {
	position: absolute;
	top: 122px;
	left: 0px;
	height: 64px;
	width: 125px;
	background-color: white;
}

.text {
	top: 0px;
	left: 0px;
	height: 45px;
	width: 110px;
	margin: 3px 5px 5px 3px;
	line-height: 11px;
	overflow: hidden;
}

.searchTitle {
	width: 110px;
	margin: 3px 5px 5px 3px;
	line-height: 11px;
}

.more {
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 13px;
	z-index: 1;
	background-color: white;
}

.side {
	position: absolute;
	top: 0px;
	left: 121px;
	width: 7px;
	height: 190px;
	overflow: hidden;
}

.bottom {
	position: absolute;
	top: 183px;
	left: 0px;
	width: 128px;
	height: 7px;
}

.title {
	position: absolute;
	bottom: 0;
	left: -2px;
	height: 15px;
	width: 72px;
}

.imageandtitle {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 122px;
	width: 121px;
	overflow: hidden;
}

.searchTitle {
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-size: 10px;
	color: black;
}
