@charset "utf-8";
/* For video tours */

img {
	margin: 0;
	padding: 0;
	border: none;
}

div, p {
	background: none;
}
#container { 
	background: none;
	width: 774px;
	margin: 10px auto;
}

/* Area that contains the logo */
#logo  { 
	background: none;
	text-align: right;

}

/* Area that contains the tour heading image */
#heading {
	border: 1px solid white;
}

/* Area that contains the video */
#video {
	background: none;
	padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* Area that contains the images */
#images {
	text-align: center;
	padding: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* Wraps around the image sets to center them - if you change width of imageset, or margins between imagesets, then change this width */
.center {
	margin: 0 auto;
	width: 566px;
}
	

/* Groups the image, reflection and caption */
.imageset {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}

/* The last imageset should have this class so it has no right margin */
.last {
	margin: 0;
}

/* Put a border around the image the same colour as the background for placement */
.image a {
	display: block;
	border: 1px solid #60513A;
	padding: 0;
	margin: 0;
}

.image img {
	display: block;
	
}

.image a:hover {
	border: 1px solid yellow;
}

.image-reflection {
	
}

.image-caption {

}

.image-caption a, .img-caption a:link, .img-caption a:visited {
	text-decoration: none;
	color: #ffffff;
}

#bottom {
	margin-top: 3px;
	border: 1px solid white;
}

#bottom .button {
	border-right: 2px solid white;
	text-align: center;
	width: 140px;
}

#bottom .button img {
	padding: 5px 0 0 0;
}


#footer {
	margin: 5px 0;
	text-align: left;
}

#footer #links {
	float: right;
	text-align: right;
}

