<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#deals {
	clear: both;
	float: right;
	width: 284px;
	border-top: 1px dotted #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	height: 130px;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

div#deals #p {
	font-size: 10px;
}

/*div#deals .inline {
	display: inline;
}*/
div#deals img {
	margin-top: 3%;
}

div#deals_list #deals_ads li a hr {
	background-color: #FFFFFF;
	border: 0 none;
	height: 1px;
	margin-bottom: 13px;
	margin-top: 13px;
	padding: 0;
	width: 80%;
}

#deals_list .jcarousel-container {
	-moz-border-radius: 10px;
}

#deals_list .jcarousel-container-horizontal {
	width: 225px;
	margin: 0 auto;
	padding: 10px;
}

#deals_list .jcarousel-clip-horizontal {
	width: 220px;
	height: 122px;
}

#deals_list .jcarousel-item {
	width: 215px;
	height: 122px;
}

#deals_list .jcarousel-item-horizontal {
	margin-left: 5px;
	margin-right: 5px;
}

#deals_list .jcarousel-next-horizontal {
	/*background: url(slider_arrow_right.png) no-repeat scroll 0 0;*/
	background-image: url(slider_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 90px;
	right: -2px;
	position: absolute;
	width: 11px;
}

#deals_list .jcarousel-prev-horizontal {
	/*background:url(slider_arrow_left.png) no-repeat scroll 0 0;*/
	background-image: url(slider_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 90px;
	left: -2px;
	position: absolute;
	width: 11px;
}

.jcarousel-container {
	position: relative;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li, .jcarousel-item {
	float: right;
	list-style: none;
	width: 172px;
	height: 98px;
}

#deals_list {
	padding: 0px;
}

#deals_list img { /*background: transparent url(slider_box_left.png);*/
	border: none;
	/*height:98px;
	 width:172px;*/
}

#deals_list #deals_ads li {
	width: 215px;
	text-align: center;
	height: 122px;
}</pre></body></html>