body {
	background-color: transparent;
	cursor: default;
	max-height: 460px;
	font-family: 'Verdana', sans-serif;
	font-size: 11px; 
	cursor: default;
	color: #000000;
	vertical-align: top;
	margin: 0px 0px 0px 8px;
}

p {
	margin: 5px 5px 5px 5px;
	text-align: center;
	color: #9F4148;
}

.hilight {
	color: #9F4148;
}

.gallerycontainer {
	position: relative;
	width: 524px;
	height: 370px;
	border: 1px solid #9F4148;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

a.thumbnail {
	float: left;
	width: auto;
	height: 50px;
	text-decoration: none;
	color: white;
	background-color: transparent;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	cursor: default;
}

a.thumbnail:hover {
	direction: ltr;
}

a.thumbnail img {
	margin: 0px 0px 0px 0px;
}

a.thumbnail img.small {
	border: 1px solid white;
}

a.thumbnail:hover img.small {
	border-color: #9F4148;
}

a.thumbnail div {
	position: absolute;
	background-color: transparent;
	border: none;
	color: #000000;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	width: 524px;
	height: 368px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	z-index: 5;
}

a.thumbnail:hover div { 
	visibility: visible;
	z-index: 5;
/*	top: 59px; */
	top: 111px;
	left: 9px;
}

a.thumbnail div img { 
	border: none;
	padding: 2px;
}

ul.thumbnail {
	float: left;
	width: 504px;
/*	height: 56px;*/
	height: 108px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-left: 1px solid #9F4148;
	border-right: 1px solid #9F4148;
	border-top: 1px solid #9F4148;
}

ul.thumbnail li {
	display:inline;
}

.left-arrow {
	float:left;
	border: 1px solid #9F4148;
	width: 8px;
/*	height: 55px;*/
	height: 107px;
	background: #9F4148 url('images/left-arrows.jpg') 0 26px no-repeat;
}

.left-arrow:hover {
	background-position: -8px 26px;
}

.right-arrow {
	float:left;
	border: 1px solid #9F4148;
	width: 8px;
/*	height: 55px;*/
	height: 107px;
	background: #9F4148 url('images/right-arrows.jpg') 0 26px no-repeat;
}

.right-arrow:hover {
	background-position: -8px 26px;
}