#gallery_holder {
	width:1100px;
	min-height:150px;
	
	}

.thumbs {
	border:1px solid #ffffff;
	margin:0 28px 10px 0;
	}
.thumbs:hover {
	cursor:pointer;
	border:1px solid #999999;
	}

/* gallery viweer */
#mainpic {
	position:relative;
	z-index:10;
	margin-bottom:0px;
	}
#mainpic_wrapper {
	opacity:1;
	filter:alpha(opacity=100);
	}
#viewer_wrapper {
	width:1100px;
	min-height:150px;
	background:url(../images/ajax-loader.gif) center no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
	}
#info_wrapper {
	width:1100px;
	min-height:55px;
	background:url(../images/bg_tile.png) repeat;
	position:relative;
	z-index:20;
	}
.left_info {
	min-width:35px;
	min-height:25px;
	text-align:right;
	color:#fff;
	}
.right_info {
	min-width:35px;
	min-height:25px;
	text-align:left;
	color:#fff;
	}

.arrows {
	width:35px;
	height:55px;
	}
#back_arrow {
	background:url(../images/left_arrow.png) no-repeat right top;
	margin-right:30px;
	}
#back_arrow:hover {
	cursor:pointer;
	background:url(../images/left_arrow.png) no-repeat right bottom;
	}
#forward_arrow {
	background:url(../images/right_arrow.png) no-repeat left top;
	margin-left:30px;
	}
#forward_arrow:hover {
	background:url(../images/right_arrow.png) no-repeat left bottom;
	cursor:pointer;
	}
#loader_gif {
	margin:250px 0 0 545px;
	}