

/* ------------------- flash overlay (ph0806) ----------------------------------------- */
/* Animated logo */
#ictalogo {
	position: absolute;
	left: 11px; top: 8px;
	width: 70px; height: 70px;
}
#logoflash { width: 100%; height: 100%; }

#rttm { 
	position: absolute;
	right:2px;bottom:2px;
	vertical-align: bottom; text-align: right; 
	color: #444;
	font-size: 8px;
}
#rticta { 
	position: absolute;
	top:26px; left: 6px; width: 60px;
	text-align: center;
	vertical-align: top;
	color:  #444;
	font-size: 14px;
	font-family: Times New Roman;
	font-weight: bold;
	letter-spacing: 0px;
}
#ictalogo object, #ictalogo embed, #ictalogo a { 
	position:absolute;
	right:0;top:0; 
	text-align: center;
	text-decoration: none;
	color: #777;
}

/*
 * MEDIABOX CSS
 */
/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #eee; /* ph was 000 */
	cursor: pointer;
	z-index: 990; /* we use z-index, so give these a higher value */
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: transparent;
	z-index: 991; /* we use z-index, so give these a higher value */
	/* background-color: #888; /* ph was 000 */
}
#lbCenter {
	border: 3px solid white;
}

.lbLoading {
	background: #000 url('images/loading.gif') no-repeat center;
}

#lbImage {
/*	background-repeat: no-repeat; ph was used */
	background: transparent;
	width: 100%; height: 100%;
	border: 0; /* ph was 7px 000 */
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('images/prevlabel.gif') no-repeat 0% 30%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('images/nextlabel.gif') no-repeat 100% 30%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	/* border: 7px solid #888; /* ph was 000 */
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 16px;
	background: transparent url('images/closelabel.gif') no-repeat center;
	margin: 0px;
}

#lbCaption, #lbNumber {
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}
