.Block .corner {
	background-image: url(images/sects/photo-rnd.png);
}

.Block .body {
	background-image: url(images/sects/photo-bg.png);
}

.txtBack {
	background-image: url(images/sects/photo-txt-bg.gif);
	background-position: left bottom;
	background-color: #4a4e4e !important;
	color: #ffffff !important;
}

h1,
p.accent  {
	/*color: #343434;*/
	color: #ffffff;
}

.Block.left {
	width: 250px !important;
}

.Block.left h1 {
	margin-bottom: 10px;
}


.Block a {
	color: #e5e5e5;
	text-decoration: none;
}

.Block.left a:hover {
	color: #ffffff !important;
}

.Block.left a.active {
	text-decoration: underline;
	color: #ffffff !important;
}

.Block .linksHolder {
	background: transparent !important;
	padding: 0;
	margin-bottom: 12px;
	text-align: left;
}


.Block .linksHolder td {
	padding: 5px 0;
	padding-left: 10px;
}

.Block .linksHolder td.first {
	border-left: none;
	padding-left: 0;
	padding-right: 10px;
}

ul.linksMenu {
border-bottom:1px solid #E5E5E5;
	padding: 0px 0 10px 0px !important;
	margin-bottom:10px;
	list-style-type: none;
}

ul.linksMenu li {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 3px !important;
}


.Block.right {
	width: 500px !important;
}

.Block.right .body {
	height: 460px;
}

.Block .imgHolder {
	height: 335px !important;
	width: 485px;
	overflow: hidden;
}

.galleryControls h3 {
	margin: 0px;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


.thumbnailHolder {
	margin: 10px auto;
	width: 340px;
	padding: 0 35px;
	height: 55px;
	position: relative;
}

.arrleft {
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 20px;
}

.arrright {
	position: absolute;
	z-index: 100;
	right: 5px;
	top: 20px;
}

.thumbnails {
	width: 340px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.thumbnails div {
	height: 70px;
	white-space: nowrap;
}

.thumbnails img {
	margin: 0 5px;
}

.thumbnails a:link img {
	opacity: 0.65;
  	filter: alpha(opacity = 65);
}

.thumbnails a:hover img {
	opacity: 0.85;
  	filter: alpha(opacity = 85);
}

.thumbnails a.active img {
	opacity: 1;
  	filter: alpha(opacity = 100);
}



