@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 1 */
.bar_contents #sports_scroll_container,
.bar_contents #series_scroll_container {
	position:relative; 
	top:0px; 
	margin:0px; 
	width:100%; 
	height:100%; 
	padding:0px;
}
	.bar_contents .customScrollBox {
		position:relative; 
		height:100%; 
		overflow:hidden;
	}
		.bar_contents .customScrollBox .container {
			position:relative;  
			z-index:45;
			top:0px;
		}
		#sports_scroll_container .customScrollBox .container { 
			float:left;
		}

		#series_scroll_container .customScrollBox .container {
			float:right;
		}
			.bar_contents .customScrollBox .content {
				clear:both;
			}
	.bar_contents .dragger_placeholder {
		position:absolute;
		top:0px;
		bottom:0px;
		height: auto;
		width: 8px;
 		z-index:50;
 		display:none;
	}
	#sports_scroll_container .dragger_placeholder {
		right:0px;
	}
	#series_scroll_container .dragger_placeholder {
		left:0px;
	}		
		.bar_contents .dragger_placeholder .dragger_container {
			background:rgba(0, 0, 0, .2);
			border-radius:3px; 
			cursor:s-resize;
			z-index:50;
			display:block;
			position:absolute;
			top:18px;
			bottom:18px;
			height:auto; 
			width:6px; 
		}
		#sports_scroll_container .dragger_container {
			right:1px;
		}
		#series_scroll_container .dragger_container {
			left:1px;
		}
			.bar_contents .dragger_container .dragger {
				position:absolute; 
				width:4px; 
				height:60px; 
				background:rgba(255,255,255,0.6);
				text-align:center; 
				line-height:60px; 
				color:#666; 
				overflow:hidden; 
				cursor:pointer; 
				border-radius:2px;
				margin:1px;
				box-shadow:0px 0px 4px 0px rgba(0,0,0, .2) inset;
			}
			.bar_contents .dragger_container .dragger:hover {
				width:6px;
				border-radius:3px;
				margin:0px;
				background:rgba(255,255,255, 1);
			}
	
			.bar_contents .dragger_container .dragger_pressed  {
				position:absolute; 
				width:6px; 
				margin:0px; 
				height:60px; 
				background:rgba(255,255,255, 1);
				text-align:center; 
				line-height:60px; 
				color:#666; 
				overflow:hidden;
				border-radius:3px; 
				cursor:s-resize;
			}
			.bar_contents .scrollUpBtn,
			.bar_contents .scrollDownBtn {
				position:absolute; 
				display:inline-block; 
				width:8px; 
				height:15px; 
				text-decoration:none;
				opacity:0.40;
				z-index:50;
				border-radius:4px;
				background-color:rgba(0, 0, 0, .2);
			}
			#sports_scroll_container .scrollUpBtn,
			#sports_scroll_container .scrollDownBtn {
				right:0px; 
			}
			#series_scroll_container .scrollUpBtn,
			#series_scroll_container .scrollDownBtn {
				left:0px;
			}
			
			.bar_contents .scrollUpBtn {
				top:0px; 
				background:rgba(0, 0, 0, .2) url(/images/Scrollbar/mcs_btnUp.png) center center no-repeat;
			}
			.bar_contents .scrollDownBtn	{ 
				bottom:0px; 
				background:rgba(0, 0, 0, .2) url(/images/Scrollbar/mcs_btnDown.png) center center no-repeat;
			}
			.bar_contents .scrollUpBtn:hover,
			.bar_contents .scrollDownBtn:hover {
			 	opacity:1;
			 }
			 

/*

#sport_listitems_scroll_container {
	position:relative; 
	top:0px; 
	margin:0px; 
	width:100%; 
	height:100%; 
	padding:0px;
}
	#sport_listitems_scroll_container .customScrollBox {
		position:relative; 
		height:100%; 
		overflow:hidden;
	}
		#sport_listitems_scroll_container .container {
			position:relative;  
			z-index:45;
			top:0px;
			float:left;
			width:90%;
		}
			#sport_listitems_scroll_container .content {
				clear:both;
			}
	#sport_listitems_scroll_container .dragger_placeholder {
		position:relative;
		height: auto;
		width: 10px;
 		z-index:50;
		float:right;
	}
	#sport_listitems_scroll_container .dragger_container {
			position:absolute; 
			width:6px; 
			height:auto; 
			background:rgba(0, 0, 0, .2);
			border-radius:3px; 
			cursor:s-resize;
			z-index:50;
			top:0px;
			bottom:0px;
			right:1px;
		}
			#sport_listitems_scroll_container .dragger {
				position:absolute; 
				width:4px; 
				height:60px; 
				background:rgba(255,255,255,0.6);
				text-align:center; 
				line-height:60px; 
				color:#666; 
				overflow:hidden; 
				cursor:pointer; 
				border-radius:2px;
				margin:1px;
				box-shadow:0px 0px 4px 0px rgba(0,0,0, .2) inset;
			}
			#sport_listitems_scroll_container .dragger:hover {
				width:6px;
				border-radius:3px;
				margin:0px;
				background:rgba(255,255,255, 1);
			}
	
			#sport_listitems_scroll_container .dragger_pressed  {
				position:absolute; 
				width:6px; 
				margin:0px; 
				height:60px; 
				background:rgba(255,255,255, 1);
				text-align:center; 
				line-height:60px; 
				color:#666; 
				overflow:hidden;
				border-radius:3px; 
				cursor:s-resize;
			}


*/





/* 
#mcs_container{position:relative; top:140px; margin:0 0 0 40px; width:260px; height:600px; padding:0 10px; border-top:1px solid #333; border-bottom:1px solid #333;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:120px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .customScrollBox .content p{padding:0 5px; margin:10px 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#mcs_container .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#mcs_container .customScrollBox img{border:5px solid #fff;}
#mcs_container .dragger_container{position:relative; width:2px; height:525px; float:left; margin:40px 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;}
#mcs_container .dragger{position:absolute; width:2px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
#mcs_container .dragger_pressed{position:absolute; width:4px; margin-left:-1px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}
#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;}
#mcs_container .scrollUpBtn{top:16px; background:url(/images/Scrollbar/mcs_btnUp.png) center center no-repeat;}
#mcs_container .scrollDownBtn{bottom:12px; background:url(/images/Scrollbar/mcs_btnDown.png) center center no-repeat;}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}





#mcs2_container{position:absolute; left:340px; top:20px; margin:0; width:260px; height:500px; padding:0 10px; border-top:1px dashed #999; border-bottom:1px dashed #999;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative; width:240px; top:0; float:left;}
#mcs2_container .customScrollBox .content{clear:both;}
#mcs2_container .customScrollBox .content p{padding:10px 5px; margin:10px 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#mcs2_container .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#mcs2_container .customScrollBox img{border:5px solid #fff;}
#mcs2_container .dragger_container{position:relative; width:9px; height:480px; float:left; margin:10px 0 0 10px; cursor:pointer; box-shadow:inset 0 0 10px #000; -moz-box-shadow:inset 0 0 10px #000; -webkit-box-shadow:inset 0 0 10px #000;}
#mcs2_container .dragger{position:absolute; width:6px; height:60px; background:#333; text-align:center; margin-left:1px; line-height:60px; color:#666; overflow:hidden; border-left:1px solid #787878; border-right:1px solid #000; cursor:pointer;}
#mcs2_container .dragger_pressed{position:absolute; width:6px; height:60px; background:#444; text-align:center; margin-left:1px; line-height:60px; color:#777; overflow:hidden; border-left:1px solid #878787; border-right:1px solid #000; cursor:pointer;}







#mcs3_container{position:absolute; left:640px; top:20px; margin:0; width:280px; height:96%; padding:0 10px; border-bottom:1px solid #666;  -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#6D5843; box-shadow:inset 0 0 20px #000; -moz-box-shadow:inset 0 0 20px #000; -webkit-box-shadow:inset 0 0 20px #000;}
#mcs3_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs3_container .customScrollBox .container{position:relative; width:240px; top:0; float:left;}
#mcs3_container .customScrollBox .content{clear:both;}
#mcs3_container .customScrollBox .content p{padding:10px 5px 10px 15px; margin:0; color:#31231E; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#mcs3_container .customScrollBox img{border:3px solid #31231E; margin:0 0 0 15px;}
#mcs3_container .dragger_container{position:relative; width:0px; height:33%; float:left; margin:35px 0 0 25px; border-left:1px solid #31231E; border-right:1px solid #8E7757; cursor:pointer}
#mcs3_container .dragger{position:absolute; width:9px; height:60px; background:#31231E; margin-left:-5px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
#mcs3_container .dragger_pressed{position:absolute; width:9px; height:60px; background:#31231E; margin-left:-5px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}





#mcs4_container{position:absolute; left:340px; top:540px; margin:0; width:260px; height:200px; padding:0 10px; border:1px dotted #09C; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#mcs4_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs4_container .customScrollBox .container{position:relative; width:240px; top:0; float:left;}
#mcs4_container .customScrollBox .content{clear:both;}
#mcs4_container .customScrollBox .content p{padding:10px 5px; margin:10px 0; color:#09C; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#mcs4_container .dragger_container{position:relative; width:0px; height:180px; float:left; margin:10px 0 0 10px; border-left:1px dotted #555; cursor:pointer;}
#mcs4_container .dragger{position:absolute; width:9px; height:9px; background:#555; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:18px; -khtml-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;}
#mcs4_container .dragger_pressed{position:absolute; width:9px; height:9px; background:#09C; margin-left:-5px; overflow:hidden; cursor:s-resize;}





#mcs5_container{position:absolute; left:40px; top:760px; margin:0; width:560px; height:130px; padding:0 10px; border:1px dashed #C30; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
#mcs5_container .customScrollBox{position:relative; width:550px; overflow:hidden;}
#mcs5_container .customScrollBox .horWrapper{position:relative; left:0;}
#mcs5_container .customScrollBox .container{position:relative; left:0; display:inline-block; *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;}
#mcs5_container .dragger_container{position:relative; height:0px; width:540px; margin:10px; border-top:1px dashed #C30;}
#mcs5_container .dragger{position:absolute; width:60px; height:9px; background:#111 url(/images/Scrollbar/mcsDragger.png) no-repeat; margin-top:-5px;}
#mcs5_container .dragger_pressed{position:absolute; width:60px; height:9px; background:#111 url(/images/Scrollbar/mcsDraggerHover.png) no-repeat; margin-top:-5px;}
#mcs5_container .scrollUpBtn,#mcs5_container .scrollDownBtn{position:absolute; top:0; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:large; font-weight:normal; color:#C30; margin:8px 5px 0 10px; text-decoration:none;}
#mcs5_container .scrollDownBtn{right:10px;}
#mcs5_container .scrollUpBtn{right:50px;}
#mcs5_container .scrollUpBtn:hover,#mcs5_container .scrollDownBtn:hover{color:#fff;}*/