/*
	 Customized Scroll
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{
	font-size: 15px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.scroll-pane 		{
	width: 480px;
	overflow: auto;
	padding-right: 10px;
	height: 300px;
}


.bottomshadow 		{ position: absolute; top: 375px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 3px;
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.jScrollPaneDrag	{
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../images/ball.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.stylish{display:block;width:120px;height:120px;border-radius:120px;border:4px double #fcc602;font-size:14px;color:#FFF;line-height:120px;text-align:center;text-decoration:none;text-shadow:0 2px 0 #666;background:#fcc602}
.stylish:hover{border:4px double #e60094;color:#fff;text-decoration:none;background:#e60094}





.stylish2{display:block;width:120px;height:120px;border-radius:120px;border:4px double #00c0ef;font-size:14px;color:#FFF;line-height:120px;text-align:center;text-decoration:none;text-shadow:0 2px 0 #666;background:#00c0ef}
.stylish2:hover{border:4px double #e60094;color:#fff;text-decoration:none;background:#e60094}




.stylish3{display:block;width:120px;height:120px;border-radius:120px;border:4px double #eb010c;font-size:14px;color:#FFF;line-height:120px;text-align:center;text-decoration:none;text-shadow:0 2px 0 #666;background:#eb010c}
.stylish3:hover{border:4px double #e60094;color:#fff;text-decoration:none;background:#e60094}





.stylish4{display:block;width:120px;height:120px;border-radius:120px;border:4px double #8fd300;font-size:14px;color:#FFF;line-height:120px;text-align:center;text-decoration:none;text-shadow:0 2px 0 #666;background:#8fd300}
.stylish4:hover{border:4px double #e60094;color:#fff;text-decoration:none;background:#e60094}