@charset "UTF-8";
/* CSS Document */
.holderDiv_hp_news ul{
	padding:0;
	margin:0;
	height:100px;
}
.holderDiv_hp_news ul li{
	color:#666666;
	display:block;
	padding-left:16px;
	background:url(images/bullet3.gif) left center no-repeat;
}
.holderDiv_hp_news ul li a{
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:underline;
	color:#7E6B71;
}
a.next_hp_news{
	background:url(images/next.gif) center -25px no-repeat;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:right;
	}

a.previous_hp_news{
	background:url(images/previous.gif) center -25px no-repeat;
	width:25px;
	height:25px;
	display:block;
	text-indent:-9999px;
	float:right;
}
a.hover_hp_news:hover{
	background-position:center 0;
}
a.disabled_hp_news{
	cursor: default;
	background-position:center -50px;
}