#gosaimaa_news  {
background: #F7F7F9;
position: relative;
width:250px;
height:140px;
top:78px;
left:440px;
overflow: hidden;
}

.gosaimaa_news ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
/*.gosaimaa_news li {
	float: left;
	display: inline;
	overflow: scroll;
cursor: pointer;
    width: 240px;
    height: 140px;
}*/


#gosaimaa_news p{
	padding: 0;
}
#gosaimaa_news a {
	color: #363636;
}

#gosaimaa_news .back {
color: #0E244D;
position: absolute;
bottom: -15px;
left: 0px;
cursor: pointer;
}

#gosaimaa_news .next {
color: #0E244D;
position: absolute;
bottom: -15px;
right: 0px;
cursor: pointer;
}
#gosaimaa_news .next:hover, #gosaimaa_news .back:hover  {
color: #0045A6;
}
.gosaimaa_news li {
	padding: 0 0 0 0;
	overflow: hidden;
	cursor: pointer;
	text-align:center;
}
.gosaimaa_news li img {
	display: inline;
	max-height:100px;
	
}
.gosaimaa_news li p {
	float: left;
	font-weight: normal;
	color: #333;
	padding:0;
	margin:0;
}
#carousel_title{
font-size: 14px;
padding: 0;
margin:0;
color: #0045A6;
float:left;
width:100%;
font-weight: bold;
text-align:center;
text-decoration:underline;
}

span.ticker_date{
	font-weight: bold;
margin: 0 0 5px;
display: block;
}



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */


.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.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:250px;
	height:140px;
}

/**
 * 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-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
}
.jcarousel-prev-disabled{
    display: none !important;
}
.jcarousel-clip-horizontal{width: 100%;}
.jcarousel-item {height: 100%;}


