@CHARSET "ISO-8859-1";

#brightcovePlayerContainer {
	position:relative;
	width:300px;
	height:450px;
	overflow:hidden;
	top:0px;
	background-color:#000000;
}

#lineUpDivContainer {
	position:relative;
	top:0px;
	left:0px;
	width:300px;
	height:97px;
	font-family:Arial;
	font-size:13px;
}

#bc_slideContainer {
	position:relative;
	height:97px;
	overflow:hidden;
	margin-top:5px;
}

#bc_videosContainer {
	position:relative;
	top:0px;
	left:0px;
}

#bc_SmithsonianLogo {
	position:relative;
	top:0px;
	left:0px;
	width:300px;
	height:65px;
	background-image:url(http://media.smithsonianmag.com/designimages/bc_smithsonianLogo.gif);
}

div.videoContainer {
	position:relative;
	height:29px;
	width:256px;
	left:10px;
	border-bottom-color:#2a2a2a;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div.bc_firstVideoContainer {
	position:relative;
	height:28px;
	width:256px;
	left:10px;
	border-bottom-color:#2a2a2a;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#2a2a2a;
	border-top-style:solid;
	border-top-width:1px;
	margin-top:1px;
	
}

div.thumbContainer {
	position:relative;
	border-top-color:#f0f0f0;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#f0f0f0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#d1d1d1;
	border-right-style:solid;
	border-right-width:1px;
	width:42px;
	height:34px;
}

img.thumb {
	top:2px;
	width:40px;
	height:30px;
	cursor:pointer;
	position:relative;
}

div.bc_playButton {
	display:none;
	width:40px;
	height:30px;
	position:absolute;
	top:2px;
	left:0px;
	background-image:url($cms.media("play.png","designimages").url);
	cursor:pointer;
}

div.vidTitle {
	position:absolute;
	width:230px;
	height:17px;
	left:0px;
	top:6px;
	color:#ffffff;
	cursor:pointer;
	overflow:hidden;
}

div.vidDesc {
	position:absolute;
	width:230px;
	height:12px;
	left:15px;
	top:21px;
	color:#262a32;
	font-size:10px;
	font-weight:normal;
	overflow:hidden;
}

div.vidTime {
	position:absolute;
	left:250px;
	top:2px;
	width:50px;
	height:25px;
}

#bc_upArrowDiv {
	position:absolute;
	left:274px;
	top:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	display:none;
}

#bc_downArrowDiv {
	position:absolute;
	left:274px;
	top:75px;
	width:18px;
	height:18px;
	cursor:pointer;
	display:none;
}


