#manuscriptContainer
{
	float: left;
	width: 496px;
}

#manuscript
{
   cursor:  url(hand_open.cur),pointer;
}

.manuscript_head
{
	height: 16px;
	padding: 8px 8px 0px 8px;
	background: #ffffff;
}

.manuscript_head span
{
	background: #dcddcb;
	padding: 2px 5px;
	margin-left: 1px;
	float: right;
	color: #6c6553;
	font-size: 0.9em;
}

.head_icon
{
	float: right;
	margin-left: 10px;
	margin-top: 1px;

}

.head_element_active
{
	background: #b2bd95 !important;
	color: #ffffff !important;
}


.man_img
{
	float: left;
}



#sl0base
{
    position: absolute !important;
    display: none;
    z-index: 15 !important;
    background-color: #7b7c6e;
    border: 1px solid #FFFFFF !important;
    padding: 2px;
    background-position: 2px;
    background-repeat:no-repeat;
    top: 68px;
    left: 23px;
}

#nav_arrows
{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index:15 !important;
}

.nav_arrow
{
     border: 1px solid #FFFFFF !important;
     position: relative;
}

.nav_arrow:hover
{
    cursor: pointer;   
}

#nav_top
{
    margin-left: 19px;
    margin-bottom: 1px;
    display: block;
}

#nav_left
{
     float:left;
     display: block;
     margin-right: 19px;
}

#nav_bottom
{
    clear : left;
    margin-top: 1px;
    margin-left: 19px;
     display: block;
}

