div#slider {
	width: 620px; height: 325px;
	margin: 23px 0 20px 0;
	position: relative;
	overflow: hidden;
}
div#slider ul.ui-tabs-nav {
	position:absolute;
	top:0px;
	right:0;
	z-index:1;
	width:260px;
}
li.ui-tabs-nav-item {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
div#slider img {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
}

div#slider p {
	width: 332px; height: 87px;
	padding: 20px 25px 0 27px;
	position: absolute;
	bottom: 0; left: 0;
	background: url(../img/tpl/bg_highlights_p.png);
	border-top: 2px solid #ffffff;
	color: white;
}

div#slider p a {
	color: #ffc533;
	font-weight: bold;
	text-decoration: none;
}

div#slider p a:hover {
	text-decoration: underline;
}

div#slider a.callout {
	width: 187px; height: 87px;
	padding: 22px 20px 0 53px;
	display: block;
	z-index: 5;
	position: relative;
	float: right;
	clear: both;
	background: url(../img/tpl/bg_callout.png) no-repeat 0 0;
	color: white;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
div#slider .ui-state-active a.callout {
	background-position: 0 -109px;
}

div#slider .ui-state-active a.callout strong {
	color: #00216a;
}

div#slider a.callout.last {
	height: 85px;
}

div#slider a.callout strong {
	margin: 0 0 5px 0;
	display: block;
	color: #f9c528;
	font-size: 13px;
	text-transform: uppercase;
}

div#slider div.corners {
	width: 8px; height: 325px;
	position: absolute;
	top: 0;
	background: url(../img/tpl/highlights-corners-left.png) no-repeat;
	z-index: 10;
}

div#slider div.corners.right {
	right: 0;
	background: url(../img/tpl/highlights-corners-right.png) no-repeat;
}
div#slider .ui-tabs-panel {
	float: left;
	width: 669px;
	height: 325px;
	position: relative;
}
div#slider .ui-tabs-panel img {
	float: left;
}
div#slider .ui-tabs-hide {
	display: none;
}

div#side-content div.block-onecol.fixedheight {
	height: 125px;
}