@charset "UTF-8";

/* -----------------------------------------------
FileName: tinyscrollbar.css
----------------------------------------------- */

.scrollbars {
	width: 400px;
	clear: both;
	background: #ffffff;
	padding: 0 0;
}
.scrollbars .viewport {
	width: 380px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
 margin-bottom: 10px;
}
.scrollbars .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10px;
	width: 370px;
	height: 180px;
 margin-bottom: 10px;
}

.banners {
         width: 340px;
         height: 400px;
         overflow: hidden;
         position: relative;
         margin-left: 17px;
       }

.banners p:first-child {
   margin: 4px 0 2px 0 !important;
    } 



.scrollbars .thumb .end,
.scrollbars .thumb { background-color: #999; }
.scrollbars .scrollbar {
	position: relative;
	float: right;
	width: 10px;
	padding: 0 5px 0 0;
	top: 0px;
	height: 430px;
}
.scrollbars .track {
	background-color: #eeeeee;
	width: 10px;
	position: relative;
	padding: 0px 0px;
	top: 5px;
}
.scrollbars .thumb {
	height: 30px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}
.scrollbars .thumb .end {
	overflow: hidden;
	height: 10px;
	width: 10px;
}
.scrollbars .disable{ display: none; }
