/*prodotti.css*/


.slidesContainer{
					width: 100%; 
					height: 480px; 
					text-align: center;
					margin: 0px auto;
					/*overflow: hidden;*/
					position: relative;
					z-index: 0;
					display: block;
					/*background: white;*/
					background: url(../images/backDiv2.png) no-repeat center top;
					border-radius: 20px 20px;
					-moz-border-radius: 20px 20px;
					
					behavior: url(PIE.htc);
					box-shadow: 5px 5px 20px #dedede;
					filter: progid:DXImageTransform.Microsoft.Shadow(color='#dedede', Direction=135, Strength=10);
					
					}

	
.slideContentDouble div{	width: 99%;
						height: 99%; 
						border: 1px solid white; 
						overflow: hidden;
						/*margin: 2px auto;*/}
	
.slideContentDouble a{
						display: block;
						width: 100%;
						height: 0px; 
						padding-top: 440px;
						overflow: hidden;
						/*background-image: url(../images/persona.png); */
						background-position: 1px -10px;
						background-repeat: no-repeat;
						/*margin: 0px auto;*/
						
						-moz-box-sizing: content-box;
						-webkit-box-sizing: content-box;
						box-sizing: content-box;
						
						/*border: 1px solid white; //debug */
						
						}
						
						
.descrizioni{
				position: relative;
				top: 5%;
				float: left;
				margin-left: -8%;
				width: 120%;
			}
				
				
.descrizioni p{
				font-size: 17px;
				font-weight: normal;				
				text-align: left;
				width: 95%;
				}
				
.descrizioni a{
				text-decoration: underline;
				color: white;

				}
		
.descrizioni a:hover{
				color: #061d39;
				}		
				
.link{
		position: relative;
		float: left;
		top: 35%;
		color: #165a9a;
		font-size: 16px;

		}
		
.link a{
		text-decoration: none;
		color: #165a9a;

		}
		

.link a:hover{
				color: #061d39;
				}
				
				
				
.modiUso{
		position: absolute;
		background: #165a9a; 
		top: 120px; 
		left: 10px; 
		width: 320px; 
		height: 180px; 
		z-index: 100; 
		visibility: hidden;
		padding: 10px 10px;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		border-radius: 20px 20px;
		-moz-border-radius: 20px 20px;
		border: 1px solid white;

		}
		
.modiUso p{
			font-size: 17px; 
			text-align: justify;

			}
			
a.linkShop{
			text-align: right;
			position: absolute;
			right: 20px;
			color: #165a9a;
			}
			
			
img.infopng{
			text-align: right;
			position: absolute;
			right: 105px;
			cursor: pointer;
			}
				
	/*			

#content1 a{
			/*display: block;
			width: 250px;
			height: 0px; 
			padding-top: 83px;
			overflow: hidden;
			background-image: url(../images/ambiente.png); 
			/*background-position: 0px 0px;
			background-repeat: no-repeat;
			margin: 0px auto;
			
			}
			*/