@charset "utf-8";

/* content block 1 */
#mcs3_container{
	height: 302px;
	width: 350px;
	float: right;
	background: #B7433C;
	padding-left: 10px;
	background: url(img/gewand_txt.png) no-repeat;
	
}


/* content block 3 */

#mcs3_container .customScrollBox{
	top:60px;
	right:-35px;
	position:relative; height:150px; overflow:hidden;

}
#mcs3_container .customScrollBox .container{
	position:relative; 
	width:250px;
	

padding-left:80px;

float:left;}
#mcs3_container .customScrollBox .content{clear:both;
}
#mcs3_container .customScrollBox img{border:3px solid #31231E; margin:0 0 0 15px;}
#mcs3_container .dragger_container{position:relative; width:0px; height:97%; float:left; margin:5px 0 0 5px; border-left:1px solid; border-right:1px solid ; cursor:pointer}
#mcs3_container .dragger{
	position:absolute;/* 
width:9px; height:60px; background:#eee; margin-left:-5px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;*/
	background: url(img/scroller_l.png);
	width:21px; height:45px;
	left:-10px;
}
#mcs3_container .dragger_pressed{
	position:absolute;/*
	width:9px;
	height:60px;
	background:#9E0000;
	margin-left:-5px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;*/
	background: url(img/scroller_l.png);
	width:21px; height:45px;
	left:-10px;
}
