
	/* ANIMATION SLIDER */		

	.headline {		
		float:left;
		position:relative;
		overflow:hidden;
	  	height: 138px;
	   	width:240px;
	}
	.slider{
		float:left;
		position:relative;
		clear:both;
		top: 42px;
		left: 10px;
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 138px;
		}
			.slider .items span {
				color:#fff; 
				position:relative;
				text-decoration:none; 
				line-height:15px;
				float:left; 
				width:100%;
				padding:0 0;
				text-align: left;
				font-size: 11px;
				font-weight: bold;
			}
			.slider .items a:hover {text-decoration:underline;}
				.slider .items a.lnk {border:none; float:left;}
				
			.slider .containerItems {
				position:relative;
			  	height: 266px;
				top:0px;
			}
				.slider .items .desc {
							
					position:absolute;
					bottom:0; left:0;
					width:240px; height:20px;
					background: url(../images/newcarscroller-txt-bg.png) left top no-repeat;
					color:#fff;					
					padding:6px 10px 0px 16px;
					display: table-cell;
					vertical-align:middle;
				}
			.slider .containerItems img {
				float:left;
				padding:0;
				border:none;
			}
			.slider .wrapanim {
				float:left;
				clear:both;
				position:relative;
				height:138px;
				width:240px;
			}

		.slider .moveLeft, .moveRight {
			position:absolute;
			width:20px;
			height:20px;
			bottom:3px; 
			right: 3px;
			z-index:900;
			text-indent:-9999px;
			border: none;
			overflow: hidden;
			display: block;
		}
		.slider .moveLeft {
			background: url(../images/prevnewcar.gif) center top no-repeat;
			
		}
		.slider .moveRight {
			background: url(../images/nextnewcar.gif) center top no-repeat;
			
		}
		.slider .moveLeft:hover, .moveRight:hover {background-position:bottom center;}
		.slider .moveLeft {
			right: 25px;
		}	
	
		
	/* 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 */
			


