#rContent, #lContent { padding-bottom: 25px;}
#lContent img { margin-bottom: 50px; }
#thumbBox {
	list-style: none;
	min-width: 225px;
	background: rgb( 158, 221, 225 );
	border: 1px solid rgb( 61, 129, 121 );
	-moz-border-radius: 10px;
	margin-top: 25px;
}
#thumbBox tbody tr td {
	height: 50px;
	width: 50px;
	padding: 5px;
}

#thumbBox  a img {
	border: 1px solid black;
	padding: 2px;
	background: rgb( 255,255,255 );
}

#sMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sMenu li {
	border: 1px solid green;
	background: red;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	background: 100% 0 repeat-y url( "../images/gallery/gButton.png" ) rgb( 61, 129, 121 );
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
}
#sMenu a {
	width: 100%;
	text-decoration: none;
	color: rgb( 255,255,255 );
	font-weight: bold;
}
#sMenu li.aItem {
	background: rgb( 158, 221, 225 );
	border-right: none;
	position: relative;
	left: 2px;
}
