/* COMMON */


body {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #66655b;
	background:#fff;
	margin:0;
	padding:0;
	text-decoration: none;
}

					

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

	.headline {
	float:left;
	position:relative;
	overflow:hidden;
	height: 285px;
	width:350px;
	}
	.slider{
	float:left;
	position:relative;
	clear:both;
	/*margin:10px;*/
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 285px;
		}
			.slider .items a {
	color:#fff;
	text-decoration:none;
	width:100%;
	line-height: 22px;
	text-align: center;
	float: left;
	position: relative;
			}
			.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;
	width:330px;
	height:22px;
	background:#000000;
	color:#fff;
	opacity:0.8;
	padding:0px 10px;
	display: table-cell;
	vertical-align:middle;
	left: 0;
	bottom: 0;
	float: right;
				}
			.slider .containerItems img {
				float:left;
				padding:0;
				border:none;
			}
			.slider .wrapanim {
				float:left;
				clear:both;
				position:relative;
				height:285px;
				width:350px;
			}

		.slider .moveLeft, .moveRight {
	position:absolute;
	width:107px;
	height:17px;
	top:266px;
	left:3px;
	z-index:90;
	text-indent:-9999px;
	visibility: inherit;
		}
		.slider .moveLeft {
			background:url(../images/arrow_left.gif) no-repeat left top;
		}
		.slider .moveRight {
			background:url(../images/arrow_right.gif) no-repeat left top;
		}
		.slider .moveLeft:hover, .moveRight:hover {background-position:left bottom;}
		.slider .moveRight {
	left:242px;
		}	
	
		
	/* 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 */
			

