@charset "utf-8";
/* CSS Document */

	.headline {
	float:left;
	position:relative;
	overflow:hidden;
	height: 260px;
	width:530px;
	}
	.slider{
	float:left;
	position:relative;
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 266px;
		}
			.slider .items a {
	color:#fff;
	position:relative;
	text-decoration:none;
	line-height:11px;
	float:left;
	width:100%;
	padding:0 0;
	text-align:center;
	font-size: 1.2em;
			}
			.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:-2px;
	width:530px;
	height:30px;
	color:#fff;
	opacity:0.8;
	filter: alpha(opacity = 80);
	display: table-cell;
	vertical-align:middle;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #000;
	font-size: xx-small;
				}
			.slider .containerItems img {
				float:left;
				padding:0;
				border:none;
			}
			.slider .wrapanim {
	float:left;
	clear:both;
	position:relative;
	height:260px;
	width:530px;
			}

		.slider .moveLeft, .moveRight {
	position:absolute;
	width:30px;
	height:30px;
	top:230px;
	left:0px;
	z-index:900;
	text-indent:-9999px;
		}
		.slider .moveLeft {
			background:url(arrow_left.gif) top left no-repeat;
		}
		.slider .moveRight {
			background:url(arrow_right.gif) top left no-repeat;
		}
		.slider .moveLeft:hover, .moveRight:hover {background-position:bottom left;}
		.slider .moveRight {
	left:500px;
		}	
	
		
	/* 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 */
			

