﻿@charset "utf-8";

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	.imageflow {
		visibility:hidden;
		position:relative; 
		text-align:left;
		width:780px;
		overflow:hidden;
		margin-bottom:0;
	}
	.imageflow img {
		visibility:hidden;
		position:absolute; 
		top:0px;
		border:0!important;
		-ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */
	}
	.imageflow p{
		text-align:center;
		margin:0 auto;
	}
	.imageflow .loading {
		position:relative;
		left:50%;
		margin-left:-106px;
		width:200px;
		height:15px;
		padding:5px;
		visibility:visible;
		border:1px solid white;
	}
	.imageflow .loading_bar {
		height:15px;
		width:1%;
		background:#fff;
		visibility:visible;
	}
	.imageflow .caption {
		font-weight:bold;
		position:relative; 
		text-align:center;
		z-index:10000;
		font-size:12px;
		color:#333333;
		height:60px;
		*height:60px;
		width:660px;
	}
	
	#ef_timeline_caption {
		background:url(http://media.ef.com/_imgs/aboutef/2010/misc/text_frame.gif) no-repeat left 16px;
		width:660px!important;
		margin:0 60px;
	}
	
	.imageflow .scrollbar {
		visibility:hidden;
		position:relative; 
		background-repeat:no-repeat;
		width:660px;
		height:32px;
		z-index:10001;
		margin-left:80px!important;
	}
	.imageflow .slider {
		position:absolute;
		z-index:10002;
		background-image:url(http://media.ef.com/_imgs/aboutef/2010/misc/history_slider.gif);
		background-repeat:no-repeat;
		width:37px;
		height:26px;
	}
	
	#ef_timeline_navigation {
		background:url(http://media.ef.com/_imgs/aboutef/2010/misc/history_slider_bar.gif) 60px 92px no-repeat;
	}
}
