/*
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;	
}
*/
body {
	font: 62.5% Arial, Helvetica, sans-serif;
}

#viewer_content_wrapper {
	width: 690px;
	height: 480px;
}
#viewer_outter_container {
	width: 690px;
	height: 730px;
/*	height: 664px;	*/
/*	margin: 50px auto 0 auto; */ 
	background: #FFF url(../images/backgrounds/lb-windows.gif) right top no-repeat;
	position: relative;
}
.marco {
	position: absolute;
	z-index: 210;
	left: 0;
	top: 0;
	width: 689px;
	height: 473px;
	behavior: url(iepngfix.htc);
}

.LB_window  .siguiente {
	background-image: url("../images/botones/siguiente.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/botones/siguiente.png');
	width: 79px;
	height: 80px;
	position: absolute;
	top: 395px;
	right: -30px;
	z-index: 220;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
.LB_window .anterior {
	background-image: url("../images/botones/anterior.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/botones/anterior.png');
	width: 73px;
	height: 74px;
	position: absolute;
	top: 300px;
	left: -50px;
	z-index: 220;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}
.contenido {
	padding: 10px 15px 0 15px;
	position: relative;
}
.contenido .trutv {
	background: url(../images/contenido/trutv.gif) no-repeat;
	width: 104px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	padding-bottom: 10px;
}
.contenido .show {
	background: #000;
	color: #FFF;
	position: absolute;
	top: 10px;
	left: 500px;
	font-size: 1.1em;
}
.contenido .name {
	position: absolute;
	top: 30px;
	left: 500px;
	font-weight: bold;	
	font-size: 1.2em;
	margin-right: 3px;
}
.contenido .info-show {
	color: #484646;
	font-size: 1.2em;
	height: 100px;
	/*overflow-y: scroll; */
}

#viewer_close_img {
	width: 48px;
	height: 16px;
	position: absolute;
	top: -16px;
	right: 10px;	
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/botones/cerrar.gif) no-repeat;
}
