#slider ul li {
border-bottom:0px dashed #BFC8CD;
margin:0;
padding:0;
background:#F3F3F3;
}

#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
			height before was 195 before cases, with webinars
		*/
		width: 499px;
		height:185px;
		overflow:hidden;
		}

ol#controls {
height:28px;
margin:1em 0;
padding:0;
}

ol#controls li {
float:left;
height:28px;
line-height:28px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 10px 0 0;
padding:0;
}

ol#controls li a {
background:#DAF3F8 none repeat scroll 0 0;
border:1px solid #CCCCCC;
color:#555555;
float:left;
height:28px;
line-height:28px;
padding:0 10px;
text-decoration:none;
}
