 .roundabout  {
		      list-style: none;
		      padding: 0;
		      margin: 220px auto;
		      width:842px;
		      position:relative;
		      
		   }
		   .roundabout li {
		  		
		      height: 407px;
		      width: 274px;
		      cursor: pointer;
		      overflow:hidden;
		        -webkit-border-bottom-right-radius: 12px; 
		      -moz-border-radius-bottomright: 12px; 
		      border-bottom-right-radius: 12px; 
		      -webkit-border-bottom-left-radius: 12px; 
		      -moz-border-radius-bottomleft: 12px;  
		      border-bottom-left-radius: 12px; 
		       box-shadow: 4px 4px 4px rgba(0,0,0, 0.5); 
		      -webkit-box-shadow: 0 1px 4px rgba(0,0,0, 0.5); 
		      -moz-box-shadow: 0 1px 4px rgba(0,0,0, 0.5); 
		      -o-box-shadow: 0 1px 4px rgba(0,0,0, 0.5);
		   }
		   .roundabout li img {
		      cursor: auto;
		      height:100%;
		      max-height:407px; 
		   }
		
			.roundabout li.roundabout-in-focus .divlegenda  {
				cursor: auto;
					background: url(../../imgs/bklegendacc.png) no-repeat;
					position:absolute;
					width:274px; 
			 		 height:173px; 
			 		 bottom:0;
			 		 opacity:1;
			 		 filter: alpha(opacity=100);
			 		 *left:0;
			 		 
				
			}
			
			.roundabout li.roundabout-in-focus   {
				cursor: auto;
				border: 2px solid #8f6c47;
			 		  -webkit-border-bottom-right-radius: 12px; 
		      -moz-border-radius-bottomright: 12px; 
		      border-bottom-right-radius: 12px; 
		      -webkit-border-bottom-left-radius: 12px; 
		      -moz-border-radius-bottomleft: 12px;  
		      border-bottom-left-radius: 12px; 
		      box-shadow: 4px 4px 4px rgba(0,0,0, 0.5); 
		      -webkit-box-shadow: 0 1px 4px rgba(0,0,0, 0.5); 
		      -moz-box-shadow: 0 1px 4px rgba(0,0,0, 0.5); 
		      -o-box-shadow: 0 1px 4px rgba(0,0,0, 0.5);
				*left:0;
			}
			
			 .roundabout .divlegenda {
			 	background: url(../../imgs/bklegendacc.png) no-repeat;
			 	 position:absolute; 
			 	 width:274px; 
			 	 height:173px; 
			 	 bottom:0;
			 	 opacity: 0.5;
			 	 filter: alpha(opacity=50);
			 	  	margin:0 auto;
			 	  	*left:0;
			 	  	z-index:10;
			 	}
			 	
			 	 .roundabout .divlegenda span {
				display: block;font-weight:normal; text-align:center; margin-top:20px; text-decoration:none; margin-left:18px; bottom:5px; position:absolute; height:80px; width:220px; font-size:20px; color:#ffffff; *left:0;
			}
				/*.roundabout li.roundabout-in-focus span  {
				display: block;font-weight:normal; text-align:center; margin-top:20px; text-decoration:none; margin-left:18px; bottom:5px; position:absolute; height:80px; width:220px; font-size:27px; color:#ffffff;
				}*/