﻿/* Tiny Scrollbar */
#scrollbar1 {width: 268px;clear: both;margin: 0;}
#scrollbar1 .viewport {width: 250px;height:475px;overflow: hidden;position: relative;top: 0px;left: 0px;}
#scrollbar1 .overview {list-style: none;position: absolute;left: 0;top: 0;width: 255px;text-align: left;font-size: 11px;font-style: italic;}
.referans {font-size: 14px;font-weight: bolder;}
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track	{ background: transparent url(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 {}
#scrollbar1 .box {height:50px;margin:2px;padding:2px;border-bottom:1px solid #d8d8d8;clear:both;font-style:normal;}
#scrollbar1 .box:hover {background-color:#f5f5f5;}
#scrollbar1 .baslik, #scrollbar1 .baslikyaz {margin:3px 0 0 0}
#scrollbar1 a {color:#666;}
#scrollbar1 a:hover {color:#F00;}
#scrollbar1 .reskucuk {float:right;position:relative;margin:0 5px 5px 5px;}