#main { 
	background: white url(pen-huge.jpg) no-repeat -20px -20px;
}
#content { 
	padding: 1.7em 3em 3.6em 3em; 
	height: 430px;
	position: relative;
}
#content .col1 { padding: 2em 0 1em 0;  width: 325px; position: absolute; top:3em; left:40px;}
#content .col1 h3 { font-size: 142%;  margin: 0 0 5px 0; color: #999999; font-weight: normal; letter-spacing:0px;}
#content .col1 h2 { font-size: 142%;  margin: 0 0 15px 0; color: #000; font-weight: normal; line-height:1.4;letter-spacing:0px;}
#content .col1 p { font-size: 100%;  margin: 0 0 15px 0; color: #000; font-weight: normal; letter-spacing:0px;}
#featured-logo { margin: 0 0 10px 0; }
#content .col2, #show { 
	width: 540px; position: absolute; top:0px; left:180px;
}
#content .col2 { 
	width: 600px; position: absolute; top:15px; left:370px;
}

#content { overflow: hidden; }
#slides { visibility: hidden; z-index: 2; }
#remote-control { 
	position: absolute;
	top: 440px;
	left: 260px;
	z-index: 3; 
	width: 96px;
	height: 32px;
	display: inline;
	font-size: 100%;
	margin: 0;
}
#remote-control li {
	float: left;
	display: inline;
	width: 32px;
	height: 32px;
}
#remote-control li a {
	display: block;
	width: 32px;
	height: 32px;
	opacity: .8;
}
#remote-control li a:hover {
	opacity: 1;
}
#remote-control li a:active {
	opacity: .9;
}
#remote-control li.prev a {
	background: transparent url(../../icons/player/prev.png) no-repeat 0% 0%;
}
#remote-control li.pause a {
	background: transparent url(../../icons/player/pause.png) no-repeat 0% 0%;
}
#remote-control li.play { display: none; }
#remote-control li.play a {
	background: transparent url(../../icons/player/play.png) no-repeat 0% 0%;
}
#remote-control li.next a {
	background: transparent url(../../icons/player/next.png) no-repeat 0% 0%;
}