body { behavior: url("/shared/files/csshover3.htc"); } 

#index_newsBox_container{
	width:471px;
	margin-top:5px;
	margin-left:5px;

}
.news-scroll{
	margin-top:100px;
}


#carousel-container{
	
	
	padding:20px 65px 0px 60px;
	width:580px;
	height:140px;
	overflow:hidden;
	position:relative;
	z-index:3;
}

#tabs-container{
	height:35px;
	overflow:hidden;
	padding-left:5px;
		
		
}

#tabs-container .tab{
	margin-top:9px;
	float:left;
	border:1px solid #E8AB00;
	color:#E8AB00;
	font-weight:bold;
	font-size:0.8em;
    padding:4px 8px 5px 8px;
	display:block
	position:relative;
	text-decoration:none;
	margin-left:1px;
}

#tabs-container .selected{
	background-color:#E8AB00 !important;
	color:#ffffff;
	margin-top:8px;
	padding-top:6px;
	padding-bottom:5px;
	border-color:0px !important;
}

.carousel-box{
	border:1px solid #E8AB00;
	height:100px;
	position:absolute;
	width:570px;
	top:55px;
	
	
}

#tabs-container .tab:hover{
	background-color:#0092CF;
	color:#ffffff;
	border-color:#0092CF;
}

.arrow{
	width:43px;
	height:50px;
	background:url(/open/img/navi-arrows.gif) no-repeat;
	margin-top:25px;
	display:block;
	
}

.back-arrow{
	background-position:-4px -4px;
	float:left;
}

.back-arrow:hover{
	background-position:-4px -66px;
}

.next-arrow{
	background-position:-55px -4px;
	float:right;
}

.next-arrow:hover{
	background-position:-55px -66px;
}

.carousel-item{
	width:185px;
	float:left;
}

.carousel-item .item-image{
	float:left;
	display:block;
	border:1px solid #0092CF;
}

.carousel-item .carousel-content{
	float:left;
	margin-left:5px;
	font-size:0.7em;
	width:90px;
}

.carousel-item .carousel-content a{
	text-decoration:none;
	color:#0092CF;
	font-weight:bold;
}





/* jcarousel*/
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	margin-top:10px;
	margin-bottom:10px;
}

.jcarousel-clip {
    z-index: 2;
    margin: 0px 0px 0px 10px;
    overflow: hidden;
    position: relative;
	width:555px;
	height:90px;
	
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 185px;
    height: 85px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-prev {
	z-index: 3;
    width:43px;
	height:50px;
	background:url(/open/img/navi-arrows.gif) no-repeat;
	margin-top:25px;
	display:block;
	background-position:-4px -4px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:-50px;
	_left:-60px;
	
}

.jcarousel-prev:hover{
	background-position:-4px -66px;
}



.jcarousel-next {
    z-index: 3;
   	width:43px;
	height:50px;
	background:url(/open/img/navi-arrows.gif) no-repeat;
	margin-top:25px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:0px;
	
	left:580px;
	_left: 570px;
	background-position:-55px -4px;
}

.jcarousel-next:hover{
	background-position:-55px -66px;
}

.jcarousel-prev-disabled{
	background-position:-4px -126px !important;
	cursor:default;
}

.jcarousel-next-disabled{
	background-position:-55px -126px !important;
	cursor:default;
}

.carousel-wrapper{
	height:170px;
	overflow:hidden;
}


#scroller_container1 {
overflow:auto;
position:relative
}
#scroller_container1 {
float:left;
height:16px;
overflow:hidden;
width:680px;
background-color:#E8AB00;
margin-left:10px;
_margin-left:5px;
color:#ffffff;
font-weight:bold;
margin-bottom:10px;
font-size:13px;
padding-bottom:4px;

}

#scroller_container1 a{
	text-decoration:none;
	color:#ffffff;
	padding-top:2px;
	margin-top:2px;
}

#scroller_container1 a:hover{
	color:#0092CF;
	
}

.scroller-block{
	padding-top:1px;
}

.scroller-prefix{
	background-color:#E8AB00;
	z-index:10;
	padding:1px 10px 0px 5px;
	width:auto;
	position:absolute;
	top:0px;
}





