<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.clearout {
height:20px;
clear:both;
}

#ctp_wud_cat_img {
	margin-left: -0.8%;
}

@media only screen and (min-width:200px) and (max-width:480px) {
	#ctp_wud_cat_img {	
		margin-left: -3.8%;
	}
}
@media only screen and (min-width:481px) and (max-width:640px) { 
	#ctp_wud_cat_img {	
		margin-left: -2.8%;
	}
}
@media only screen and (min-width:641px) and (max-width:768px) { 
	#ctp_wud_cat_img {	
		margin-left: -1.4%;
	}
}
@media only screen and (min-width:769px) and (max-width:1360px) { 
	#ctp_wud_cat_img {	
		margin-left: -1.2%;
	}
}

.wud_main_cat_img{
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden; 
	display: block;
}
.nbs-ctp_wud-container {
    position:relative;
    max-width:100%;
}
.nbs-ctp_wud-ul {
    position:relative;
    width:99999px;
    margin:0;
    padding:0;
	height: 280px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-ctp_wud-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-ctp_wud-item {
    float:left;
    margin:0;
    padding:0;
    cursor:pointer;
    position:relative;
    border:1px solid #fff; 	
}
.slider &gt; .nbs-ctp_wud-item{
    height: 200px;
    cursor: pointer;
    position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slider &gt; .nbs-ctp_wud-item p{
	width: inherit;
    font-size: 24px;
    position: absolute;
    bottom: -11%;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-decoration: none;
}

/*** Navigation ***/

.nbs-ctp_wud-nav-left,
.nbs-ctp_wud-nav-right {
	height: 40px;
	width: 40px;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 40%;
    transform: translateY(-40%);       
}

.nbs-ctp_wud-nav-left {
    left: 10px;	
	background-image: url("../images/left.png");
}


.nbs-ctp_wud-nav-left.disabled {
    opacity: 0.4;
}

.nbs-ctp_wud-nav-right {
    right: 10px;    		
	background-image: url("../images/right.png");
}


.nbs-ctp_wud-nav-right.disabled {
    opacity: 0.4;
}</pre></body></html>