* { margin:0; padding:0; outline:none; }

.hide { display:none; }
.imagev_ {margin-left:100px}

/*body {
	background:#000;
	color:#fff;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
}*/

#container {
 	margin: 80px auto auto auto;
	/*width:596px;*/
	/*width:541px;*/
	width:600px;
	height:600px;
/*	background:#111;*/
	background:url(../img/galfondo1c.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
/*	border:1px solid #333;*/
}

h1 {
	/*background:#222;*/
	background:url(../img/titulogaleria.png);
	width:546px;
	height:50px;
	padding-left:7px;
	/*border-bottom:1px solid #666666;*/
	font-size:18px;
	line-height:29px;
	font-weight:normal;
	color:#3399FF;
}

#picture_section {
	padding:7px 0 7px 7px;
	/*width:590px;*/
	width:600px;
	/*height:519px;*/
	height:500px;
	overflow:hidden;
	/*border: 1px solid #00FF00;*/
}
	#inside {
		width:590px;
		height:530px;
		margin: 0px auto auto 25px;
		/*border: 1px solid #0099FF;*/
	}
	#picture_section img {
		border:0;
		height:63px;
		width:83px;
		float:left;
		background:none;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	/*background:#222;*/
	background:none;
	width:548px;
	/*height:23px;*/
	height:39px;
	/*border-top:1px solid #333;*/
}
#controls_horz { 
	/*background:#222;*/
	background:none;
	width:600px;
	height:39px;
	/*border-top:1px solid #333;*/
	display:none;
}
	#up {
		height:15px;
		width:14px;
		background:url(../up.png) no-repeat;
		text-indent:-9999px;
		float:left;
/*		margin-right:7px;
		margin-left:15px;
		margin-bottom:6px;*/
		margin: 9px 9px 9px 15px;
		cursor:pointer;
	}
	
	#down { 
		height:15px;
		width:14px;
		background:url(../down.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:9px 9px 9px 0px;
/*		margin-left:0;
		margin-bottom:6px;*/
		cursor:pointer;
		
	}
	#left { 
		height:14px;
		width:15px;
		background:url(../left.png) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;

	}
	#right { 
		height:14px;
		width:15px;
		background:url(../right.png) 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 {
	color: #CCCCCC;
	position:absolute;
	top:0;
	left:0;
	width:700px;
	height:580px;
	padding-top:16px;
	padding-left:20px;

}

#display_picture {
	position:absolute;
	top:45px;
	left:49px;
	width:700px;
	height:580px;
	background:url(../img/galfondo2b.jpg);
	/*background:#000000; background-repeat:no-repeat;*/
	/*opacity:0.8; filter:alpha(opacity=80);*/ 
	text-align:center;
	font-size:11px;
	padding-top:16px;
	padding-left:35px;

}
	
#display_picture_img {
	margin: auto auto auto auto;
	position:absolute;
	top:100px;
	left:81px;
	height:272px;
	width:530px;
	cursor:pointer;
}
