.newcomer {
	position:relative;
	margin-right:0px;
	height:250px;
    overflow: hidden;
	background:#d8ffee;
}

.iproject {
	background: #ffcccc;
}

.editor {
	background: #f1f1b4;
}
.newcomer_table{
    width: 100%;
}
.newcomer_table_td1{
    /*height: 180px;*/
}
.newcomer_table_td2{
    /*height: 180px;*/
    width: 34px;
    background:#d8ffee url('/templates/tmpl0511/img/newcomer.png') 100% 0 no-repeat;
}

.iproject_table_td2{
    /*height: 180px;*/
    width: 34px;
    background:#d8ffee url('/templates/tmpl0511/img/iproject.png') 100% 0 no-repeat;
}
.newcomer_editor_table_td2{
    /*height: 180px;*/
    width: 34px;
    background:#f1f1b4 url('/templates/tmpl0511/img/editor.png') 100% 0 no-repeat;
}


.newcomer .image {
	float:left;
	margin:15px 15px 0 0;
}
.newcomer .image img {
	height:140px;
}

.newcomer .text {
	margin: 3px 0 0 0;
	height: 235px;
	overflow: hidden;
	font-size: 12px;
	color: #000;
}



.jcarousel-container {
    position: relative;
}

.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;
    height: 240px;
}

/**
 * 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;
    background-image:url('http://nephilim:8080/templates/tmpl0511/img/en.jpg');
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 240px;
    margin: 0;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 240px;
}

.jcarousel-skin-tango .jcarousel-item {
    height: 240px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 3px;
    right: -32px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url('/templates/tmpl0511/img/newcomer_down.gif') no-repeat 0 0;
}

.iproject_table_td1 .jcarousel-next-vertical {  background: url('/templates/tmpl0511/img/iproject_down.gif') no-repeat 0 0 !important;}
.iproject_table_td1 .jcarousel-prev-vertical {  background: url('/templates/tmpl0511/img/iproject_up.gif') no-repeat 0 0 !important;}

.newcomer_editor_table_td1 .jcarousel-next-vertical {  background: url('/templates/tmpl0511/img/editor_down.gif') no-repeat 0 0 !important;}
.newcomer_editor_table_td1 .jcarousel-prev-vertical {  background: url('/templates/tmpl0511/img/editor_up.gif') no-repeat 0 0 !important;}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical {
    cursor: default;
    opacity:0.3;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    bottom: 30px;
    right: -32px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url('/templates/tmpl0511/img/newcomer_up.gif') no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity:0.3;
}

