/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.nop-jcarousel {
    border: 1px solid #d5d5d5;
    background: #eee;
    border-radius: 5px;
    margin: 10px 0;
}
.nop-jcarousel > h2 {
    position: relative;
    background: url('images/block_topbg.png') repeat-x;
    padding: 0 10px;
    font: normal bold 13px/39px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border-bottom: 1px solid #d5d5d5;
}
.nop-jcarousel .jcarousel-container-horizontal {
    padding: 15px;
}
.jcarousel-list-horizontal {
    padding: 10px 0 !important;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .item-holder {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}
.nop-jcarousel .item-holder .ribbon-wrapper {
    position: static;
}
.nop-jcarousel .item-holder:after,
.nop-jcarousel .jcarousel-item-horizontal .item-info:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
    content: ".";
	line-height: 0;        
}
.nop-jcarousel .jcarousel-item-horizontal {
    margin: 0 4px;
}
.nop-jcarousel .jcarousel-item .thumb-img {
    display: block;
    height: 140px;
    overflow: hidden;
    text-align: center;
}
.nop-jcarousel .jcarousel-item .thumb-img:hover img {
    opacity: 0.8;
}
.nop-jcarousel .jcarousel-next-horizontal, 
.nop-jcarousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 22px;
    cursor: pointer;
    margin: -11px 0 0;
}
.nop-jcarousel .jcarousel-next-horizontal {
    right: 4px;
    background: url('images/next-horizontal.png') top no-repeat;
}
.nop-jcarousel .jcarousel-prev-horizontal {
    left: 4px;
    background: url('images/prev-horizontal.png') top no-repeat;
}
.nop-jcarousel .jcarousel-next-horizontal:hover, 
.nop-jcarousel .jcarousel-next-horizontal:focus,
.nop-jcarousel .jcarousel-prev-horizontal:hover, 
.nop-jcarousel .jcarousel-prev-horizontal:focus {
    background-position: bottom;
}
.nop-jcarousel .jcarousel-next-horizontal:active, 
.nop-jcarousel .jcarousel-prev-horizontal:active {
    opacity: 0.8;
}
.nop-jcarousel .jcarousel-next-disabled-horizontal, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:focus, 
.nop-jcarousel .jcarousel-next-disabled-horizontal:active,
.nop-jcarousel .jcarousel-prev-disabled-horizontal, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:focus, 
.nop-jcarousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    opacity: 0.3;
}
.nop-jcarousel .jcarousel-next-disabled:hover,
.nop-jcarousel .jcarousel-prev-disabled:hover {
    background-position: top;
}
.nop-jcarousel .jcarousel-product-title {
    margin-bottom: 5px;
}
.nop-jcarousel .jcarousel-product-name {
    display: block;
    height: 30px;
    overflow: hidden;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.nop-jcarousel .jcarousel-product-name:hover {
    color: #396F00;
}
.nop-jcarousel .jcarousel-item .short-description {
    height: 27px;
    overflow: hidden;
    margin: 0 0 5px;
    font: normal normal 11px Arial, Helvetica, sans-serif;
    color: #666;
}
.nop-jcarousel .jcarousel-item .prices {
    height: 18px;
    overflow: hidden;
    margin-bottom: 5px;
}
.nop-jcarousel .jcarousel-item .prices > * {
    display: inline-block;
    margin-right: 5px;
    line-height: 18px;
}
.nop-jcarousel .jcarousel-item .button {
    display: inline-block;
    background: #e3e3e3 url('images/bkg_btn.png') top repeat-x;
    padding: 0 12px;
    text-align: center;
    font: normal bold 11px/23px Tahoma, Geneva, sans-serif;
    color: #000;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    float: right;
    cursor: pointer;
}
.nop-jcarousel .jcarousel-item .button:hover {
    background-position: bottom;
}

/* VERTICAL */

.vertical-holder {
    margin: 0 0 10px;
}
.nop-jcarousel .jcarousel-container-vertical {
    padding: 30px 13px 25px;
}
.nop-jcarousel .jcarousel-clip-vertical {
    height: 272px;
}
.nop-jcarousel .jcarousel-item-vertical {
    height: 129px !important;
    width: 188px;
    margin: 0 0 10px;
}
.nop-jcarousel .jcarousel-item-vertical .item-picture {
    float: left;
}
.nop-jcarousel .jcarousel-item-vertical .thumb-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.nop-jcarousel .jcarousel-item-vertical.jcarousel-item .prices {
    height: auto;
}

.nop-jcarousel .jcarousel-next-vertical, 
.nop-jcarousel .jcarousel-prev-vertical {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 9px;
    cursor: pointer;
    margin: 0 0 0 -11px;
}
.nop-jcarousel .jcarousel-next-vertical {
    bottom: 8px;
    background: transparent url('images/next-vertical.png') no-repeat;
}
.nop-jcarousel .jcarousel-prev-vertical {
    top: 13px;
    background: transparent url('images/prev-vertical.png') no-repeat 0 0;
}
.nop-jcarousel .jcarousel-next-vertical:hover, 
.nop-jcarousel .jcarousel-next-vertical:focus,
.nop-jcarousel .jcarousel-prev-vertical:hover, 
.nop-jcarousel .jcarousel-prev-vertical:focus {
    background-position: bottom;
}
.nop-jcarousel .jcarousel-next-disabled-vertical, 
.nop-jcarousel .jcarousel-next-disabled-vertical:hover, 
.nop-jcarousel .jcarousel-next-disabled-vertical:focus, 
.nop-jcarousel .jcarousel-next-disabled-vertical:active,
.nop-jcarousel .jcarousel-prev-disabled-vertical, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:focus, 
.nop-jcarousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    opacity: 0.5;
}
.nop-jcarousel .jcarousel-item-vertical .item-info {
    float: right;
    width: 87px;
}
.nop-jcarousel .jcarousel-item-vertical .short-description {
    height: 27px;
}

/* If the wrap is set to circular and the carousel skin can display more items than there are, the carousel adds additional <li> elements to fill the
    empty spaces. This class is added only for those empty elements. They should not be visible. */

.nop-jcarousel .jcarousel-item-placeholder {
    visibility: hidden;
}