﻿#linksMainDiv
{
	height: 554px;
	background: url(../images/links_back.jpg) no-repeat center center;
	position: relative;
}
#linksMainDiv #links
{
	position: absolute;
	left: 348px;
	top: 80px;
	width: 390px;
}
#linksMainDiv #links #linksText
{
	float: left;
	height: 375px;
	width: 310px;
	overflow-y: hidden;
}
#linksMainDiv #links #linksText ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#linksMainDiv #links #linksText ul li
{
	margin-bottom: 0.5em;
	font-weight: bold;
}
#linksMainDiv #links #linksText ul li a
{
	color: Red;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/links_bullet.gif) no-repeat left center;
}
#linksMainDiv #links #linksText ul li a:hover
{
	background: url(../images/links_bullet_hover.gif) no-repeat left center;
}
/* vertical track */
#linksMainDiv #links #wrap
{
	width: 8px;
	height: 361px;
	float: right;
	
}
#linksMainDiv #links #track 
{
	width: 6px;
	height: 361px;
	top: -361px;
	position: relative;
	margin: 0 auto;
}
#linksMainDiv #links #transparentBack
{
	top: 0;
	height: 361px;
	background-color: Black;
    opacity: 0.1;
    moz-opacity: 0.1;
    khtml-opacity: 0.1;
    filter:alpha(opacity=10);
    width: 6px;
    margin: 0 auto;
}			
/* vertical track handle */
#linksMainDiv #links #track #scrollHandle
{
	position: relative;
	height: 36px;
	background-color: Black;
	cursor: move;
	opacity: 0.4;
    moz-opacity: 0.4;
    khtml-opacity: 0.4;
    filter:alpha(opacity=40);
}
.scrollBtn
{
	width: 8px;
	height: 7px;
}
#scrollTop
{
	background: url(../images/scroll_top.gif) no-repeat center center;
}
#scrollBottom
{
	background: url(../images/scroll_bottom.gif) no-repeat center center;
	position: relative;
	top: -361px;
}