#slideshowBox {
	margin: 50px;
}

#leftSide {
	float: left;
	width: 540px;
	border: 1px solid #c6c5c4;
}

#imageBox, #imageBox td{
	width: 540px;
	height: 520px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
}

#descriptionBox {
	background: #dbd9d8;
	height: 25px;
	width: 530px;
	padding: 5px;
}

#thumbnailBox {
	border-bottom: 1px solid #c6c5c4;
	border-right: 1px solid #c6c5c4;
	border-top: 1px solid #c6c5c4;
	float: left;
	height: 555px;
	width: 80px;
}

#thumbUpControl, #thumbDownControl {
	background: #a09e9e;
	cursor: pointer;
	font-size: 1px;
	height: 10px;
	position: relative;
}

#thumbUpControl:hover, #thumbDownControl:hover {
	background-color: #727171;
}

#thumbUpControl {
	background: #a09e9e url(/assets/snippets/maxigallery/scroller/images/arrow_up.gif) 36px 2px no-repeat;
}

#thumbDownControl {
	background: #a09e9e url(/assets/snippets/maxigallery/scroller/images/arrow_down.gif) 36px 2px no-repeat;
}

div#thumbsBox {
	height: 535px;
	overflow: hidden;
	width: 80px;
}

div#scrollingContent {
	position: absolute;
}

.clear {
	clear: both;
}

.imageThumbnail {
	padding: 1px 0 0 0;
	text-align: center;
	width: 76px;
	border: 2px solid #fff;
}

.imageThumbnail:hover {
	border: 2px solid #727171;
}


#descriptionBox #title {
	font-size: 0.7em;
	font-weight: bold;
}

#descriptionBox #description {
	font-size: 0.6em;
}

#descriptionBox #descriptionBoxInner {
	display: table-cell;
	vertical-align: middle;
	height: 25px;
}


