/*//////////////////////////////////////////////////////////////////////////////
//                                                                            //
// (NNNNNN)(NNNNNN)                                                           //
//      NN)(NN       stiweb.it                                                //
//      NN)(NN       (c)2005 Stive Barison                                    //
//      NN)(NN       http://www.stiweb.it                                     //
//                                                                            //
//----------------------------------------------------------------------------//
//  FILE             : gal_css.css                                            //
//  VERSIONE         : 1.0                                                    //
//  CREATO           : 04.07.2006                                             //
//  ULTIMA MODIF.    : 18.07.2006                                             //
//                                                                            //
//////////////////////////////////////////////////////////////////////////////*/


/**
 * Div contenitore generale
 */
.box_cot {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

	 
/**
 * Div contenitore riga miniature sinistra
 */
.box_cot_sx {
	position: absolute;
	float: left;
	top: 0px;
	left: 20px;
	width: 92px;
	height: 60px;
	text-align: center; /*padding: 5px;*/
}

/**
 * Div contenitore riga miniature destra
 */
.box_cot_dx	{
	position: absolute;
	float: left;
	top: 0px;
	left: 130px;
	width: 92px;
	height: 60px;
	text-align: center; /*padding: 5px;*/
}

/**
 * Nuova linea div
 */
.new_lin	{
	  clear: both;
}

/**
 * Div contenitore dettaglio immagine
 */
.box_cot_det	{
	position: absolute;
	top: 0px;
	left: 230px;
	width: 500px;
	height: 390px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
}

/**
 * Div cornice dettaglio immagine
 */
.box_det_cor	{
	position: absolute;
	top: 60px;
	left: 80px;
	width: 345px;
	height: 280px;
	text-align: center;
	border: solid #F1F1F1;
	border-width: 1px 1px 1px 1px;
}

/**
 * Div dettaglio immagine
 */
.box_det	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 332px;
	height: 262px; 	
}

/**
 * Div contenitore directory
 */
.box_cot_dir	{
	float: left;
	width: 90px;
	height: 100px; 
	text-align: center;
	margin-left: 70px !important;
	margin-left: 50px;
	padding: 5px; 
} 

/**
 * Div contenitore directory piccole menu
 */
.box_cot_dir_p {
	float: right;
	text-align: center;
	margin-right: 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 0px;
	}  
 

/**
 * Box contenitore foto grandezza originale
 */
.con_fot_org	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 450px;
	border: solid #E5E5E5;
	border-width: 1px 1px 1px 1px;
	background-color: #FFFFFF;
	padding: 25px 15px 15px 15px;
}

/**
 * Div contenitore pulsante chiusura foto grandezza originale
 */
.box_con_chi	{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 20px;
	height: 20px;
}

/**
 * Stili per le ombre sulle immagini
 */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
} 

.wrap1 {
	float: left;
	background: url(shadow.gif) no-repeat right bottom;
}

.wrap2 {
	background:url(corner_bl.gif) -12px 100% no-repeat;
}

.wrap3 {
	padding:0 9px 9px 0;
	background:url(corner_tr.gif) 100% -12px no-repeat;
}

.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
}


