@charset "ISO-8859-1";
.divider {
	clear: both;
	height: 0px;
	position: relative;
}
.videoplayer {
	position: relative;
	width: 90%;
	margin: 0 auto;
/*	clear: both;	*/
}
.screenspacer {
	position: relative;
	height: 295px;
	width: 480px;
	float: left;
}
.scroll {
	overflow: auto;
	height: 443px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-bottom-color: #ede8e8;
	border-left-color: #ede8e8;
	width: 160px;
	position: relative;
	padding-left: 2px;
	float: right;
	margin-left: 6px;
	z-index: 200;
}
/* This applies to all browsers who are NOT IE6 and below */
html>body .scroll {
	margin-right: 31px;
}
.spanspacer {
/*	height: 300px;	*/
}
/* This applies to all browsers who are NOT IE6 and below */
html>body .spanspacer {
	width: 80%;
	min-width: 300px;
}
/* This is for IE7 only */
*:first-child+html .videoplayer .spanspacer {
	float: left;
	width: 166px;
	min-width: 166px;
}
#screenandspancontainer, #iecontainer {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;	/* added for IE 7 */
	height: 800px;
/*	margin-top: -20px;	*/
}
.screenandspan  {
	position: relative;
	clear: both;	
	margin-bottom: 30px;
}
/* This applies to all browsers who are NOT IE6 and below */
html>body .screenandspan {
	clear: none;
	height: 780px;
/*	padding-top: 20px;	*/
	min-height: 325px;
}
.screen {
	float: left;
	position: relative;
	margin-right: 6px;
}
.scrollspacer {
	float: right;
	position: relative;
	height: 480px;
	width: 160px;
	margin-left: 6px;
/*	padding-left: 2px;	*/
	margin-right: 36px;
}
.videoplayer span {
/*	position: relative;	*/
	display: block;
	clear: left;
	float: left;
	width: auto;
/*	height: 300px;	*/
}
/* This applies to all browsers who are NOT IE6 and below */
html>body .videoplayer span {
	float: none;
	clear: none;
	width: 80%;
/*	height: auto;	*/
}
/* This is for IE7 only */
*:first-child+html .videoplayer span {
	clear: left;
	position: relative;
	display: inline;
}
.ie7span {
	float: left;
}