#hp_presentations {
	width: 100%;
	margin-bottom:25px;
}

#hp_presentations .end {
	clear: both;
	height:0;
	line-height:0;
}
	
#hp_whats_new {
	float: left;
	display: inline;
	width: 442px;
}



/* Slide Navigator */

#slide_navigator {
    font-size:0.9em;
	padding-left:20px;
}
#slide_navigator ul {
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
}
#slide_numbers {
	float:left;
}
#slide_numbers li {
	display:inline;
	margin-right:6px;
	background:none;
	padding-left:0;
}
#slide_navigator div#slide_prev, div#slide_next {
	margin-right:6px;
	float:left;
}
#slide_navigator a {
	outline: none;
	cursor: pointer;
}
#slide_navigator li a {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #68bfec;
	text-decoration: none;
	padding:1px 5px 2px;
}
#slide_navigator li a.active {
	cursor: auto;
	background:#3375b1;
}



#hp_whats_new #slides {
	/* font-size: .9em; */
}
#hp_whats_new #slides .slide {
	clear: both;
	padding-left: 20px;
	display: none;
}

#hp_whats_new .slide img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}

#hp_whats_new .slide h3 {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left:205px;
	font-size: 1.2em;
	font-style: normal;
}
#hp_whats_new .slide p {
	margin-bottom: 5px;
	margin-left:205px;
}
#hp_whats_new .permanent {
	font-size: .9em;
	line-height: 1.3em;
	min-height : 8.5em;
	padding-top: 10px;
	margin:0 20px;
	clear: both;
	overflow: hidden;
	border-top:1px solid #CCCCCC;
}
#hp_whats_new .permanent h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 1.2em;
	font-style: normal;
}
#hp_whats_new .permanent .permanent_1 {
	width: 180px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
#hp_whats_new .permanent .permanent_1 ul {
	list-style-image:url(/images/css/sidebar_li.gif/);
}
#hp_whats_new .permanent .permanent_2 {
	width: 180px;
	float: right;
}


/* this adjusts the styles - most importantly height - for the main content areas in the accordion and slideshow */
#hp_whats_new #slides .slide, #hp_left_tile .cell .content {
	line-height: 1.3em;
	overflow: auto;
	padding-top: 10px;
/*	padding-bottom: 5px;
*/	height: 13.5em;
	display: none;
}
#hp_whats_new #slides .slide.view, #hp_left_tile .cell .content.view {
	display: block;
}

#hp_left_tile {
	float: left;
	width: 244px;
}


/* News/blog ticker */

div#newsTicker, div#blogTicker {
	padding-top:5px;
}

div#newsTickerLeft, div#blogTickerLeft {
	float:left;
	padding-right:10px;
	width:16px;
}
div#newsTickerItems, div#blogTickerItems { 
	float:left;
	width:128px;
	overflow:hidden;
} 
 div#newsTickerRight, div#blogTickerRight {
	float:left;
	padding-left:10px;
	width:16px;
}	

div#newsTickerItems div, div#blogTickerItems div { 
	display:none;
} 
 
div#newsTickerItems div.active, div#blogTickerItems div.active { 
/*	display:block;
*/}