.jcarousel-container {
    position: relative;
	width:1280px;
	overflow:hidden;
	height:300px;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
	width:1282px;
	height:178px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 212px;
    height: 178px;
	margin-right:2px;
	cursor:pointer;
}
.jcarousel-next {
	position:absolute;
	width:30px;
	height:30px;
	right:10px;
	background-image:url(../images/next-horizontal.png);
    z-index: 3;
    display: none;
	cursor:pointer;
}
.jcarousel-prev {
	position:absolute;
	width:30px;
	height:30px;
	left:10px;
	background-image:url(../images/prev-horizontal.png);
    z-index: 3;
    display: none;
	cursor:pointer;
}
.jcarousel-next-disabled,.jcarousel-prev-disabled{
	display:none !important;
}
.overlay{
	position:absolute;
	width:994px;
	height:621px;
	z-index:99999999;
	background-color:#ffffff;
	display:none;
	top:-400px;
	left:140px;
	padding:10px;


}
.block1{
  float:left;
  width:230px;
  height:620px;
  background-image:url(../images/bluhmod_logo_schleife.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}  
.block2{
  float:left;
  width:466px;  
  margin-left:20px;
  margin-right:10px;
}  
.block3{
  float:left;
  width:268px;  
} 

.vor{
 float:left;
 text-transform:uppercase;
 padding-left:15px;
 background-image:url(../images/green-arrow-left.gif);
 background-repeat:no-repeat;
}
.zuruck{
 float:right;
  text-transform:uppercase;
  padding-right:15px;
 background-image:url(../images/green-arrow-right.gif);
 background-repeat:no-repeat;   
 background-position:right 0px;
 
}

.big_detail .zuruck{
	position:absolute;
	top:50%;
	right:0px;
	width:50px;
	height:50px;
	background-image:url(../images/next-horizontal-win.png);
 	background-repeat:no-repeat;   
}
.big_detail .vor{
	position:absolute;
	top:50%;
	left:0px;
	width:50px;
	height:50px;
	background-image:url(../images/prev-horizontal-win.png);
 	background-repeat:no-repeat;   
}
.colltext{
  margin-top:95px;
}


.block2 img{
  
}  

.block3 img{
  margin-bottom:10px;
  
}  
.overlay p{
  color:#646567;
  font-size:13px;
}
.overlay h1{
  font-family : Arial,Helvetica,sans-serif;
  font-size:13px;
  line-height:normal;
  padding:0px 0px 0px 0px;
}
.vor{
 float:left;
 text-transform:uppercase;
 padding-left:15px;
 background-image:url(../images/green-arrow-left.gif);
 background-repeat:no-repeat;
 color:#26C102;
 cursor:pointer;
}
.zuruck{
 float:right;
  text-transform:uppercase;
  padding-right:15px;
 background-image:url(../images/green-arrow-right.gif);
 background-repeat:no-repeat;   
 background-position:right 0px;
 color:#26C102;
 cursor:pointer;
}
.big_overlay{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	background-color:#000000;
	opacity:0.4;
	z-index:99;
}
.overlay .close{
	position:absolute;
	right:0px;
	top:-24px;
	width:90px;
	height:19px;
	color:#ffffff;
	cursor:pointer;
	background-image:url(../images/close.gif);
	padding-top:5px;
	text-align:center;
}

