/* Thumbnail Effects Style */
.tj_container{
	padding-top: 30px;
	width:920px;
	height:570px;
	position:relative;
	margin:auto; 	
}
.tj_nav /* avanti e indietro*/{
	position:absolute;
	right:-40px;
	top:50%;
	margin-top:-35px;
	height:70px;
	width:39px;
}
.tj_nav span{
	width:39px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat top left;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	*/
}
.tj_nav span.tj_next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:0px;
	left:0px;
}
.tj_nav span:hover{
	opacity:1.0;
}
.tj_wrapper{
	width:100%;
	height:100%;
	position:relative;
	margin:0px auto;
}

.tj_wrapper ul
{ margin: 0px auto;
padding: 0px;}

.tj_wrapper ul li	{z-index: 5000;}

.tj_wrapper ul li{
  float:left; display:block; padding: 4px; margin: 4px; border-radius:8px;
  list-style: none;  background: #FFF /*url(../images/example-frame_mod.png) center top no-repeat*/;
   width: 210px; height:230px;  text-align:left; position:relative; border: 1px solid #dadada}
.tj_wrapper ul li a{
	 display:block;	height:188px; line-height:188px; width:190px; overflow: hidden; position:relative; margin-left: 10px; margin-top:10px;}
.tj_wrapper ul li a img{
	display:block;
	border:none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position:absolute;
	left: 0px;
	top: 0px;
}

.tj_wrapper ul li a img:hover{
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
}

/* Specific style for the examples */
.example10 .tj_container{
	height:570px;
}

.tj_wrapper ul li span 		{font-family: Arial, Verdana; font-size: 11px; color: #333;  display:block; clear:both; padding:2px; background: #FFF; font-weight:bold; position:absolute; bottom:3px; left:3px;  width:208px; margin:auto; text-align:center;   }

.tj_wrapper ul li span div { cursor:pointer; color: #fff; background: url(../../img/plus.png) no-repeat right #6bc251; display:block;
 padding: 6px; border-radius:4px; margin-top: 3px;}
.tj_wrapper ul li span div.cliccato 			{ background: #b1cbaa;}
.wishli, a.wishli   { cursor:pointer; color: #fff; background:#6bc251; display:block; margin:auto; width: 180px; padding:6px; border-radius:4px; margin-top: 3px; text-decoration:none; }
a.wishli:hover		{ background:#b1cbaa;}
