.postlist {
	height:65px;
	margin:-75px 0 0 85px;
	float:left;
	z-index:2;
	position:absolute;
	width:220px;
	overflow:hidden;
}


.postlist .p {
	font-weight:bold;
	margin-bottom:3px;
	margin:0;
	padding:0;
	width:180px;
	font-size:12px;
}

.postlist p {
	margin:0;
	padding:0;
}

.jcarousel-skin-tango .jcarousel-container {
	background-color:#F9F9F9;
}


.jcarousel-skin-tango .jcarousel-container-vertical {
	
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  325px;
    height: 300px;
}

.jcarousel-skin-tango .jcarousel-item {
	padding:10px;
    width: 300px;
    height: 80px;
	background-image: -moz-linear-gradient(top, #ffffff, #f9f9f9); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f9f9f9),color-stop(1, #ffffff)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f9f9f9'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f9f9f9')"; /* IE8 */
	border-bottom:1px #eee solid;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 320px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 320px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-verticals.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
