.jcarousel-skin-raise .jcarousel-container-horizontal {
    width: 352px;
	overflow: hidden;
	background: #E0E4E8;
}
.jcarousel-skin-raise .jcarousel-clip {
    overflow: visible;
}

.jcarousel-skin-raise .jcarousel-clip-horizontal {
    width:  100px;
    height: 75px;
	margin:0 auto;
	}
.jcarousel-skin-raise .jcarousel-item {
width:100px;
height:75px;
display:inline;
float:left;
margin-right: 1px;
overflow: hidden;
text-align: center;
}
.jcarousel-skin-raise .jcarousel-item img
{ /*width:100px;*/
height:75px;
}




/*-------- Buttons----------*/
.jcarousel-skin-raise .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 126px;
    height: 75px;
    cursor: pointer;
    background-image:url(../images/carousel-next.png);
	background-position: right top;
	background-repeat:	no-repeat;
}
.jcarousel-skin-raise .jcarousel-next-horizontal:hover,
.jcarousel-skin-raise .jcarousel-next-horizontal:focus,
.jcarousel-skin-raise .jcarousel-next-horizontal:active{
background-position: right center;}


.jcarousel-skin-raise .jcarousel-next-disabled-horizontal,
.jcarousel-skin-raise .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-raise .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-raise .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-position: right bottom;
}

.jcarousel-skin-raise .jcarousel-prev-horizontal {
     position: absolute;
    top: 0px;
    left: 0px;
    width: 126px;
    height: 75px;
    cursor: pointer;
      background-image:url(../images/carousel-prev.png);
	background-position:  right top;
	background-repeat:	no-repeat;
}
.jcarousel-skin-raise .jcarousel-prev-horizontal:hover,
.jcarousel-skin-raise .jcarousel-prev-horizontal:focus,
.jcarousel-skin-raise .jcarousel-prev-horizontal:active{
background-position: right center;}



.jcarousel-skin-raise .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-raise .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-raise .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-raise .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
background-position: right bottom;
}

#slideshow-main{
width:352px;
}
#slideshow-main ul{
margin:0;
padding:0;
width:352px;}

#slideshow-main li{
width:352px;
display:none;
position:relative;
text-align: center;
background-image: url("../images/rectangle.png");
background-position: center bottom;
background-repeat: no-repeat;
overflow:hidden;
margin-bottom: 3px;
}

#slideshow-main li:hover{
background-image: url("../images/rectangle-hover.png");
}

#slideshow-main li.active{
display:block!important;
}
#slideshow-main a{
display: block;
overflow: hidden;
/*background-image: url("../images/rectangle.png");
background-position: center 254px;
background-repeat:  no-repeat;*/
}
#slideshow-main a:hover {
/*background-image: url("../images/rectangle-hover.png") center 254px no-repeat;*/
}

#slideshow-main a{
/*border: 1px solid #4d6073;*/
margin-bottom: 5px;
background-color: #333;
}

#slideshow-main a:hover  img{
border-color: #ff6633;
}
#slideshow-carousel{width:302px;}
#slideshow-carousel ul{margin:0;padding:0;list-style:none;}
#slideshow-carousel img{height: 75px;}