#slider {
    width: 720px;
    margin: 20px auto 0;
    position: relative;
}

.scroll {
    width: 682px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left; margin-top:30px;
}

.scrollContainer div.panel {
padding:2px;
    width: 680px;
}

ul.navigation {
    list-style: none;
    margin-left:100px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px; background:none; padding:0; 
	
	
} 

ul.navigation a {
    padding:5px 10px;
    color: #000;
    text-decoration: none;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */ border:1px solid #e61e47;


}

ul.navigation li a:hover {
    background-color: #CCC;
	color:#000;
	
}

ul.navigation a:hover {
    background-color: #E5E5E5;
	color:#000;
	
}

ul.navigation a.selected {
    background-color:#e61e47;
	color:#fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
left:50px;
top:-1px;
}

.scrollButtons.right {
right:70px;
top:-1px;
}

.hide {
    display: none;
} 
.Theading { background:#e61e47; color:#fff; padding:3px; font-size:11px;text-align:center; border:1px solid #fff; vertical-align:middle;}
.icell {color:#000; padding:3px; font-size:11px; text-align:center; vertical-align:middle;}
/*--*/
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none; float:left; display:block;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background:url(../images/folder.gif) -1px 2px no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) -1px 2px no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }
