/*
 * vertical text slider 
 */
#text_slider {
	float:left;	
}
.vertical_text_slider { 
	height:100px; 
	margin:5px; 
	background-color:#000; 
	width:1px; 
	position: relative; 
}
.vertical_text_slider .handle {
	left:-2px; 
	width:5px; 
	height:5px; 
	background-color:#000; 
	cursor:move; 
	position: absolute; 
}




/*
 * showroom slider 
 */
.slider_showroom { 
	width:770px; 
	margin:10px 0; 
	background-color:#666; 
	height:1px; 
	position: relative;
}
.slider_showroom .handle { 
	width:16px; 
	height:4px; 	
	cursor:move; 
	position: absolute;
	top:-1px;
	background-image:url(/images/handler.gif);
	background-repeat:no-repeat; 
}

.clear {
	clear:both;
	height:0px;
}

/*
 * showroom image inside slider
 */
#showroom {
	position:relative;
	margin-bottom:200px;		
}
#panoramica_showroom {	
	width:750px;
	position:absolute;
	padding:8px;
}
#pagination_container_showroom{
	position:relative; 
	height: 180px;
	width:750px;	
	overflow:hidden;	
}
#pagination_content_showroom{  
	position:absolute; 
	height:150px;	
	width: 10000px;	
}
.pagination_item_showroom{
	width:150px;
	height:170px;	
	float:left;	
	color:#b2b2b2;
	text-align:center;
	white-space:nowrap;	
	margin:4px;
}
.pagination_item_showroom span {
	display:block;
	line-height:11px;
	font-size:11px;
	color:#FFF !important;
	overflow:visible;
	text-align:center;
}
	
.pagination_item_showroom img {
	white-space:nowrap;
	padding:2px;
	background-color:#FFF;
	text-align:center;		
}
.pagination_item_showroom span.img_container {
	display:block;
	background-color:#000;	
	height:160px;
	width:150px;
}
.pagination_item_showroom a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
}


/**
 * bottoni di navigazione
 */
#navigation_buttons {
	width:100%;
	height:20px;
}
#navigation_buttons #button_previous {
	float:left;
	width:60px;	
} 
#navigation_buttons #button_next {
	float:right;
	width:60px;	
} 

#navigation_buttons img {
	border: none;	
} 