

.myImages{
	position:relative;
	display:block;
	float:left;
	/*margin:0 10px 0 0 ;*/

}

/*#images{
	width:980px;
	margin:0 auto;
	text-align:center;
	position:relative;
}*/


#slider_wrap {
	height:69px;
	width:390px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	padding-left: 12px;
}
#carousel li {
	height:150px;
	width:93px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	overflow: hidden;
}
#previous, #next {
	display:block;
	height:10px;
	text-indent:-4000em;
	margin:0 0 13px;
	cursor:pointer;
	}
	#previous {
		float:left;
		width:9px;	
		height:50px;
		background-image: url(/fileadmin/templates/img/slide_left_arrow.png);
		background-repeat: no-repeat;
		
		}
	#next {
		float:left;
		width:9px;
		height:50px;
		background-image: url(/fileadmin/templates/img/slide_right_arrow.png);
		background-repeat: no-repeat;

		}
#container {
	width:410px;
	height:100px;

	float:left;
	}
	
#slide_navi_left{float:left;}
#slide_navi_right{float:left;}


