@charset "UTF-8";
/* CSS Document */
.orm h3.fsl {
/*
	font-size:20px;
*/
}
#webcast-topics {
	height: 28px;
	margin-left: 14px;
        background: transparent url(http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-nav-bg.png) left bottom repeat-x;
}

#webcast-topics h3 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 4px 15px 0 15px;
	line-height:16px;
	height:21px;
}

#webcast-topics ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#webcast-topics li {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background: transparent url(http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-divider.png) left bottom no-repeat;
}

#webcast-topics li a {
	display: block;
	padding: 5px 10px 0 9px;
	margin: 2px 0 0 1px;
	line-height: 19px;
	border-top: 1px solid #fff;
	color: #444;
}

#webcast-topics li a:hover {
	color: #b9002d;
	text-decoration: none;
}

#webcast-topics li a.selected {
	padding: 6px 10px 0 9px;
	margin: 1px 0 0 1px;
	background-color: #f4f4f4;
	border-top: 1px solid #eee;
	color: #b9002d;
	text-decoration: none;
}

#webcast-topics li a:focus {
	outline: 0;
}

#slider {
width: 944px;
border:1px solid #ccc;
padding:0;
height: 350px;
overflow: hidden; 
position: relative;
}

#slider .left {
background: transparent url(http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-left-bg.png) 0 0 repeat-y;
height:100%;
position:absolute;
width:28px;
z-index:9;
}

#slider .right {
background: transparent url(http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-right-bg.png) 0 0 repeat-y;
height:100%;
position:absolute;
right:0;
width:28px;
z-index:9;
}

#slider .left a {
background:url("http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-left-arrow.png") no-repeat scroll 9px -52px transparent;
display:block;
height:26px;
margin:160px 0 0;
width:28px;
}

#slider .left a.hidden {
display: none;
}

#slider .left a.clickable {
background-position: 9px 0px;
}

#slider .right a {
background:url("http://cdn.oreillystatic.com/images/oreilly/title-scroll/item-list-right-arrow.png") no-repeat scroll 9px -52px transparent;
display:block;
height:26px;
margin:160px 0 0;
width:28px;
}

#slider .right a.hidden {
display: none;
}

#slider .right a.clickable {
background-position: 9px 0px;
}

#slider ul {
height: 153px;
width: 100%;
position: absolute;
left: 28px;
margin-top:15px;
overflow: hidden;
}

#slider ul li {
display: block;
float: left;
width: 268px;
height: 135px;
border: 1px solid #ccc;
margin-right: 15px;
padding:8px;
overflow: hidden;
background-color: #fff;
}

#slider ul li .presenter {
padding-bottom:80px;
}
