
.hide { display:none; }

#absoluteContainer{
	height:400px;
	overflow:hidden;
	width:640px;
}
#absoluteContainergallery{
	margin-left:5px;
}

#gallerycontainer {
	width:648px;
	height:400px;
	background:#c2cbd0;
	overflow:hidden;
	border:1px solid #FFFFFF;
}

.galleryTitle {
	background:#adb9c0;
	color:#FFFFFF;
	width:640px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #FFFFFF;
  /*border-left:1px solid #FFFFFF;*/
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size:14px;
	line-height:29px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:95%;
	height:332px;
	overflow:hidden;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:0;
		height:57px;
		width:111px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#adb9c0;
	width:640px;
	height:23px;
	border-top:1px solid #FFFFFF;
}
#text_control_vert{
	height:10px;
	width:200px;
	float:right;
}
#controls_horz { 
	/* color="#3b3e3f"*/
	background:#3b3e3f none repeat scroll 0 0;
	border-top:1px solid #fff;
	display:none;
	height:23px;
	margin-left:1px;
	right:1px;
	width:637px;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:right;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:right;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:10px;
		width:10px;
		background:url(left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url(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; }

#display_picture_container {
	/*
	height:400px;
	padding-top:16px;
	position:relative;
	*/

	height:400px;
	margin-top:-405px;
	padding-top:16px;
	position:absolute;
	z-index:99;
}

#display_picture {
	position:absolute;
	top:36px;
	left:2px;
	width:637px;
	height:340px;
	_height:300px;
	background:#3b3e3f;
	opacity:0.9; filter:alpha(opacity=90); 
	text-align:right;
	font-size:11px;
	padding-top:10px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#gallery_back{	
	margin-right:10px;
	
}
#back_button_gallery{
	width:21px;
	height:21px;
	background-image:url(backbutton.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:-14opx;
}
#display_picture_img {
	position:absolute;
	top:40px;
	left:65px;
	height:272px;
	width:530px;
	cursor:pointer;
	padding-top:35px;
	text-align:center;
}
.galleryUpTitle{
	color:#636b6f;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
}
.albumParent,.galleryalbum a, .galleryalbum a:visited, .galleryalbum a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-left:4px;
	text-decoration:none;
}
