.gtour-embed-wrapper {
	clear: both;
	width: 600px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	background: #efefef;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.gtour-embed-wrapper h4.gtour-embed-title {
	text-align: center;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 24px;
}

.gtour-embed-wrapper .gtour-embed-display {
	height: 400px;
	width: 600px;
	display: block;
	margin: 0 auto 10px auto;
}

.gtour-embed-wrapper .gtour-embed-controls {
	width: 600px;
	display: block;
	margin: 0 auto;
}

.gtour-embed-wrapper .gtour-embed-controls ul.gtour-embed-button-row {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.gtour-embed-wrapper .gtour-embed-controls ul.gtour-embed-button-row li.gtour-embed-button-single {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 1px 10px;
	margin: 0;
}

.gtour-embed-wrapper .gtour-embed-controls ul.gtour-embed-button-row li.gtour-embed-button-single span.gtour-embed-button {
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
	padding: 4px 8px;
	background-color: #444;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
}

.gtour-embed-wrapper .gtour-embed-controls ul.gtour-embed-button-row li.gtour-embed-button-single span.gtour-embed-button:hover,
.gtour-embed-wrapper .gtour-embed-controls ul.gtour-embed-button-row li.gtour-embed-button-single span.gtour-embed-button:focus {
	background-color: #777;
}