/* ######### SOLD SLIDER STYLES ######### */

.sold_slider {margin: 0; position: relative; z-index: 2; overflow: hidden;}
.sold_slider .frame {display: none; width: 100%;}

.sold_slider .frame .item-frame {
	overflow: hidden;
	float: left;
}

.sold_slider .frame .item-frame .item {
	border: 1px solid #cccfd3;
	background: #f6f6f6;
	text-align: center;
	margin: 3px;
	position: relative;
	font-size: 12px;
}

.sold_slider a {text-decoration: none;}
.sold_slider span.thumb {display: block; margin: 3px; overflow: hidden;}
.sold_slider span.title {font-weight: bold; margin: 10px; display: block;}
.sold_slider span.buynow {color: #000000; border-right: 1px solid #bbbbbb;}
.sold_slider span.half {width: 49%; float: left;}
.sold_slider span.price {color: #000;}
.sold_slider span.bottom {clear: both; display: block; padding: 3px 0; text-align: center; background: #fff; position: absolute; bottom: 0; border-top: 1px solid #eee; width: 100%;}

.sold_slider span.sold {background: #9e0000; border-bottom: 1px solid #9e0000; color: #ffffff; font-size: 14px; font-weight: bold; text-align: center; text-transform: uppercase; margin: -1px -1px 0 -1px; display: block; padding: 0.25em 0;}


.sold-controls .left-arrow-block {float: left; width: 23px; text-align: center; margin: 5px 5px 0 5px;}
.sold-controls .right-arrow-block {float: right; width: 23px; text-align: center; margin: 5px 5px 0 5px;}

.sold-controls a.next:link, .sold-controls a.next:visited {display: block; padding: 1px 0; background: url('../../../../../../addons/sold_items_slider/images/arrow-control-buttons.gif') no-repeat -46px center; width: 23px;}
.sold-controls a.next:hover, .sold-controls a.next:active {background: url('../../../../../../addons/sold_items_slider/images/arrow-control-buttons.gif') no-repeat -69px center;}

.sold-controls a.previous:link, .sold-controls a.previous:visited {display: block; padding: 1px 0; background: url('../../../../../../addons/sold_items_slider/images/arrow-control-buttons.gif') no-repeat -23px center; width: 23px;}
.sold-controls a.previous:hover, .sold-controls a.previous:active {background: url('../../../../../../addons/sold_items_slider/images/arrow-control-buttons.gif') no-repeat 0 center;}

