<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  * Rhinoslider 1.05
  * http://rhinoslider.com/
  *
  * Copyright 2013: Sebastian Pontow, Rene Maas (http://renemaas.de/)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://rhinoslider.com/license/
  */
#slider,
#slider1 {
	width:100% !important;
	height:200px;
	
	/*IE bugfix*/
	padding:0;
	margin:0;
}
#slider2 {
	width:540px !important;
	height:193px;
	float:left !important;
	
	/*IE bugfix*/
	padding:0;
	margin:0;
}
.sliderimgfloat {
	float:left;
}
#content ul#slider li,
#content ul#slider1 li,
#content ul#slider2 li {
	background-color: transparent;
    background-image: none;
    background-position: 0 center;
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: 1px;
    padding: 0;
    text-align: left;
    transition: all 0.15s linear 0s;
	list-style:none;
}
#content ul#slider li a,
#content ul#slider1 li a,
#content ul#slider2 li a {
	display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.rhino-container { position:relative; float:left; width:100%;}</pre></body></html>