﻿.bgblack
{
	background-color: Black;
	background-image:url(images/doc_bg3.jpg);
	color:White;	
}

/*  Settings for view.aspx scrollable panel. */
div.viewScrollable
{
    /* Custom to this item */
    width:215px;
    height:400px;
    overflow:hidden;
    /*position:relative;*/
    background-color:Black;
}

/*  Settings for about_us.aspx scrollable panel. */
div.usScrollable
{
    /* Custom to this item */
    width:215px;
    height:240px;
    overflow:hidden;
    /*position:relative;*/
    background-color:Black;
}

div.items
{
    width:215px;
    height:80px;
    position:relative;
}    

div.prev 
{
	width:215px;
	height:24px;
	cursor:pointer;
}

div.next 
{
	width:215px;
	height:24px;
	cursor:pointer;
}
