#hp-artBox {
	position: absolute;
	left: 29px;
	width: 901px;
	height: 203px;
	/*background: url('/images/hp_topArtBk.png') no-repeat 0px 0px;*/
}
.hpTitle {
	font: bold 16px 'Times New Roman',Roman,serif;
	color: #63864e;
}
.hpGrayBtn {
	width: 165px;
	padding-top: 3px;
	height: 19px;
	background: url('/images/hpGrayBtn.png') no-repeat top center;
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
	cursor: default;
}
.hpGrayBtn a {
	color: #3a7530;
	text-decoration: none;
	cursor: pointer;
}
.hpGrayBtn a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.hpGreenBtn {
	width: 165px;
	padding-top: 3px;
	height: 19px;
	background: url('/images/hpGreenBtn.png') no-repeat top center;
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
	cursor: default;
}
.hpGreenBtn a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.hpGreenBtn a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/** **/

#hp-header-art  {
	/*background: url(/images/bg_slider.jpg) no-repeat top left;*/
	text-align: center;
	height: 245px;
}

#hp-header-art .citat {
	font-family: Corbel, Arial, sans-serif;
	font-size: 19px;
	color: #ffffff;
	width: 370px;
	background: url(/images/start-cite.png) no-repeat top left;
	padding-left: 30px;
	padding-top: 4px;
	line-height: 24px;
	margin-left: 30px;
	margin-top: 17px;
	height: 108px;
}

#hp-header-art .citat span {
	background: url(/images/fine-cite.png) no-repeat top left;
	text-indent: -9999px;
	margin-left: 10px;
	position: relative;
	top: 10px;
}

#hp-header-art .slider-left {
	float: left;
}

#hp-header-art .slider-nume {
	float: right;
	width: 280px;
}

#hp-header-art .slider-nume h2 {
	margin-top: 48px;
	font-family: Corbel;
	font-weight: normal;
	font-size: 25px;
	color: #ffffff;
}

#hp-header-art .slider-nume p {
	margin-top: 17px;
	font-family: Corbel;
	font-size: 15px;
	color: #ffffff;
	font-style: italic;
}

#hp-header-art p.cta {
	margin-top: 13px;
	margin-left: 89px;
	width: 26em;
	line-height: 17px;
}

#hp-header-art p.cta a {
	color: #383834;
	font-family: Corbel;
	font-size: 15px;
	text-decoration: underline;
}

#slides {
	padding-top: 2px;
	padding-left: 29px;
	position: relative;
}

#slides .slide img {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 435px;
}

/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:900px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
	width:900px;
	height:205px;
	display:block;
}

/*
	Pagination
*/

.pagination {
	position: absolute;
	width: 200px;
	left: 684px;
	top: 174px;
	z-index: 100;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background:url(/images/bullet.png) no-repeat top left;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background:url(/images/bullet-active.png) no-repeat top left;
}
