/* COMMON */


	

a {outline:none;}
			
	/* ANIMATION SLIDER */		

	.headline {		
		float:left;
		position:relative;
		overflow:hidden;
	  	height: 170px;
	   	width:420px;
	}
	.slider{
	float:left;
	position:relative;
	clear:both;
	margin:0px;
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 170px;
		}
			.slider .items a {
				color:#fff; 
				position:relative;
				text-decoration:none; 
				line-height:11px;
				float:left; 
				width:100%;
				padding:0 0;
				text-align:center;
			}
			.slider .items a:hover {text-decoration:none;}
				.slider .items a.lnk {border:none; float:left;}
				
			.slider .containerItems {
				position:relative;
			  	height: 170px;
				top:0px;
			}
				.slider .items .desc {
	position:absolute;
	bottom:0px;
	left:352px;
	width:193px;
	height:170px;
	color:#fff;
	padding:10px 10px 10px 10px;
	display: table-cell;
	text-align:left;
	vertical-align:middle;
				}
			.slider .containerItems img {
				float:left;
				padding:0;
				border:none;
			}
			.slider .wrapanim {
				float:left;
				clear:both;
				position:relative;
				height:170px;
				width:420px;
			}

		.slider .moveLeft, .moveRight {
	position:absolute;
	width:11px;
	height:12px;
	top:151px;
	left:13px;
	z-index:900;
	text-indent:-9999px;
		}
		.slider .moveLeft {
			background:url(../images/arrow_left_off.png) no-repeat;
		}
		.slider .moveRight {
			background:url(../images/arrow_right_off.png) no-repeat;
		}
		.slider .moveLeft:hover { 
			background:url(../images/arrow_left_on.png) no-repeat;
		}	
		.slider .moveRight:hover {
			background:url(../images/arrow_right_on.png) no-repeat;
		}
		.slider .moveRight {
	left:402px;
		}	
	
	
	
		
	/* 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 */
			

