body {
	background-image: url(images/fraser_canyon_river_ranch.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #66CC66;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC66;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
td#footer a:link {color: red;}
td#footer a:hover {color: black;}
td#footer a:visited {color: green;}

.style2 {
	color: #666666;
	font-size: 9;
}
.style4 {
	font-size: 9;
	color: #333333;
}
.style7 {
	font-size: 9px;
	color: #333333;
}
.style11 {color: #FFFFFF}
.style12 {
	color: #666666;
	font-weight: bold;
}
.style13 {color: #666666}
.style14 {
	color: #000000;
	font-weight: bold;
}
.style15 {color: #000000}
.style18 {font-size: 9px}
h1 {
	font-size: 11px;
}
h2 {
	font-size: 11px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 11px;
}
.style9 {color: #CCCCCC}
.style10 {
	color: #000000;
	height: auto;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 400px; 
z-index: 50;
}
