div#header div.left {
	background-image: url(/inc/img/skin/header_orange.jpg);
}

div#container  div.line {
	line-height: 8px;
	background-image: url(/inc/img/skin/line_orange.jpg);
	background-repeat: repeat-x;
	height: 8px;
}

div#content .left ul{
	list-style-image: url(/inc/img/skin/bullit_orange.jpg);
}

div#content .left ul li.current{
	list-style-image: url(/inc/img/skin/bullit_on_orange.jpg);
}

a {
	color: #fd8030;
	text-decoration: none;
}

a:hover {
	color: #fd8030;
	text-decoration: underline;
}

div#content .left ul li a:hover {
	color: #fd8030;
}

/* --- belt --- */
.jquery_belt {
/*background-color:#ADADAD;*/
}
	.jquery_belt li img {
	border-color:#CBCBCB;
	}
	.jquery_belt li.first {
	border-left-color:#5F5F5F;
	}
	.jquery_belt a.previous {
	background-position:-118px -308px;
	}
	.jquery_belt a.previous:hover {
	background-position:-118px -277px;
	}
	.jquery_belt a.previous:active {
	background-position:-118px -246px;
	}
	.jquery_belt a.next {
	background-position:-84px -308px;
	}
	.jquery_belt a.next:hover {
	background-position:-84px -277px;
	}
	.jquery_belt a.next:active {
	background-position:-84px -246px;
	}

/* --- carousel --- */
.jquery_carousel_imgwrp img {
border-color:#CBCBCB;
}
	.jquery_carousel_imgwrp a.previous:hover span {
	background-position:-42px -328px;
	}
	.jquery_carousel_imgwrp a.previous:active span {
	background-position:-42px -287px;
	}
	.jquery_carousel_imgwrp a.next:hover span {
	background-position:0 -328px;
	}
	.jquery_carousel_imgwrp a.next:active span {
	background-position:0 -287px;
	}
