/* Common
-----------------------------------------------------------------------------*/
.jspw_ribon_button_lt{
    position: relative;
    z-index: 10;
    cursor: pointer;
    float: left;
}

.jspw_ribon_button_rb {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    float: right;
}

.inactive {
	cursor: default;
}
.jspw_prodwrap {
    width: 130px;
    height: auto;
    max-height: 148px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
}
.jspw_prodwrap:hover {
border: 1px solid #ff5122;
    border-radius: 3px;
}
.jspw_prodwrap:hover .jspw_imgwrap {
    opacity: 0.5;
}
.jspw_imgwrap {
    border: 0px solid #ddd;
    max-height: 116px;
    min-height: 116px;
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
}
.jspw_img {
    float: none;
    text-align: center;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
max-height: 110px;
    max-width: 110px;
}
span.jspw_caption a {
    color: #333333;
}
span.jspw_caption a:hover {
    color: #ff5122;
}
.label_image {
	position: absolute;
	top: -6px;
	left: -6px;
}
.jspw_nameblock {
    padding: 0px;
    width: 100%;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 14px;
    text-transform: uppercase;
    min-height: 40px;
    max-height: 40px;
}
.jspw_descr {
	display: block;
	padding-bottom: 5px;
}
.jspw_price {
	display: block;
	clear: both;
	font-weight: bold;
}
.jspw_old_price {
	text-decoration: line-through;
}
/* Horizontal mode
-----------------------------------------------------------------------------*/
.rand_products_wfl_horizontal {
    position: relative;
    margin-top: 7px;
    /* width: 530px; */
}
.rand_products_wfl_horizontal .jspw_ribbon {
    width: 100%;
    max-width: 1194px;
    margin-left: 0px;
    padding-top: 6px;
}
.rand_products_wfl_horizontal .jspw_ribon_button_lt,
.rand_products_wfl_horizontal .jspw_ribon_button_rb {
    top: 50%;
    margin-top: -25px;
    width: 31px;
    height: 49px;
}
.rand_products_wfl_horizontal .jspw_ribon_button_lt {
	left: 9px;
	background: url('images/next-lastest-news_03.png') no-repeat;
	    background-size: 25px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_rb {
	right: 0px;
	background: url('images/next-lastest-news_05.png') no-repeat;
	    background-size: 25px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_lt:hover {
	background: url('images/pev-lastest-news_hover.png') no-repeat;
	    background-size: 25px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_rb:hover {
	background: url('images/next-lastest-news_hover.png') no-repeat;
	    background-size: 25px !important;
}
.jspw_ribon_button_lt.inactive{
	background: url('images/pev-inactive.png') no-repeat;
	    background-size: 25px !important;
}	
.jspw_ribon_button_rb.inactive {
	background: url('images/next-inactive.png') no-repeat;	
	    background-size: 25px !important;
}
.jspw_ribon_button_lt.inactive:hover{
	background: url('images/pev-inactive.png') no-repeat !important;
	    background-size: 25px !important;
}	
.jspw_ribon_button_rb.inactive:hover {
	background: url('images/next-inactive.png') no-repeat !important;
	    background-size: 25px !important;	
}
	
/* Vertical mode
-----------------------------------------------------------------------------*/
.rand_products_wfl_vertical {
	position: relative;
	width: 150px;
	padding: 35px 0px 30px;
	margin-top: 20px;
}
.rand_products_wfl_vertical .jspw_ribbon {
	width: 150px;
	height: 280px;
}
.rand_products_wfl_vertical .jspw_ribon_button_lt,
.rand_products_wfl_vertical .jspw_ribon_button_rb {
	left: 50%;
	margin-left: -18px;
	width: 49px;
	height: 27px;
}
.rand_products_wfl_vertical .jspw_ribon_button_lt {
	top: 0px;
	background: url('images/next-lastest-news_03.png') no-repeat;
}
.rand_products_wfl_vertical .jspw_ribon_button_rb {
	bottom: 0px;
	background: url('images/next-lastest-news_05.png') no-repeat;
}
.rand_products_wfl_vertical .jspw_prodwrap  {
	height: 140px;
}
.rand_products_wfl_vertical .jspw_ribon_button_lt:hover {
	background: url('images/pev-lastest-news_hover.png') no-repeat;
}
.rand_products_wfl_vertical .jspw_ribon_button_rb:hover {
	background: url('images/next-lastest-news_hover.png') no-repeat;
}

/* Static mode
-----------------------------------------------------------------------------*/
.rand_products_wfl_static {
	margin-top: 30px;
}
.rand_products_wfl_static .jspw_ribbon {
	width: 700px;
	padding-top: 6px;
}
.rand_products_wfl_static .jspw_prod {
	margin-bottom: 15px;
}
div#buttwlcar {
    float: right;
    position: absolute;
    top: -50px;
    height: 34px;
    right: 5px;
    width: 68px;
}
