@charset "UTF-8";
/* CSS Document */

.highlights-box {
	overflow:hidden;
	width: 550px;
	height: 197px;
	padding: 0 !important;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(../images/highlight/bg.jpg);
	}
	
	.highlights-box div {
		margin: 0;
		padding: 0 !important;
		}

	.highlights-loading {
	width: 100%;
	height: 36px;
	background-image: url(../images/highlight/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
		}
	
	.highlights-box h4 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: -12px;
	*top: 10px;
	_top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 10;
		}
		
	.highlights-line {
	height: 5px;
	_height: 0px;
	background-color: #A7CD39;
	position: absolute;
	width: 550px;;
	top: 37px;
	*top: 30px;
	_top: 30px;
	z-index: 5;
	}
	
	.highlights-box img {
	position: absolute;
	top: 42px;
	margin: 0;
	left: 7px;
		}
	.highlight-innerbox {
	position: absolute;
	top: 42px;
	left: 252px;
	width: 290px;
	height: 149px;
	overflow: hidden;
	padding: 10px;
	background-image: url(../images/highlight/text_bg.gif);
	}
	
	.highlight-text {
	overflow: hidden;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	height: 129px;
	width: 265px;
	position: absolute;
	left: 10px;
	top: 5px;
		}
		
		.highlight-text p {
	margin: 15;
	padding: 25;
	line-height: inherit;
			}
		
	.highlights-timer {
		width: 182px;
		height: 4px;
		padding: 1px;
		background-color: #ccc;
		border: 1px solid #fff;
		opacity: 0.3;
		position: absolute;
		top: 44px;
		left: 10px;
		display: none;
		}
		
		.highlights-timer div {
			background-color: #000;
			width: 0%;
			height: 4px;
			opacity: 0.8;
			}
	
	.highlights-menu {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 25px;
	top: 10px;
		}
		
		ul.highlights-menu li {
			float: left;
			list-style: none outside;
			list-style-image: none;
			margin: 0 2px !important;
			padding:0 !important;
			background-image:none !important;
			}
			
		.highlights-menu a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -99999em !important;
	margin: 0 1px;
			}
			
		.highlights-menu a span {
			display: none;
		}
			
		.highlight-play a {
			background: url(../images/highlight/btn-pause.gif) no-repeat;
			}
			
		.highlight-prev a {
			background: url(../images/highlight/btn-prev.gif) no-repeat;
			}
			
		.highlight-next a {
			background: url(../images/highlight/btn-next.gif) no-repeat;
			}
			
		.highlight-indicator a {
	height: 11px;
	width: 9px;
	border: 1px solid #2ea7df;
	background-color: #fff;
	margin: 2px 0;
	overflow: hidden;
			}
			
		.highlight-indicator a:hover {
	border: 1px solid #333;
			}
			
		.highlight-indicator a.active {
	background-color: #2ea7df;
			}
