/*
.irmelin {
	margin:20px 0 0 0;
}

.irmelin .arrow-right {
	width:30px;
	height:250px;
	background:url("img/carousel-bg-corners.png") top right no-repeat;
	float:right;
}

.irmelin .arrow-left {
	width:30px;
	height:250px;
	background:url("img/carousel-bg-corners.png") top left no-repeat;
	float:left;
}

.irmelin .arrow-left a {
	margin:112px 0 0 0;
	width:25px;
	height:30px;
	background:url("img/arrow_left.png") top left no-repeat;
	display:block;
}

.irmelin .arrow-right a {
	margin:112px 0 0 0;
	width:25px;
	height:30px;
	background:url("img/arrow_right.png") top right no-repeat;
	display:block;
}

.irmelin .hide { display:none; }*/

/*
.irmelin .stepcarousel {
	position: relative; 
	overflow: scroll; 
	height: 250px;
	background:url("img/carousel-bg.png") top left repeat-x;
}

.irmelin .stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
}



.irmelin .stepcarousel .panel .panel-text { color:#FFF; }*/

.wp_carousel_default_pagination {
	margin:0 30px;
	padding:5px 10px;
	background:#3B3B3B;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}



.irmelin .stepcarousel {
position: relative;
overflow: scroll;
width:895px;
margin:0 auto;
}

.irmelin .stepcarousel .belt {
position: absolute;
left: 0;
top: 0;

width:950px;
margin:0 auto
}

.irmelin .stepcarousel .panel {
float: left;
overflow: hidden;
width:950px;
margin:0 auto
}
.irmelin .stepcarousel .panel {
	height:140px;
	float: left; 
	overflow: hidden; 
/*	margin:10px;
	padding:10px;*/
	border:none;
	background:#eeeff1;
	display:block;
	width:149px
}

.irmelin .arrow-right {
background:url("img/right_arrow.png") no-repeat scroll right top transparent;
float:right;
height:70px;
/*left:910px;*/
right:0;
position:absolute;
top:35px;
width:43px;
z-index:20;
}

.irmelin .arrow-left {

background:url("img/left_arrow.png") no-repeat scroll left top transparent;
float:left;
height:70px;
position:absolute;
top:35px;
width:43px;
z-index:5;
left:0

}

.irmelin .arrow-left a {
	/*margin:112px 0 0 0;*/
	width:47px;
	height:70px;
	/*background:url("img/left_arrow.png") top left no-repeat;*/
	display:block;
}

.irmelin .arrow-right a {
	/*margin:112px 0 0 0;*/
	width:47px;
	height:70px;
	/*background:url("img/right_arrow.png") top right no-repeat;*/
	display:block;
}

.arrow{ width:20px}
.hide{ visibility:hidden}