/* Tiny Scrollbar */

#scrollbar1 {
	width: 190px;
	clear: both;
	margin: 0;
}
#scrollbar1 .viewport {
	width: 170px;
	height: 617px;
	overflow: hidden;
	position: relative;
    top: 0px;
    left: 0px;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 185px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
    font-style: italic;
}
.referans {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../img/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(http://www.pressmedya.com/themes/default/images/bg-scrollbar-end.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }
#scrollbar1 .viewport .overview div p {

}