/*
	scorrier gallery styleseet
	ross, 23/09/2008, creation
*/

#titleBar {
	background-color: #e4ffc6;
}



.tileBox {
	width: 99%;
	/*width: 450px;*/
	height: 850px;
	margin: 50px 0px 0px 0px;
}

.tile {
	float: left;
	width: 300px;
	text-align: center;
	margin: 0px 0px 16px 0px;
}

.thumb {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 4px;
}

.tile IMG {
	border: none;
}

.thumb IMG {
	border: none;
}

.caption A {
	font-size: 12px;
	padding: 2px;
	color: black;
	text-decoration: none;
}
.caption A:hover {
	text-decoration: underline;
}



#leftMenu UL.galleryMenu {
	list-style-position: inside;
	list-style-type: none;
	line-height: 1.8em;
	margin: 0px 4px 0px 20px;
	padding: 0px;
}
#leftMenu UL.galleryMenu LI {
	margin: 0px 0px 0px 20px;
	padding: 3px 0px 3px 8px;
	background: transparent url('../img/page/dots.gif') bottom center scroll no-repeat;
}
#leftMenu UL.galleryMenu LI A {
	color: #515151;
	text-decoration: none;
	
}
#leftMenu UL.galleryMenu LI A:hover {
	text-decoration: underline;
}
#leftMenu UL.galleryMenu LI A.selected {
	color: gray;
}


#aerialView {
	margin-top: 30px;
}

