

/* Easy Slider */
	/*DESCRIPTION*/
	.col1_1_1{	
		z-index:2;
		height:260px;
		overflow:hidden;
		margin-bottom:18px;	
	}
	#identb{
		z-index:11;
		margin-left:-10px;
		margin-top:-190px;
		float:left;
		width:400px;
		height:190px;
		background-image:url(../../../fileadmin/templates/images/bannerslider_gradient.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;		
	}	
	#identb ol{
		padding:0px;
		margin:18px;
	}
	#identb ol li{
		color:#FFFFFF;
		list-style:none;
	}
	#identb li a{
		color: #FF9023; 
	}
	#ident_special{
		background-image:url(../../../fileadmin/templates/images/bannerslider_bg.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin-top:206px;
		margin-left:-13px;
		z-index:990;
		height:253px;
		width:13px;
		float:left;
		position:absolute;
		
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		float:left;
		display:block;
		width:980px;
		height:260px;
	
		
		}	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		display:block;
		width:980px;
		height:260px;
		 overflow:hidden;
		}	
	/* numeric controls */	

	ol#controls{
		float:right;
		margin-top:-38px;	
		padding:0;
		z-index:9;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;	
		background:#DDD8D5;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#FF9023;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
