/* COMMON */



			
	/* ANIMATION SLIDER */		

	.headline {		
		
		position:relative;
		overflow:hidden;
	  	height: 130px;
	   	width:170px;
			-ms-border-radius: 10px;
		-moz-border-radius:10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
		border-radius: 10px; 
	}
	.slider{
		
		position:relative;
		clear:both;
		margin:auto;
		-ms-border-radius: 10px;
			-moz-border-radius:10px; 
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			border-radius: 10px; 
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 130px;
			-ms-border-radius: 10px;
			-moz-border-radius:10px; 
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			border-radius: 10px; 
		}
			.slider .items a {
				color:#fff; 
				position:relative;
				text-decoration:none; 
				line-height:11px;
				
				/*width:100%;*/
				padding:0 0;
				text-align:center;
			}
			.slider .items a:hover {text-decoration:underline;}
				.slider .items a.lnk {border:none;}
				
			.slider .containerItems {
				position:relative;
			  	height: 130px;
				top:0px;
				-ms-border-radius: 10px;
					-moz-border-radius:10px; 
					-webkit-border-radius: 10px; 
					-khtml-border-radius: 10px;
					border-radius: 10px; 
			}
				.slider .items .desc {
							
					position:absolute;
					bottom:0; left:0;
					width:160px; height:20px;
					background:#000;
					color:#fff;
					opacity:0.3;
					filter: alpha(opacity = 30);
					-moz-opacity:0.3;
					padding:7px 7px 0px 7px;
					display: table-cell;
					vertical-align:middle;
					-ms-border-radius: 10px;
					-moz-border-radius:10px; 
					-webkit-border-radius: 10px; 
					-khtml-border-radius: 10px;
					border-radius: 10px; 
				}
			.slider .containerItems img {
				
				padding:0;
				border:none;
			}
			.slider .wrapanim {
				
				clear:both;
				position:relative;
				height:130px;
				width:170px;
				-ms-border-radius: 10px;
			-moz-border-radius:10px; 
			-webkit-border-radius: 10px; 
			-khtml-border-radius: 10px;
			border-radius: 10px; 
			}

		.slider .moveLeft, .moveRight {
	position:absolute;
	width:11px;
	height:17px;
	top:109px;
	left:6px;
	z-index:900;
	text-indent:-9999px;
		}
		.slider .moveLeft {
			background:url(arrow_left.gif) top  no-repeat;
		}
		.slider .moveRight {
			background:url(arrow_right.gif) top  no-repeat;
		}
		.slider .moveLeft:hover, .moveRight:hover {background-position:bottom left;}
		.slider .moveRight {
	left:149px;
		}	
	
		
	/* clearfix  */
		
		.clearfix:after {
		  content: "."; 
		  display: block;
		  height: 0; 
		  clear: both; 
		  visibility: hidden;
		}
		
		.clearfix {display: inline-table;}
		
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
			
