
.hide { display:none; }

/* Thumbnail container */
#picture_section {
	padding:10px 0 7px 24px;
	width:400px;
	height:332px;
	overflow:hidden;
}
#inside {
	width:400px;
	height:302px; 
	margin-left: 30px;
	}
	
	/* Thumbnail img */
#picture_section img {
	height:114px;
	width:140px;
	background:#686674;
	margin-bottom:10px;
	margin-right:16px;
	cursor:pointer;
	}
	
/* control properties */
#controls_vert { 
	background:#686674;
	width:400px;
	height:26px;
	border-top:1px solid #fff;
}

#controls_horz { 
	background:#686674;
	width:400px;
	height:26px;
	border-top:0px solid #fff;
	display:none;
}

#up {
	height:19px;
	width:15px;
	margin-right:7px;
	background:url(../../ACBA/Gallery/img/up.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
	}
	
#down { 
	height:19px;
	width:15px;
	background:url(../../ACBA/Gallery/img/down.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;
	}
	
#left { 
	height:15px;
	width:15px;
	background:url(../../Gallery/2img/left.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-bottom:6px;
	cursor:pointer;
	}
	
#right { 
	height:15px;
	width:15px;
	background:url(../../Gallery/2img/right.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin:7px;
	margin-left:0;
	margin-bottom:6px;
	cursor:pointer;
	}
	
div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

/* holds the popup image */
#display_picture_container {
	position:relative;
	top:93px;
	margin-left: -415px;
	width:76.8em;
	height:873px;
}
/* popup screen background */
#display_picture {
	position:static;
	width:98.0em;
	height:876px;
	margin-left: -8px;
	margin-top: -10px;
	background:#686674;
	opacity:0.9; filter:alpha(opacity=90);
	text-align: center;
	font-size:13px;

}
	
#display_picture_img {
	position:absolute;
	top:220px;
	left:415px;
	height:400px;
	width:325px;
	cursor:pointer;
}