/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#banner-slider {
    position: fixed;
    width: 100%;
    top: 0;
}

#header {
    top: 40px;
}

body {
    margin-top: 40px;
}

#banner-slider .banner-slide-top {
				padding:0;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				position: relative;
				max-width:100%;
				background-color:#ff7300;
				color:#fff;
				text-align: center;
				font-size:11px;
			}
#banner-slide{
				height:25px;
				margin-top: 8px;
				margin-bottom: 8px;
				overflow: hidden;
			}
#banner-slide li{
				list-style: none;
				padding: 0px 0;
				height:25px;
				font-size: 14px;
			}
#banner-slide li a{
				color:black;
				text-decoration: none;
			}