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

.hide { display:none; }



#container {
float:left;
margin-left:4px;
/*background:#464646;*/
	width:764px;
	height:513px;

	overflow:hidden;
	/*border:1px solid #333;*/
}



h1 {
margin-top:11px;
margin-left:4px;
	/*background:#464646;*/
	line-height:3px;

	width:774px;
	height:45px;
	text-align:left;
	padding-left:7px;
	font-family:Verdana;
	font-size:18px;
	color: #747474;
	font-weight:
	normal;
}
h2 {
margin-top:11px;
margin-left:4px;
	background:#464646;
	line-height:3px;

	width:774px;
	height:34px;
	text-align:left;
	padding-left:7px;
	font-family:Verdana;
	font-size:18px;
	color: #747474;
	font-weight:
	normal;
}
#picture_section {
	padding:7px 0 7px 7px;
	width:711px;
	height:417px;/* canviar en ie7*/
	overflow:hidden;
	margin-bottom:6px;
}
	#inside {
		width:725px;
		height:513px;
		margin-left:-10px;
	}
	#picture_section img {
		border:2px #999999 solid;
		height:57px;
		width:100px;
		float:left;
		background:#333;
		margin-bottom:16px;
		margin-right:16px;
		cursor:pointer;
	}
	#picture_section img:hover {
		border:2px #ffffff solid;
		height:57px;
		width:100px;
		float:left;
		background:#333;
		margin-bottom:16px;
		margin-right:16px;
		cursor:pointer;
	}

#controls_vert { 
margin-top:4px;
	/*background:
	#363636;*/
	width:774px;
	height:21px;

	/*border-top:1px solid #333;*/
}

#controls_horz { 
margin-top:4px;
	background:
	#0e0e0e;
	width:774px;
	height:21px;
	/*border-top:1px solid #333;*/
	display:none;
		margin-left:0px;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(down.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		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;
		z-index:300;
	}
	
	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 {
	position:absolute;

	width:400px;
	height:80px;
	padding-top:16px;
}

#display_picture {
	position:absolute;
	top:24px;
	left:4px;
	width:764px;
	height:477px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	width:764px;
	height:375px;
	margin:50px 0px 0px -195px;
top: 50%;
    left: 50%;
	cursor:pointer;
}