<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.carousel  {
   width:100%;
}
.carousel-wrapper {
   overflow: hidden;
   position:relative;
}
.carousel-items {
	width:100000px;
   position: relative; 
}
.carousel-block {
   float: left; 
   width: 33%; 
  
}
.carousel-block img{
	display:block;
}


/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
   width: 20px; 
   height: 100px; 
   position: relative;
   top: 30px; 
   cursor: pointer; 
  
}
.carousel-button-left a{
   float: left; 
   background: url(/dsgn/images/str1L.png); 

}
.carousel-button-left a:hover{
   float: left; 
   background: url(/dsgn/images/str1HL.png); 

}
.carousel-button-right a{
    margin-left: 2px;
   float: right;
   background: url(/dsgn/images/str1R.png); 
}
.carousel-button-right a:hover{
    margin-left: 2px;
   float: right;
   background: url(/dsgn/images/str1HR.png); 
}

/*********** SHADOW ***********/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
</pre></body></html>