@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
/*@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);*/

/* content block 5 */
#mcs5_container {
	position:absolute;
	margin:0;
	width:600px;
}
#mcs5_container a {
	text-decoration:none;
}
#mcs5_container ul {
	list-style-type:none;
	display:inline;
}
#mcs5_container ul li {
	display:inline;
}
#mcs5_container .customScrollBox {
	position:relative;
	width:800px;
	overflow:hidden;
}
#mcs5_container .customScrollBox .horWrapper {
	position:relative;
	left:0;
}
#mcs5_container .customScrollBox .container {
	position:relative;
	display:inline-block;
	*display:inline;
	*float:left;
	height:275px;
	overflow:hidden;
	left:0;
}
#mcs5_container .customScrollBox .content {
	clear:both;
}
#mcs5_container .customScrollBox .content a {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2);
	display:inline-block;
	margin-right:13px;
	*margin-right:10px;
	position:relative;
	float:left;
	cursor:pointer; /* ie7 */
	display:block;
	margin-bottom:20px;
}
#mcs5_container .customScrollBox .content a img {
	border:0px solid #FFF;
}
#mcs5_container .dragger_container {
	background:url(../imagens/bg-scroll-horizontal.png) left top repeat;
	position:relative;
	height:5px;
	width:800px;
	margin-top:20px;
}
#mcs5_container .dragger {
	background-color:#c8c6b9;
	position:absolute;
	width:190px;
	height:5px;
}
#mcs5_container .dragger_pressed {
	background-color:#000;
	position:absolute;
	width:190px;
	height:5px;
}
#mcs5_container .scrollUpBtn, #mcs5_container .scrollDownBtn {
	display:inline-block;
	position:absolute;
	width:50px;
	height:50px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
#mcs5_container .scrollDownBtn {
	background:url(../images/scroll/nextImgBtn.png) center center no-repeat;
	right:-260px;
	top:0px;
}
#mcs5_container .scrollUpBtn {
	background:url(../images/scroll/prevImgBtn.png) center center no-repeat;
	right:-260px;
	top:51px;
}
#mcs5_container .scrollUpBtn:hover, #mcs5_container .scrollDownBtn:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}