* {
	margin: 0;
	padding: 0;	
}

body {
	
}

img  {
	border: none;	
}
.container {
	width: 1170px;
	height: 54px;	
	position: relative;
	background: #353535;
}
.container div {
	float: left;
	position: relative;	
}
.df_data{
	background-color:#4a4a4a;
	width:100%;
	height:100%;
}
.list-competitions {
	width: 173px;
	height: 100%;
	box-shadow: 4px 0px 4px #000000;
	z-index: 2;
}	
.select-box {
	width: 158px;
	height: 34px;
	
	margin: 9px;
	overflow: hidden;	

}
.list-competitions  select {
	position: relative;	
	background: url(../img/select-bg.png) left top no-repeat;
	background-color: #353535;
	border: none;
	width: 180px;
	height: 34px;
	font-family: "HumanBTRomCon";
	color: #d2d2d2;
	font-size: 16px;
	line-height: 34px;
	padding-left: 0px;
	-webkit-appearance: none;
	text-transform: initial;
}
@-moz-document url-prefix()
{
.list-competitions  select { padding-top: 4px}
}
	.list-competitions select option {
		height: 33px;
		padding-top: 4px;
		padding-left: 10px;
		border: solid 1px #555555;
		cursor: pointer;	
	}


.scrollable{	display: none;}	
.ticker-carousel {
  position:relative;
  overflow:hidden;
  width: 840px;
  height: 54px;
  z-index: 1;
}
.ticker-carousel .items {
   width:20000em;
  position:absolute;
}
ul {
	float: left;	
	height: 54px;
}

ul li{
		list-style: none;
		height: 100%;
		float: left;
		background: #4a4a4a;
		width: 168px;
		
	}
	ul li.item_partido.gr{
		width: 210px;		
	}
	ul li.item_partido {
		background:#303030 url(../img/progress.gif) no-repeat center center;
	}
	ul li a {
		width: 172px;
		height: 55px;
		line-height: 55px;
		background: #202020;
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 13px;	
		font-family: "HumanRoman";
		text-decoration: none;
		display: none;
	}
	ul li.item_partido.gr a {
		width: 210px;
		
	}	
	ul li:hover a {
		display: inline-block;
	}
	ul li:hover .teams, 	ul li:hover .match-time-descr {
		display: none;
	}
	/*ul li:hover .futbol_playa .teams, 	ul li:hover .futbol_playa .match-time-descr {
		display: block;
	}	
	ul li.prox:hover .teams, 	ul li.prox:hover .match-time-descr {
		display: block;
	}	*/	
		ul li a span {
			border: solid 1px #5e5e5e;
			padding: 2px 12px;
			display: inline;	
		}
		ul li a span.live {
			padding-left: 24px;
			background: url(../img/btn-live.png) 15px 8px no-repeat;	
		}
		ul li a:active span, ul li a span:hover  {
			border: solid 1px #eab736;
			color: #eab736;	
		}
	.items .item_partido.gr .teams {
		min-width:115px;
	}
	.items .teams {
		margin-right: 12px;
		min-width:90px;
	}

	.items .teams p {
		display: block;
		background: #303030;
		position: relative;
		padding-left: 12px;
		width: 100%;
		height: 27px;
		font-size: 12px;
		line-height: 27px;
		color: #ffffff;
		font-family: "HumanRoman";
		margin-bottom: 1px;
	}
	.items .teams p span {
		width: 15px;
		padding-right: 10px;
		text-align: center;
		float: right;
		position:absolute;
		right:0;
		top:0;
	}
	.items .teams p.winner {
		font-family: "HumanBTBol";
		font-weight: bold;	
	}
	.items .teams p.winner span {
		color: #eab736;	
	}
	.match-time-descr p{
		display: block;
		margin: 7px 5px -7px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		color: #ffffff;
		font-family: "HumanRoman";
	}
.ticker-nav {
	width: 155px;
	height: 54px;	
	box-shadow: -4px 0px 4px #000000;
	z-index: 2;
}
.ticker-nav a {
	float: left;	
	margin-top: 15px;
}
	.ticker-nav .btn-more {
		display: block;
		position: absolute;
		right: 10px;
		text-decoration: none;
		text-transform: uppercase;
		height: 20px;
		line-height: 20px;
		padding: 0px 8px;
		font-size: 12px;
		font-family: "HumanRoman";
		font-weight: 100;	
		margin-left: 22px;
		cursor: pointer;
	}
			.btn-more.white {
				color: #ffffff;
				background: none;
				border: solid 1px rgba(81, 81, 81, 1);		
			}
.prev.browse, .next.browse {
	width: 26px;
	height: 24px;
	display: block;
	background: url(../img/ticker-nav-btn.png);
	cursor: pointer;
}
	.prev.browse {
		background-position: 0px 0px;	
		margin-left: 11px;
	}
		.prev.browse.disabled {
			background-position: 0px 24px;
			cursor: default;
		}	
		.next.browse {
		background-position: -31px 0px;	
		margin-left: 11px;
	}
		.next.browse.disabled {
			background-position: -31px 24px;
			cursor: default;
		}	
.creditoDF{
	background: url(../img/datafactory.png) left top no-repeat;
	width: 129px;
	height: 16px;
	float: right;
}
.creditoDF a{
	display: none;
}