.pano {
	background-image: url('../images/panoviewer.png');
	background-repeat: no-repeat;
	width: 570px;
	height: 460px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	float: left;
}

.scene {
	background-image: url('../images/sceneviewer.png');
	background-repeat: no-repeat;
	width: 570px;
	height: 355px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

.title {
	color: #555555;
	margin-bottom: 10px;
}

.hq_link {
}

.ratings {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}

a.rating {
	float: left;
	display: block;
	height: 15px;
	background-color: #353535;
}

.rating img {
	border-width: 0px;
}

.views {
	color: #555555;
	margin-top: 0px;
	margin-right: 10px;
	float: right;
	font-size: 80%;
}

.tags {
	float: right;
}

.thumbs {
	width: 570px;
	margin-left: 10px;
	float: left;
}

.arrow {
	background-color: #555555;
	float: left;
	height: 50px;
	width: 18px;
}

.arrow:hover {
	background-color: #428eff; /* Lime */
}

.left {
	background-image: url('../images/left.png');
}

.right {
	background-image: url('../images/right.png');
}

.thumb {
	position: relative;
	text-decoration: none;
	border: solid #000000 1px;
	float: left;
	height: 50px;
	width: 100px;
}

.thumb:hover {
	border: solid #FFFFFF 1px;
}

.info {
}

.name {
	width: 150px;
	float: left;
}


.data {
	display: block;
}

.modify {
	margin-top: 0px;
	color: #444444;
	font-size: 80%;
}
