﻿/*	Style for Digitalia
	Last Update: 9.35 16/05/2008
	Author: TXT Polymedia
    ------------------------------------------------ */


#overlay {opacity: 0.7; filter: alpha(opacity=70); position: absolute; top: 0; left: 0; width: 100%; height: 2000px; background-color:#000000; z-index: 9999;}
#lightbox {position: absolute; left: 0; width: 100%; line-height: 0; text-align: center; z-index: 9999;}
#lightbox .box_LightContainer {width: 445px; margin: 0 auto; position: relative;}


.box_LightContent {min-height: 295px; height: auto !important; height: 295px; background: url(/res/imgs/bg_Gradient_02.png) left top repeat-x #E9E9E9; border: 1px solid #C1C1C1; text-align: left;}
.box_LightContent {padding: 15px;}
.box_LightContent h2 {font-size: 1.1em; font-weight: bold; color: #555555; margin-bottom: 0.5em;}
.box_LightContent .txt_Paragraph {font-size: 1.1em; margin-bottom: 0;}
.box_LightContent .fLeft {margin-left: 0;}
.box_LightContent .fRight {margin-right: 0;}
.box_LightInfo {position:relative; font-size: 1.1em; font-weight: bold; color: #0077C0; text-align: center; line-height: 27px; min-height: 27px; height: auto !important; height: 27px; background: url(/res/imgs/bg_Gradient_03.png) left top repeat-x #E9E9E9; border: 1px solid #C1C1C1; margin-top: 2px;}

.nav_Prev, .nav_Next {z-index:110; position: absolute; top: 50px; display: block; width: 37px; height: 32px; overflow: hidden; text-indent: -9000px; background-position: left top; background-repeat: no-repeat;}
.nav_Prev:hover, .nav_Next:hover{cursor:pointer;}
.nav_Prev {left: 0; background-image: url(/res/imgs/light_Prev.png);}
.nav_Next {right: 0; background-image: url(/res/imgs/light_Next.png);}

.nav_Next_Active, .nav_Prev_Active {position: absolute; top: 0px; display: block; width: 70px; height: 330px; overflow: hidden; text-indent: -9000px; z-index:100; background:red; opacity:0 ;filter: alpha(opacity=0);}

.nav_Prev_Active {left: 0; }
.nav_Next_Active {right: 0; }

.close {z-index:200;position:absolute; right: 0; background-image: url(/res/imgs/btn_chiudi.png); height: 25px; width: 65px; cursor:pointer; right:2px; top:0px;}
