#right-block{
	position:absolute;
	top:160px;	
	right:330px;
	width:286px;
	
	
	

	
}
#right-block .button{
 	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	background-color:rgba(40,60,93,0.9);
	color:#f1f1f1;
	height:20px;
	float:left;
	text-align:center;
	border:1px solid #969696;
	margin-bottom:2px;
	cursor: pointer;	
}
#right-block .up{

	
}
#posts{
	
	width:100%;
	
}
#right-block #posts div{
	width:100%;
	

}
#right-block .down{
	position:absolute;
	top:260px;
}

.jcarousel-container li{
	background:none;
	width:200%;
}	

.jcarousel-row li
{
}

/**
 * Buttons
 */
  .jcarousel-next,
  .jcarousel-prev {
  display: block;

}


/**
 *  Vertical Buttons
 */
  .jcarousel-prev-vertical {

}
  .jcarousel-prev-vertical:hover {

}
  .jcarousel-prev-vertical:active {

}
  .jcarousel-prev-disabled-vertical,
  .jcarousel-prev-disabled-vertical:hover,
  .jcarousel-prev-disabled-vertical:active {
  cursor: default;

}

  .jcarousel-next-vertical {
  position: absolute;

}
  .jcarousel-next-vertical:hover {

}
  .jcarousel-next-vertical:active {

}
  .jcarousel-next-disabled-vertical,
  .jcarousel-next-disabled-vertical:hover,
  .jcarousel-next-disabled-vertical:active {
  cursor: default;

}


