.thumbnail_img {    
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
    height: 90px;
	min-width: 60px;
    cursor: pointer;
}

.pictures_holder {
    overflow: hidden;	
	z-index: 1000;
    position: absolute;
    left: 0px;
    background-image: url('../images/pixel.png');
	/*bottom: 20px;*/
	top: 97px;
	width: 80%;
    height: 92px;
    padding-top: 2px;
    margin-left: 65px;
    margin-right: 65px;
}

.gallery_filler {
	height: 96px;
	width: 100%;
    background-image: url('../images/pixel.png');
}

.picturebar {    
    width: 100% !important;
    height: 97px;
    overflow: hidden;
}

.picture_viewer {
    width: 385px;
    height: 70%;
    /*overflow: hidden;*/
    margin: 35px auto 15px auto;
    position: relative;
	top: 53px;
    -moz-box-shadow: 3px 3px 12px #000000;
	-webkit-box-shadow: 3px 3px 12px #000000;
	box-shadow: 3px 3px 12px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=45, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=45, Color='#000000');
}

.movebutton {
    width: 32px;
	background-size: 32px 32px;
    height: 32px;
    margin-top: 31px;
    margin-left: 15px;
}

.news_holder .movebutton,
.bio_text .movebutton
 {
	position: absolute;
	right: 5px;
}
.button_up {
	margin: 0px;
	background-image: url('../images/arrow_up_off.png');
	top: 5px;
}

.button_down {
	margin: 0px;
	background-image: url('../images/arrow_down_off.png');
	bottom: 5px;
}


.movewrap {
    background-image: url('../images/pixel.png');
    cursor: pointer;
    height: 94px;
    width: 65px;
	position: absolute;
	top: 97px;
	/*bottom: 20px;*/
}

.wrap_left {
    left: 0px;
}

.button_left {    
    background-image: url('../images/arrow_left_off.png');
}

.movewrap:hover .button_left, .button_left .holder, .button_left_over {
    background-image: url('../images/arrow_left_on.png');
}

.wrap_right {
    right: 0px;
}

.button_right {    
    background-image: url('../images/arrow_right_off.png');
	margin-left: 17px;
}

.movewrap:hover .button_right, .button_right .holder, .button_right_over {    
    background-image: url('../images/arrow_right_on.png');
}

.holder {
    width: 0px;
    height: 0px;
}

.picture_cover_right {
    background-image: url('../images/picture_mask_right.png');   
	background-repeat: repeat-y;
	position: absolute;
	z-index: 900;
    width: 60px;
    height: 96px;
	right: 0px;
}

.picture_cover_left {
    background-image: url('../images/picture_mask_left.png'); 
	background-repeat: repeat-y;
	/*ackground-position: -40px 0px;*/    
	position: absolute;
    width: 60px;
	z-index: 901;
    height: 96px;
	left: -50px;
}

.picture_viewer_img {
	height: 99%;
}

.pictures_holder_table {
    height: 94px;
	/*min-width: 100%;*/
	position: absolute;
	top: 0px;
	left: 0px;
    float: left;
}

.pictures_holder_table td {
	width: 60px;
}

.gallery_stop {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1005;
	height: 20px;
	width: 100%;
	background: none;
}

.imagedesc {
	color: #FFFFFF;
	/*display: inline; */
	position: relative;
	overflow: hidden;
	max-width: 200px;
	top: -100px;
	
}

.imagedesc p {
	padding: 0px;
	margin: 0px;
}

.gallery_pictures {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.gallery_desc {
	width: 100%;
	color: #fff;
	position: absolute;
	font-size: 13px;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	top: 195px;	
	background-image: url('../images/pixel.png');
}

.gallery_desc p {
	margin: 0px;
	padding: 0px 25% 0px 15%;
	text-align: left;
	position: absolute;
	top: 50%;
	
	
}

#descriptionlink:hover {	
    color: #D0D0D0;
}

#descriptionlink {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}