@charset "utf-8";
@import url("../webfonts/D_IN/stylesheet.css");

/* CSS Document */
/* content block 1 */
#mcs_container{
	position:relative;
	margin:0 0 0 0;
	width:220px;
	height:580px;
	padding:0 10px;
	left: 0;
	top: 0;
}
#mcs_container .customScrollBox{
	position:relative;
	height:570px;
	overflow:visible;
}
#mcs_container .customScrollBox .container{
	position:relative;
	width:200px;
	top:0;
	float:right;
	left: 20px;
	height: auto;
}
#mcs_container .customScrollBox .content{
	clear: both;
	font-family: "D IN";
}
#mcs_container .customScrollBox img{border:5px solid #fff;}
#mcs_container .dragger_container{
	position:relative;
	width:2px;
	height:510px;
	float:left;
	margin:30px 0 0 10px;
	background:#000;



	cursor:pointer -moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	cursor:s-resize;
	background-color: #ccc;
}
#mcs_container .dragger{
	position: absolute;
	width:11px;
	height:47px;
	text-align:center;
	line-height:60px;
	color:#ccc;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image: url(rolagem.png);
	background-repeat:no-repeat;
	left: -5px;
}
#mcs_container .dragger_pressed{
	position:absolute;
	width:11px;
	height:47px;
	text-align:center;
	line-height:60px;
	color:#ccc;
	cursor:pointer;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-image: url(rolagem.png);
	background-repeat:no-repeat;
	left: -5px;}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{
	position:absolute;
	display:inline-block;
	width:14px;
	height:15px;
	margin-right:12px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity:0.20;
	opacity:0.20;
	left: 13px;
}
#mcs_container .scrollUpBtn{
	top:10px;
	background:url(mcs_btnUp.png) center center no-repeat;
	float:right;
}
#mcs_container .scrollDownBtn{
	bottom:16px;
	background:url(mcs_btnDown.png) center center no-repeat;
	float:right;
}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}
