

.hide { display:none; }


#container {
	width: 390px;
	height:368px;
	overflow:hidden;
	margin: 18px 0 0 10px;
	float:left;
}


#picture_section {
	padding:7px 0 7px 7px;
	width:390px;
	height:297px;
	overflow:hidden;
}

#inside {
	width:390px;
	height:332px;
}

#picture_section img {
	border:0;
    width: 117px;
    height: 69px;	
	float:left;
	margin-bottom:7px;
	margin-right:7px;
	cursor:pointer;
}

#controls_vert { 
	background:#222;
	width:444px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:444px; 
	height:23px;
	border-top:1px solid #333;
	display:none;
}

.controls_vert_container { 
	width:342px;
	height:27px;
}

#btn_up
{
	height:27px;
	width:24px;
	background:url(btn-arrow-up-up.gif) no-repeat scroll 50% 50%;
	cursor:pointer;
	margin:auto 158px;
}

#btn_up.deactivated,#btn_down.deactivated
{
	background: none;
    cursor:default;
}

#btn_down
{
	height:27px;
	width:24px;
	background:url(btn-arrow-down-up.gif) no-repeat scroll 50% 50%;
	cursor:pointer;
	margin:auto 158px;
}

#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;
}

/*
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 {
    float: right;
    width:507px; 
	top:0;
	left:0;
	height:400px;
	padding-top:16px;
}

#display_picture {
	width:507px;
	height:400px;
	background:#000;
	/*
	opacity: 0.8; 
	filter:alpha(opacity=80);
    */
	text-align:center;
	font-size:11px;
}
	
#display_picture_img {
	height:380px;
	width:507px;
}

.cbo_galleria
{
    float: left;
}

