<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list_carousel li {
	/*width:320px;*/
	height:70px;
	margin: 0;
	}
.list_carousel ul{
	list-style-type: none;
	margin:0;
}
.caroufredsel_wrapper{
	min-height: 210px;
	}
.halfsize .list_carousel li {
	width:100%;
	height:70px;
	margin: 0;
	}
.halfsize .list_carousel ul{
	list-style-type: none;
	margin:0;
	width:100%;
}
.halfsize  .caroufredsel_wrapper{
	min-height: 210px;
	width:100%;
	}


.list_carousel{
	padding: 5px 10px;
	min-height: 275px;
	}
	
.prev{
	display: block !important;
	margin-left:auto;
	margin-right:auto;
	width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/site/prev-vertical.png) no-repeat 0 0;
	
	}
	
.next {
	display: block !important;
	margin-left:auto;
	margin-right:auto;
	width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/site/next-vertical.png) no-repeat 0 0;
	
	}
	
.next:hover {
	background-position: 0 -32px;
	}
.prev:hover {
	background-position: 0 -32px;
	}
	
.next:active{
	cursor: default;
	background-position: 0 -64px;
}

.prev:active{
	cursor: default;
	background-position: 0 -64px;
}
	
.list_carousel {
	-moz-border-radius: 5px;
	background:#eee;
	border: 1px solid #ddd;/**/
}
/*Change widget css*/
.widget{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.halfsize{
	width:49%;
	margin-left:0 !important;
	margin-right:0 !important;
	padding:0 0.5%;
}
/*
.jcarousel-skin-tango {
    position:relative;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 325px;
    height: 237px;
    padding: 40px 10px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  325px;
    height: 237px;
}
 
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 160px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/site/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 160px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/site/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-item {
    height: 70px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. 
    height: 70px;
}

.stylinBox {
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
margin:0 5px 0 0;
float:left;
display:block;
padding:2px;
}
*/</pre></body></html>