	.deitesimeraOuter {
		width: 940px;
		height:150px;
		background:white url(/demo/css/graphic/nq_yaml/images/deitesimera_bg.png) repeat-x bottom;
	}

	#homemain .deitesimeraOuter h2{
		padding:13px 0 0 20px;
	}
		
	.deitesimera {
		position:relative;
		overflow:hidden;
		wi4dth: 880px;
		width: 800px;
		height:117px;
		float:left;
	}
	
	.deitesimera .deitesimera_items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	.deitesimera .active {
		z-index:9999;
		position:relative;
		background:white;
		padding-left:10px;
		padding-right:10px;
		border:1px solid #ccc;
	}
	
	a.browse {
		background:red url(../img/scrollable/arrow/hori_large.png) no-repeat;
		display:block;
		width:20px;
		height:31px;
		float:left;
		cursor:pointer;
		font-size:1px;
	}

	a.browse.left {
		background:url(/demo/css/graphic/nq_yaml/images/deitesimera_left.gif) no-repeat;
		margin:40px 30px 40px 20px;
	}

	a.browse.right {
		background:url(/demo/css/graphic/nq_yaml/images/deitesimera_right.gif) no-repeat;
		margin:40px 20px 40px 30px;
	}
			
	/* disabled navigational button */
	a.browse.left.disabled{
		background:url(/demo/css/graphic/nq_yaml/images/deitesimera_left_off.gif) no-repeat;
		cursor: default;
	}
	a.browse.right.disabled{
		background:url(/demo/css/graphic/nq_yaml/images/deitesimera_right_off.gif) no-repeat;
		cursor: default;
	}
	
	/* remove margins from the image */
	.deitesimera_items img {
		margin:0;
	}
	
	/* make A tags our floating scrollable items */
	.deitesimera_items .itemEpisodio {
		display:block;
		float:left;
		font-size:89%;
		height:96px;
		margin:3px 5px 10px 5px;
		overflow:hidden;
		width:90px;
	} 
	
	.deitesimera_items .deitesimeraLink{
		width:90px;
		height:60px;
		display:block;
		background-color:white;
		background-repeat:no-repeat;
		overflow:hidden;
		margin-top:6px;
		margin-bottom:3px;
	}

	.deitesimeraLink.byDate{
		display:block;
		text-align:center;
		background:white;
		border:1px solid #6D6D6D;
		width:88px;
		height:58px;

	}	

	.deitesimeraLink span{
		display:block;
		padding-top:15px;
		text-align:center;
	}	

	
	/* tooltip styling */
	#tooltip {
		display:none;
		background:black;
		height:70px;
		width:160px;
		padding:25px;
		color:#fff;
	}
	
	/* scrollable should not disable gallery navigation */
	#deitesimera_gallery .disabled {
		visibility:visible !important;
	}
	
	#deitesimera_gallery .inactive {
		visibility:hidden !important;
	}
	
	.simple_overlay {
		/* must be initially hidden */
		display:none;
		/* place overlay on top of other elements */
		z-index:10000;
		/* styling */
		background-color:#333;
		
		width:675px;	
		min-height:200px;
		border:1px solid #666;
		
		/* CSS3 styling for latest browsers */
		-moz-box-shadow:0 0 90px 5px #000;
		-webkit-box-shadow: 0 0 90px #000;	
	}
	
	.simple_overlay .close {
		background-image:url(../img/overlay/close.png);
		position:absolute;
		right:-15px;
		top:-15px;
		cursor:pointer;
		height:35px;
		width:35px;
	}
	
	.info {
		position:absolute;
		bottom:0;
		left:0;	
		padding:10px 15px;
		color:#fff;
		font-size:11px;
		border-top:1px solid #666;
	}
	
	.info strong {
		display:block;	
	}