.jcarousel-skin-profile .jcarousel-container {
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    
  /*background: #D4D0C8;*/
	/*background: #9bb8de;
	background: -webkit-gradient(linear, left top, left bottom, from(#9bb8de), to(#b9d0ef));
	background: -moz-linear-gradient(top, #9bb8de, #b9d0ef );
	background: -o-linear-gradient(top, #9bb8de, #b9d0ef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bb8de', endColorstr='#b9d0ef');	   */
	
	/*background:#c6c6c6;*/
	/*background:#468385;*/
  /*-webkit-box-shadow: 5px 5px 5px #c8c8c8; 
	-moz-box-shadow: 5px 5px 5px #c8c8c8;
	box-shadow: 5px 5px 5px #c8c8c8;*/

  background:#808080;     
  border: 1px solid #808080;
}


.jcarousel-skin-profile .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-profile .jcarousel-container-horizontal {
    width: 580px;   
    padding: 8px 40px;
    
    margin:0 auto;
}


.jcarousel-skin-profile .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-profile .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-profile .jcarousel-clip-horizontal {
    width:  580px;	/*110px * i + 10 * (i-1)
    /*width:230px;*/
    height: 157px;
}

.jcarousel-skin-profile .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-profile .jcarousel-item {
    width: 108px;
    height: 155px;
    border: 1px solid #fff;
}

.jcarousel-skin-profile .jcarousel-item:hover,
.jcarousel-skin-profile .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-profile .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-profile .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-profile .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-profile .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-profile .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    
    width: 32px;
    height: 100%;
    
    cursor: pointer;
    /*background: #468385 url(next-horizontal.png) no-repeat 0 center;*/
   background: #808080 url(next-horizontal.png) no-repeat 0 center;
   
    /* 
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius:  0 10px 10px 0;*/  


    
}

.jcarousel-skin-profile .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-profile .jcarousel-next-horizontal:hover,
.jcarousel-skin-profile .jcarousel-next-horizontal:focus {
   background-color:#6e8787;    
    background-position: -32px center;
}

.jcarousel-skin-profile .jcarousel-next-horizontal:active {
   background-color:#6e8787;    
    background-position: -64px center;
}

.jcarousel-skin-profile .jcarousel-next-disabled-horizontal,
.jcarousel-skin-profile .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-profile .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-profile .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px center;
}

.jcarousel-skin-profile .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 32px;
    height: 100%;
    
    cursor: pointer;
    /*background: #468385 url(prev-horizontal.png) no-repeat 0 center;*/
    background: #808080 url(prev-horizontal.png) no-repeat 0 center;
      
    /*
    -moz-border-radius: 10px 0  0 10px;
    -webkit-border-radius: 10px 0  0 10px;
    border-radius:  10px 0  0 10px;*/
}

.jcarousel-skin-profile .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-profile .jcarousel-prev-horizontal:hover,
.jcarousel-skin-profile .jcarousel-prev-horizontal:focus {
    background-color:#6e8787;    
    background-position: -32px center;
}

.jcarousel-skin-profile .jcarousel-prev-horizontal:active {
   background-color:#6e8787;    
    background-position: -64px center;
}

.jcarousel-skin-profile .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-profile .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-profile .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-profile .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px center;
}

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

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

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

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

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

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

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

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


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
