div#intro-container{
	width: 944px;
	height: 220px;
	margin: 20px auto 0 auto;
	background: url(../images/intro_background.png) no-repeat 0 0;
	color: #666;
	}
div#intro-container div#intro-col-1, div#intro-container div#intro-col-2{
	width: 410px;
	margin: 30px 0;
	padding: 0 30px;
	float: left;
	}
div#intro-container h2{
	font-size: 24px;
	letter-spacing: -1px;
	padding-left: 40px;
	line-height: 32px;
	}
div#intro-container h2#header-despre-noi{
	background: url(../images/icons/icon_despre_noi.png) no-repeat 0 50%;
	}
div#intro-container h2#header-contact{
	background: url(../images/icons/icon_contact.png) no-repeat 0 50%;
	}
div#intro-container p{
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0 0 0;
	}


/* *************************************************** */

div#highlights-container{
	width: 944px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

div#highlights-image, div#highlights-sliding-image{
	width: 936px;
	height: 342px;
	position: absolute;
	z-index: 10;
	left: 4px;
	top: 4px;
	background: url(../images/image_h_1.jpg);
	}
div#highlights-sliding-image{
	z-index: 11;
	}
div#highlights-contents{display: none;}

div#highlights-container-border{
	position: absolute;
	z-index: 20;
	width: 944px;
	height: 350px;
	background: url(../images/highlights_border.png) no-repeat;
	}

div#highlights-numbers-container{
	position: absolute;
	height: 28px;
	width: 383px;
	bottom: 4px;
	left: 10px;
	z-index: 30;
	}
a#highlights-arrow-left{
	width: 45px;
	height: 103px;
	background: url(../images/highlights_arrow_left.png) no-repeat 0 0;
	position: absolute;
	z-index: 25;
	text-indent: -9999em;
	left: 5px;
	top: 120px;
	}
a#highlights-arrow-right{
	width: 45px;
	height: 103px;
	background: url(../images/highlights_arrow_right.png) no-repeat 0 0;
	position: absolute;
	z-index: 25;
	text-indent: -9999em;
	right: 5px;
	top: 120px;
	}
a#highlights-arrow-left:hover{background-position: 0 -103px;}
a#highlights-arrow-right:hover{background-position: 0 -103px;}

ul#highlights-numbers{
	width: 200px;
	height: 27px;
	margin: 0 auto;
	}
ul#highlights-numbers li{
	display: block;
	width: 27px;
	height: 27px;
	margin: 0 5px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color:#aaa;
	line-height: 27px;
	}
ul#highlights-numbers li a{
	display: block;
	height: 27px;
	width: 27px;
	text-align: center;
	text-decoration: none;
	color: #aaa;
	}
ul#highlights-numbers li a:hover{
	color: #666;
	}
ul#highlights-numbers li a.active{
	background: url(../images/highlights_active.png) no-repeat;
	color: #666;
	}

div#highlights-content-container{
	height: 100px;
	width: 936px;
	position: absolute;
	z-index: 21;
	left: 3px;
	top: 4px;
	overflow: hidden;
	}
div#highlights-content-container-slide{
	width: 936px;
	height: 200px;
	position: absolute;
	z-index: 22;
	background: url(../images/highlights_pouring.png) no-repeat 0 0;
	opacity: .90;
	}
div#highlights-content-container-box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 23;
	}
h2#highlights-content-container-h2{
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
	padding: 5px 10px;
	}
p#highlights-content-container-p{
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 10px;
	}