#gosaimaa_news  {
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
background: #fff;
height: 190px;
position: relative;
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: #666;
position: absolute;
bottom: 0;
left: 0;
cursor: pointer;
}

#gosaimaa_news .next {
color: #666;
	position: absolute;
bottom: 0;
right: 0;
cursor: pointer;
}

.newsHeader{background: url(images/btn_avaatapahtumak.png) repeat-x bottom left; position: relative; width: 100%;}
#side_l .newsHeader h2, #side_l .newsHeader h1 {
	margin: 0 0 0 0;
	padding: 0 8px;
color: #fff;
line-height: 26px;
font-size: 14px;
}
.gosaimaa_news li {
	padding: 15px 0 0 0;
	overflow: hidden;
cursor: pointer;
}
.gosaimaa_news li img {
	float: left;
	display: inline;
}
#side_l .gosaimaa_news li p {
	float: left;
	font-weight: normal;
color: #333;
}
.gosaimaa_news h3{
font-size: 14px;
padding: 0;
}
.newsHeader a{
	position: absolute; top: 5px; right: 5px; color: #ddd;
}
.newsHeader a:hover{color: #eee}

.news_cont{
	background: #fff; width: 100%;
}

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: 240px;
    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%;}

