@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{
	width:1000px;
	height:345px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#mcs5_container .customScrollBox{
	position:relative; 
	width:100%; 
	overflow:hidden;
}

#mcs5_container .customScrollBox .widget {
	margin: 0 0 10px;
}

#mcs5_container .customScrollBox .horWrapper{
	position:relative; 
	left:0;
	width:20000em; /* Width is now being automatically calculated by jQuery on press.php */
}
#mcs5_container .customScrollBox .container{
	height: 300px;
	position:relative;
	left:0; 
	*display:inline;
}

#mcs5_container .customScrollBox .content{
	clear:both;
}

#mcs5_container .customScrollBox .content p{
	padding:5px; 
	margin:0 5px;
}

#mcs5_container .customScrollBox .content p img{
	margin-right:5px;
}

.scrollerarrows{
	width: 900px;
	height: 50px;
	margin: -10px auto 0 auto;
}

#mcs5_container .scrollUpBtn{
	width: 13px;
	height: 12px;
	float: left;
	margin:5px 20px 0 0;
}
#mcs5_container .scrollDownBtn{
	width: 13px;
	height: 12px;
	float:left;
	margin:5px 0 0 20px; 
}

#mcs5_container .dragger_container{
	position:relative;
	height:0px;
	float: left;
	width: 800px;
	margin: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AE8746;
}

#mcs5_container .dragger{
	position:absolute;
	width:60px;
	height:9px;
	background:#EA3F95;
	margin-top:-5px;
	cursor: pointer;
	background-color: #9F7F2C;
}

#mcs5_container .dragger_pressed{
	position:absolute;
	width:60px;
	height:9px;
	cursor: pointer;
	margin-top:-5px;
	background-color: #46371E;
}
