.jcarousel-container-horizontal {
  max-width: 1138px;
  padding: 1px 40px 1px 40px;
  margin: auto;
}

#slider .jcarousel-container-horizontal {
  height: 268px;
}

#slider_bottom .jcarousel-container-horizontal {
  height: 100px;
}

#jcarousel-node-album .jcarousel-container-horizontal {
  max-width: 640px;
  height: 480px;
}

.jcarousel-clip-horizontal {
  /*width: 938px;*/
  overflow: hidden;
}

#slider .jcarousel-clip-horizontal{
  height: 269px;
}

#slider_bottom .jcarousel-clip-horizontal {
  height: 100px;
}

#jcarousel-node-album .jcarousel-clip-horizontal {
  height: 480px;
}

.jcarousel-item {
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: none;
}

#slider .jcarousel-item {
  width: 938px;
}

#slider_bottom .jcarousel-item {
  width: auto;
  padding-left: 22px;
  padding-right: 22px; 
}

#jcarousel-node-album .jcarousel-item {
  width: 640px;
  /*padding-left: 22px;
  padding-right: 22px;*/ 
  height: 500px;
}

#jcarousel-node-album .jcarousel-item  .img_description {
  position: relative;
  margin-top: -50px;
  padding: 10px 10px;
  color: #fff;
  width: 500px;
  background: url("img_carousel/jcarousel-text-bg.png") repeat scroll 0 0 transparent;
}

#main  #jcarousel-node-album li{
  clear: none;
}

#slider .jcarousel-item {
  height: 269px;
}

#slider_bottom .jcarousel-item {
  height: 100px;
}

.jcarousel-item-horizontal {
  margin: 0 2px;
}

.jcarousel-item-placeholder {
  color: #000;
}

/**
 * Horizontal Buttons
 */
.jcarousel-next,
.jcarousel-prev {
  display: block;
  width: 40px;
  height: 47px;
}

#slider .jcarousel-prev-horizontal {
  background: url(img_carousel/jcarousel-left.png) no-repeat 2px center;
  position: absolute;
  top: 110px;
  left: 0px;
}

#slider .jcarousel-next-horizontal {
  background: #fff url(img_carousel/jcarousel-right.png) no-repeat 6px center;
  position: absolute;
  top: 110px;
  right: 0px;
}

#slider_bottom .jcarousel-prev-horizontal {
  background: url(img_carousel/jcarousel-left.png) no-repeat 2px center;
  position: absolute;
  top: 15px;
  left: 0px;
}

#slider_bottom .jcarousel-next-horizontal {
  background: #fff url(img_carousel/jcarousel-right.png) no-repeat 6px center;
  position: absolute;
  top: 15px;
  right: 0px;
}

#jcarousel-node-album .jcarousel-prev-horizontal {
  background: url(img_carousel/jcarousel-left.png) no-repeat 2px center;
  position: absolute;
  top: 240px;
  left: 0px;
}

#jcarousel-node-album  .jcarousel-next-horizontal {
  background: #fff url(img_carousel/jcarousel-right.png) no-repeat 6px center;
  position: absolute;
  top: 240px;
  right: 0px;
}


.img-frontpage {
	float: left;
	margin: 0 0px;
	padding: 0 0px;
	width: 400px;
	text-align: left;
	height: 246px;
}
.jcarousel-text {
	background: transparent url(img_carousel/jcarousel-text-bg.png) repeat;
	border: 1px solid #333333;
	float: left;
	margin: 30px 0px 30px 20px;
	width: 570px;
}
h2.jcarousel-title {
	float: left;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0 0 10px; 
	width: 510px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	text-align: left;
	background: none;
}
h2.jcarousel-title a{
	color: #eee;
}

.jcarousel-anons {
	float: left;
	width: 545px;
	overflow: hidden;
	color: #ddd;
	font-size: 1.28em;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.jcarousel-anons p{
	margin: 0px;
}

.jcarousel-podr-frontpage {
	float: left;
	text-align: right;
	width: 510px;
	height: 30px;
	padding-top: 20px;
	font-size: 1.22em;
}

.jcarousel-img {
	float: right;
}

