.spec_sidebar{
	width:280px;
	height:300px;
	clear:both;
	text-align: center;
	position: relative;
}

.spec_sidebar .razmestis{
	position: absolute;
    right: 5px;
    bottom: 3px;
	display:block;
	color: #D8D8D8;
    text-decoration: none;
    font-size: 13px;
}

.spec_sidebar .sticker {
    position: absolute;
    top: 5px;
    right: 0px;
}

.spec_sidebar .sticker > span {
    width: 50px;
    height: 24px;
    display: block;
    margin: 0px 0px 2px 0px;
    padding: 0px;
    position: absolute;
    right: -20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}

.spec_sidebar .sticker > span:before{
	content:"";
	border-width:12px 0px 12px 6px;
	border-style:solid;
	width: 0px;
    height: 0px;
    position: absolute;
    left: -6px;
    top: 0px;
}

.spec_sidebar .sticker .hit{
	background:#59C140;
}

.spec_sidebar .sticker .hit:before{
	border-color:#59C140 #59C140 #59C140 transparent;
}

.sliderContent {
	height: 260px;
    width: 280px;
}

.sliderContent .item {
	position: absolute;
    width: 260px;
    padding: 10px 10px;
    text-align: center;
}

.sliderContent .spec_img {
    height:140px;
	width: 260px;
	display: table-cell;
    vertical-align: bottom;
	padding-bottom:10px;
	overflow:hidden;
}

.sliderContent .spec_img img {
    max-height:140px;
	border-radius: 5px;
}

.sliderContent .spec_link {
	font-size: 15px;
	display: block;
	height: 18px;
    overflow: hidden;
}

.sliderContent .item p {
	padding:5px 20px;
	background: #F76729;
	color:#fff;
	font-size: 20px;
	margin-top:20px;
	display: inline-block;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(img/prev_next.png);
	width:21px;
	height:21px;
	position:absolute;
	top:50%;
	margin-top:-70px;
}

.slider_prev {
	background-position:0 0;
	left:7px;
}

.slider_prev:hover {
	background-position:0 -21px;
}

.slider_next {
	right:7px;
	background-position:-21px 0;
}

.slider_next:hover {
	background-position:-21px -21px;
}

.sliderBullets {
}

.sliderBullets a {
	display:inline-block;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:10px;
	background-color:#EBEBEB;
	border-radius:5px;
}

.sliderBullets .active {
	background: #F76729;
}