/* Voice of the Architect */

DIV#mainContent H5 { /* This is overriding style from main stylesheet */
	margin-top:30px;
}
UL.architectList {
	list-style-type:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
UL.architectList LI {
	margin:10px 0px 20px 0px;
}
UL.architectList P {
	margin:0;
}
DIV.architectThumb {
	width:60px;
	float:left;
}
DIV.architectCopy {
	width:535px;
	float:left;
}
SPAN.videoTitle {
color:#0055a6;
}

DIV#architect-overlay {
	z-index:100;
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:600px;
}
DIV#architect-videoplayer {
	z-index:110;
	top:10px;
	left:0px;
	position:absolute;
	width:400px;
}
DIV#architect-videoplayer-container {
	width:400px;
	position:relative;	
}
DIV#architect-videoplayer-top {
	width:400px;
	height:4px;
	background-image:url(/Junos/images/bg-top.png);
	background-repeat:no-repeat;
	line-height:0;
	margin:0;
	padding:0
}
DIV#architect-videoplayer-middle {
	background-color:#528bc2;
}
DIV#architect-videoplayer-bottom {
	width:400px;
	height:4px;
	background-image:url(/Junos/images/bg-bottom.png);
	background-repeat:no-repeat;
	line-height:0;
	margin:0;
	padding:0
}
DIV#architect-videoplayer-description {
	padding:15px;
	font-size:12px;
	border-bottom:2px solid #000000;
	width:370px;
	text-align: left;
}
DIV#architect-videoplayer-description SPAN.videoTitle, DIV#architect-videoplayer-selector SPAN.videoTitle {
	color:#FFFFFF;
}
DIV#architect-videoplayer-player {
	width:400px;
	height:270px;
}
DIV#architect-videoplayer-selector {
	padding:0 15px 5px 15px;
	background-image:url(/Junos/images/dividerLineAlt.gif);
	background-repeat:repeat-y;
}
DIV#architect-videoplayer-selector DIV#previousVideo {
	float:left;
	width:181px;
}
DIV#architect-videoplayer-selector DIV#nextVideo {
	float:right;
	width:175px;
	padding-left:12px;
}
DIV#architect-videoplayer-selector DIV.selectorDescription {
	width:113px;
	font-size:11px;
	float:left;
	cursor:pointer;
	text-align: left;
}
DIV#architect-videoplayer-selector DIV.selectorThumbnail {
	width:46px;
	float:right;
}
DIV#architect-videoplayer-close {
	background-image:url(/Junos/images/button-close.png);
	background-repeat: no-repeat;
	width:45px;
	height:55px;
	position:absolute;
	top:-21px;
	right:-24px;
	cursor:pointer;
}



