	.item-hover {
		background: rgba(255, 174, 255, 0);
		position: absolute!important;
		z-index: 80;
		display: none;
		overflow: hidden;
		font-size: 13px;
		width: 140%;
		height: 140%;
	}
	
/* Countdown */
	#countdown_dashboard {
		height: 110px;
		padding:15px 0 0px 140px;
		width:650px;
		margin:0 auto;
		position:relative;
		}
		
	.dash {
		width: 70px;
		height: 65px;
		background: transparent url('../../images/dash.png') 0 0 no-repeat;
		float: left;
		margin-left: 3px;
		position: relative;
		}
	
	.dash .digit {
		font-size:30px;
		line-height:40px;
		font-weight: bold;
		float: left;
		margin-left: 9px;
		width: 15px;
		text-align: center;
		font-family:"Times New Roman", Times, serif;
		color: #555;
		position: relative;
	}
		.dash .digit .bottom {
			font-size:30px;
			line-height:40px;
		}
	
	.dash_title {
		position: absolute;
		display: block;
		bottom: 5px;
		left:0;
		font-size: 9px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		width:20px;
	}
		
	.centrarDiv {	
	padding:25px 0px 0px 0px;	
		
		text-align:center;
	}
	

	