.gallery a:link {color: #666666;}
.gallery a:visited {color: #666666;}
.gallery a:hover {color: #000;}


.fake-scroll-bar {
position: absolute;
float: left;
height: 100%;
background-color: #114141;
width: 0.8em;
left: 210px;
z-index: 3;
display:none;
visibility: hidden;
}

.gallery-bottom-bar {
position: relative;
float: left;
background-color: #114141;
width: 1020px;
height: 40px;
left: -15px;
top: -10px;
margin-bottom: -30px;
}

.main-content-big {
margin-top: -38px;
margin-bottom: -5px;
}

.galleryTitle {display:none;}

.img-folder {
display: block;
}

.page-next {
display: none;
position: absolute;
float: right;
width: 80px;
height: 20px;
right: 20px;
top: -30px;
text-align: center;
background-color: #114141;
}

.page-prev {
display: none;
position: absolute;
float: left;
width: 80px;
height: 20px;
left: 20px;
top: -30px;
text-align: center;
background-color: #114141;
}

.page-next img {
	border: none;
	display: block;
	margin: auto;
	height: 30px;
}

.page-prev img {
	border: none;
	display: block;
	margin: auto;
	height: 30px;
}

.page-next a {
	color: white;
}

.page-prev a {
	color: white;
}

.holder {
	float: left;
	margin: 10px;
}

/*
.gallery a:active {color: #666666;}
.gallery a:focus{color: #666666;}
*/

.sheet {
	background-color: #374141;
}

.gallery-name {
	font-size: 16px;
	color: #ebe9e5;
	position: relative;
	margin: 0;
	padding: 30px 0 10px 0;
	width: 1020px;
	height: 40px;
	top: 10px;
	left: -15px;
	background-color: #114141;
}


.pic-title {
	position: relative;
	display:block;
	margin:auto;
	text-align: center;
	top: 5px;
	height: 30px;
	width: 500px;
	color: #ebe9e5;
}

.pic-comment {
	position: relative;
	display:block;
	margin:auto;
	top: 20px;
	height: 50px;
	width: 500px;
	overflow-y: scroll;
	border: 1px;
	border-style: solid;
	color: #ffffff;
}

.gallery-pic {
	float: left;
	position: relative;
	left: 2%;
	width: 700px;
	top: -30px;
}

.gallery-pic img {
	display: block;
	margin:auto;
	padding-top: 10px;
	min-height: 50%;
	min-width: 50%;
	border: 0;
}


.gallery {
	float: left;
	position: relative;
	width: 200px;
	height: 700px;
	background-color: #374141;
	overflow: auto;
}

.gallery .img {
	position: relative;
	display:block;
	left: 30px;
	width: 100px;
	margin: 10px;
	text-align: center;
}

.gallery .img a {
	display: inline-block;
	border: 2px solid #ddd;
	padding: 1px;
}

.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	margin:auto;
}

.gallery .pagenavigation {
	height: 20px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
}

.gallery .parentlink a {
	display: block; 
	width: 50px; 
	height: 39px;
	float: left; 
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}



