/* Common
-----------------------------------------------------------------------------*/
.jspw_ribon_button_lt{
    position: relative;
    z-index: 10;
    cursor: pointer;
    float: left;
}
.jspw_prod {
    margin: 0px 10px 0px 10px;
}
.jspw_ribon_button_rb {
    position: relative;
    z-index: 1000;
    cursor: pointer;
    float: right;
}

.inactive {
	cursor: default;
}
.jspw_prodwrap {
    float: left;
    margin: 0px 5% 0px 5%;
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

.jspw_prodwrap:hover .jspw_imgwrap {
    opacity: 0.5;
}
.jspw_imgwrap {
}
.jspw_img {
    float: none;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 70%;
    min-width: 120px;
}
span.jspw_caption a {
    color: #000000;
}
span.jspw_caption a:hover {
    color: #cc0000;
}
.label_image {
	position: absolute;
	top: -6px;
	left: -6px;
}
.jspw_nameblock {
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.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;
    padding-top: 10px;
    padding-bottom: 20px;
    /* width: 530px; */
}
.rand_products_wfl_horizontal .jspw_ribbon {
    width: 100%;
    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: 20px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_rb {
	right: 0px;
	background: url('images/next-lastest-news_05.png') no-repeat;
	 background-size: 20px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_lt:hover {
	background: url('images/pev-lastest-news_hover.png') no-repeat;
	   background-size: 20px !important;
}
.rand_products_wfl_horizontal .jspw_ribon_button_rb:hover {
	background: url('images/next-lastest-news_hover.png') no-repeat;
	 background-size: 20px !important;
}
.jspw_ribon_button_lt.inactive{
	background: url('images/pev-inactive.png') no-repeat;
	  background-size: 20px !important;
}	
.jspw_ribon_button_rb.inactive {
	background: url('images/next-inactive.png') no-repeat;	
	   background-size: 20px !important;
}
.jspw_ribon_button_lt.inactive:hover{
	background: url('images/pev-inactive.png') no-repeat !important;
	 background-size: 20px !important;
}	
.jspw_ribon_button_rb.inactive:hover {
	background: url('images/next-inactive.png') no-repeat !important;
	 background-size: 20px !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;
}
