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

.hide { display:none; }

#gallery_prodotti{
	width:650px;
	margin:auto;
	position:relative;}

#container {
	width:590px;
	height:400px;
	background:#444;
	overflow:hidden;
	border:1px solid #ccc;
	margin:auto;
}

h1 {
	color:#fff;
	background:#666;
	width:592px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #ccc;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:590px;
	height:332px;
	overflow:hidden;
}
	#inside {
		width:590px;
		height:332px;
	}
	#picture_section img {
		border:1px solid #ffed00;
		height:75px;
		width:100px;
		float:left;
		background:#666;
		margin-left:5px;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#666;
	width:600px;
	height:23px;
	border-top:1px solid #ccc;
}
#controls_horz {
	background:#666;
	width:600px;
	height:23px;
	border-top:1px solid #ccc;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url(../images/gallery/up.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url(../images/gallery/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(../images/gallery/left.jpg) no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url(../images/gallery/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 {
	position:absolute;
	top:0;
	left:0;
	width:600px;
	height:360px;
	padding-top:16px;
}

#display_picture {
	position:absolute;
	top:31px;
	left:30px;
	width:588px;
	height:330px;
	background:#333;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:38px;
	left:105px;
	height:325px;
	width:433px;
	border:3px solid #ffed00;
}
#close_preview{
	color:#000;
	background-color:#fff;
	border:1px solid 666;
	position:absolute;
	top:7px;
	right:11px;
	width:20px;
	height:20px;
	cursor:pointer;
}
