#tour_details td {
	background-color: #eee;
}

.thumbCellSpin {
	text-align: center;
	background-image: url(../images/inner_bg_20.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.thumbCellStill {
	text-align: center;
	background-image: url(../images/inner_bg_23.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

a.thumb {
	display: block;
	border: 1px solid #dedede;
}

a.thumb:hover {
	border: 1px solid #800000;
}

a.currentThumb {
	display: block;
	border: 1px solid #800000;
}

#tourContainer {
	position: relative;
	width: 652px;
	padding-left: 5px
}

#spinViewer {
	width: 650px;
	height: 352px;
	border-top: 1px solid black;
	visibility: hidden;
}

#stillHolder {
	position: absolute;
	background-color:#f7f7f7;
	top: 0px;
	width: 412px;
	height: auto;
	border: 1px solid #dedede;
	visibility: hidden;
}



#contentWrap {
	width: 415px;
}

#stills {
	position: absolute;
	top: 362px;
	right: 0px;
	width: 224px;
	visibility: hidden;
}
#showflyerdiv{
position:absolute;
margin-left:auto;
margin-right:auto;
top:50px;
z-index:5;
}