<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.slideshow {
	position:relative;
	z-index:1
	}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	overflow:hidden;
	padding:0px;
	left:0px;
	bottom:34px;
	z-index:8;
	width:496px;
	height:110px;
	padding:0px 40px 0 20px;
	background:url(../image/png-2.png) repeat;
	color:#877b6d;
	font-size:130%;
	font-family: 'Oswald',sans-serif; font-weight:normal;
}
.nivo-caption .ban-desc {font-style:italic}
.nivo-caption .ban-price {color:#000; font-style:italic; font-size:25px; line-height:34px; padding-right:29px; border-right:1px solid #d9d9d9; float:left; margin-top:28px}
.nivo-caption span {}
.nivo-caption span.line-2 {
	padding:0 150px 0 28px;	
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lefttext {
	font-size:20px;
	color:#fff;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	margin:0 150px 5px 28px;
}
.nivo-caption p p{ position:relative;font:12px Arial; color:#9fa1a3; padding-right:70px; margin-top:20px}
.nivo-caption p h1{color:#000000; font-family:'Georgia'; font-size:35px; line-height:42px; margin-bottom:13px; padding:0px; text-transform:none}
.nivo-caption p p{ }
.nivo-caption p  a{
	font-size:15px;
	color:#000;
	float:left;
	line-height:34px;
	text-decoration:none;
	margin:20px 0 0 25px;
}
.nivo-caption p  a:hover{ text-decoration:underline}
.nivo-caption p {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next &amp; Prev) */
.nivo-directionNav a {
	position:absolute;
	left:556px;
	z-index:9;
	cursor:pointer;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* slider theme */
.slideshow a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	right:39px;
	bottom:49px;
	z-index:9;
}
.nivo-controlNav a:hover{	color:#d41c0a;}
.nivo-controlNav a {
	vertical-align: top;
	display: block;
	text-indent:-9999px;
 	text-decoration:none;
	font-size:0px; 
	cursor:pointer;
	float:left;
	margin-left:10px;
	background: url('../image/paggs.png') right top no-repeat; 
	width:14px; 
	height:14px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.nivo-control.active {
	background-position:0 0;
}
.nivo-controlNav a.nivo-control.active { cursor:default;}

.nivo-directionNav a {
	display:block;
	width:37px;
	height:55px;
	text-indent:-9999px;
	border:0;
	
}
.nivo-directionNav a:hover { background-color:#ff8800;}
a.nivo-nextNav {
	bottom:89px;
	background:url(../image/next.png) no-repeat 17px  21px #ffc001;
}
a.nivo-prevNav {
	bottom:34px;
	background:url(../image/prev.png) no-repeat  17px  21px #ffc001;
}

#loopedCarousel{ position:relative; padding-left:30px;}
#loopedCarousel .container {height:242px; width:480px!important; overflow:hidden; position:relative; }
.slides {position:absolute; top:10px; left:0; width:500px;}
.slides .name { padding-bottom:7px;}
.slides .name a{ color:#2fa1bc; text-decoration:underline;}
.slides .name a:hover{ text-decoration:underline; color:#f83b01;}
.slides .price{ color:#f65423; font-weight:bold;}
.slides .price .price-old{ font-weight:normal; font-size:11px; text-decoration:line-through; display:block; }
.slides &gt; div {width:140px;display:block; padding-right:21px; text-align:center; }
#loopedCarousel .pagination{ display:none;}
#loopedCarousel .previous{background: url('../image/prev.png') left top no-repeat; width:19px; height:28px; position:absolute; left:-2px; top:102px; font-size:0; line-height:0; text-indent:-9999px;  }
#loopedCarousel .previous:hover{ background-position:0 -28px;}
#loopedCarousel .next{background: url('../image/next.png') left top no-repeat; width:19px; height:28px; position:absolute; right:0px; top:102px; font-size:0; line-height:0; text-indent:-9999px;  }
#loopedCarousel .next:hover{ background-position:0 -28px;}
.hover-spesial{ position:absolute; left:30px; top:100px;
background: url('../image/hover-special.png') left top no-repeat; width:103px; height:29px;

-moz-transition: all 0.8s ease 0s;
 -webkit-transition: all 0.8s ease 0s;
 -o-transition: all 0.8s ease 0s;

-webkit-transform: scale(0) rotate(0deg);
   -moz-transform:scale(0) rotate(0deg);
   -o-transform: scale(0) rotate(0deg);
   -ms-transform:scale(0) rotate(0deg);
   transform:scale(0) rotate(0deg);
}
 .product-col:hover .hover-spesial{ display:block;

-webkit-transform: scale(1) rotate(720deg);
   -moz-transform: scale(1) rotate(720deg);
   -o-transform: scale(1) rotate(720deg);
   -ms-transform: scale(1) rotate(720deg);
   transform: scale(1) rotate(720deg);
}

.nivo-directionNav {
	display:block !important;
}	</pre></body></html>