﻿
/* container for slides */
.highlights {
	background-color: #000000;
	border:1px solid #999999;	
	height:360px;	
	width:650px;
	position:relative;
	margin:0px 0px 20px 0px;
	padding:0px;
}

/* single slide */
.highlights .slide {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0px;
	height:360px;
	width:650px;
	background-color: #000000;
	background-repeat: no-repeat;
}
.highlights .slide .sidebar {
	float:right;
	position:relative;
	width:170px;
    background-color: #FFFFFF;
    border-left:1px solid #999999;
	height: 360px;
	margin: 0px 0px 0px 0px;
}

.highlights .slide .sidebar .sidebar_txt{
	padding: 0px 10px 0px 10px;
	overflow:hidden;
	left: 0; 
	max-height:330px;
	font-size: 11px;
	color: #585859;
	line-height: 13px;
}

/* header */
.highlights h1 {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #101110;
	font-family: Verdana, Geneva, sans-serif; 
	line-height: 17px;
}

.highlights h1 > a 
{
    color: #000000;
}

/* tabs (those little circles below slides) */
.highlights_tabs {
	width:478px;
	clear:both;
	position:absolute;
	margin-top: 324px;
}
.highlights_tabs .tabs {
	border:0px solid #ffffff;
	width:450px;
	margin-left:auto;
	margin-right:auto;	
}

/* single tab */
.highlights_tabs .tabs a {
	width:22px;
	height:22px;
	float:left;
	margin:8px;
	background:url(/img/navnotch.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	outline: 0;
}

.highlights_tabs .tabs .controls {
    float:right;
    margin:0px 0px;
    text-align:right;
    cursor: pointer;
}

.highlights .readnow {
    margin: 10px 10px;
    color:#17a5b0;
}
.highlights .readnow a {
    color:#17a5b0;
    text-decoration:none;
    font-weight:bold;
}

.highlights .readnow a img {
    float:right;

    //float:none;
    //vertical-align:top;
}

/* mouseover state */
.highlights_tabs a:hover {
	background-position:0 -22px;      
}

/* active state (current page state) */
.highlights_tabs a.current {
	background-position:0 -44px;     
} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
