.jcarousel-skin-mash .jcarousel-container {

	
	
}

.jcarousel-skin-mash .jcarousel-container-horizontal {
    width: 445px; 
}

.jcarousel-skin-mash .jcarousel-clip-horizontal {
     width: 399px;
   height: 90px;
   margin-left: 26px;
    margin-right: 26px;
}

.jcarousel-skin-mash .jcarousel-container-vertical {
    width: 112px;
    height: 515px;
 
}

.jcarousel-skin-mash .jcarousel-clip-vertical {
     width: 112px;
   height: 470px;
   margin-top: 26px;
    margin-bottom: 26px;
}

.jcarousel-skin-mash .jcarousel-item {
    width: 96px; 
    height: 75px;
   
    
}

.jcarousel-skin-mash .jcarousel-item-horizontal {

	margin-right: 4px;
	
   
}

.jcarousel-skin-mash .jcarousel-item-vertical {

	margin-bottom: 8px;
	
   
}



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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-mash .jcarousel-next-horizontal {
    position: absolute;
    bottom: 32px;
    right: 0px;
    width: 16px;
    height: 34px;
    cursor: pointer;
    background: transparent url(/images/photo_nav_arrow_f.png) no-repeat 0 0;
}

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

.jcarousel-skin-mash .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 32px;
    left: 0px;
    width: 16px;
    height: 34px;
    cursor: pointer;
    background: transparent url(/images/photo_nav_arrow_b.png) no-repeat 0 0;
}



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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-mash .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 34px;
    height: 16px;
    cursor: pointer;

    background: transparent url(/images/photo_nav_arrow_down.png) no-repeat 0 0;
}


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

.jcarousel-skin-mash .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 34px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/photo_nav_arrow_up.png) no-repeat 0 0;
}


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



.jcarousel-control {
  
    text-align: right;
}

.jcarousel-control a {
  
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}


#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
  
}





