/*
 * content default history
 */

div.content_default_history { /* => default_ie6.css */
	background: url('../img/content/history/background.png') no-repeat;
	height: 331px;
	margin: 12px 0 0 0;
	position: relative;
	width: 679px;
}

div.content_default_history div.scroll {
	height: 295px;
	overflow: hidden;
	margin: 5px 5px 0 5px;
	width: 669px;
}

div.content_default_history div.scroll div.scroll_inner {
	width: 10035px;
}

div.content_default_history div.scroll div.scroll_inner div.item {
	float: left;
	height: 295px;
	width: 669px;
}

div.content_default_history div.scroll div.scroll_inner div.item  div.year {
	height: 82px;
	margin-top: 110px;
}

div.content_default_history div.scroll div.scroll_inner div.item div.text {
	padding: 4px 50px 0 0;
}

div.content_default_history div.scroll div.scroll_inner div.item div.text div.text_inner {
	margin-left: 381px;
}

div.content_default_history div.scroll div.scroll_inner div.item div.text h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

div.content_default_history div.scroll div.scroll_inner div.item div.image {
	float: left;
	text-align: right;
	width: 370px;
	height: 295px;
}

div.content_default_history div.prev,
div.content_default_history div.next {
	position: absolute;
	top: 146px;
}

div.content_default_history div.prev {
	left: 5px;
}

div.content_default_history div.next {
	right: 5px;
}

div.content_default_history div.prev a,
div.content_default_history div.next a {
	background: no-repeat;
	height: 47px;
	display: block;
	width: 39px;
}

div.content_default_history div.prev a {
	background-image: url('../img/content/history/arrow_left_inactive.png')
}

div.content_default_history div.next a {
	background-image: url('../img/content/history/arrow_right_inactive.png')
}

div.content_default_history div.prev a.active {
	background-image: url('../img/content/history/arrow_left.png')
}

div.content_default_history div.next a.active {
	background-image: url('../img/content/history/arrow_right.png')
}

div.content_default_history div.menu {
	left: 18px;
	position: absolute;
	top: 304px;
}

div.content_default_history div.menu ul li {
	background: none;
	float: left;
	padding: 0 1px 0 0;
}

div.content_default_history div.menu ul li a {
	background: url('../img/content/history/menu.gif') 0 0 no-repeat;
	display: block;
	padding: 5px 0 3px 7px;
	width: 32px;
    width: 30px;
	text-decoration: none;
	font-size: 11px;
}

div.content_default_history div.menu ul li a:hover,
div.content_default_history div.menu ul li a.active {
	color: #ffffff;
	background-image: url('../img/content/history/menu_active.gif');

}
