
a {outline:none;}
			
	/* ANIMATION SLIDER */		
.nav {
		width: 155px;
		padding-top: 19px;
		float: left;
		}
	.headline {		
		float:left;
		position:relative;
		overflow:hidden;
	   	width:700px;
	}
	.slider{
		float:left;
		position:relative;
		clear:both;
		margin:0;
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: auto;
		}
			.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:underline;}
				.slider .items a.lnk {border:none; float:left;}
				
			.slider .containerItems {
				position:relative;
			  	height: 266px;
				top:0px;
				}
			.slider .containerItems img {
				float:left;
				padding:0;
				border:none;
			}
			.slider .wrapanim {
				float:left;
				clear:both;
				position:relative;
			}

		.slider .moveLeft, .moveRight {
			float: left;
			z-index:900;
			text-indent:-9999px;
		}
		.slider .moveLeft {
			width:91px;
			height:19px;
			background:url(../img/previous.jpg) top left no-repeat;
		}
		.slider .moveRight {
			margin-left: 3px;
			width:51px;
			height:19px;
			background:url(../img/next.jpg) top left no-repeat;
		}
		.slider .moveLeft:hover, .moveRight:hover {background-position:bottom left;}
		.slider .moveRight {
			left:167px;
		}	
	
		
	/* 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 */
			

