body 
{
    margin:0;
    font-family:Verdana,Tahoma, Arial;
    font-size:.75em;
    color:#666666;
}
/*div
{
    border:1px dotted red;
    }*/
	
/* -------============-------------   Rounded Corner Box Starts from Here --------------============-----------*/	

.rcb {
	width:482px;
	height:300px;
	background-color:#FAF3E9;
}

.rcb .tl, .rcb .tr, .rcb .bl, .rcb .br, .rcb .t, .rcb .b, .rcb .l, .rcb .r {
	width:100%;
	height:100%;
}
.rcb .tl{
background: url(../Images/tl.gif) no-repeat  top  left; 
}
.rcb .tr{
background:url('../images/tr.gif') no-repeat  top right; 
}
.rcb .bl{
background:url('../images/bl.gif') no-repeat bottom left; 
}
.rcb .br{
background:url('../images/br.gif') no-repeat bottom right; 
}

.rcb .t {background: url(../Images/dot.gif) 0 0 repeat-x; }
.rcb .b {background: url(../Images/dot.gif) 0 100% repeat-x; }
.rcb .l {background: url(../Images/dot.gif) 0 0 repeat-y; }
.rcb .r {background: url(../Images/dot.gif) 100% 0 repeat-y; }

/* -------============-------------   End of Rounded Corner Box  --------------============-----------*/	

.rcbTitle {
	font-size:15px;
	color:#FF0000;
	font-weight:bold;
	height:22px;
	padding: 6px 0 0 7px;
}

/* -------============-------------   Scrollable Container Starts from Here --------------============-----------*/	
div#container	
{
	position:relative;
	overflow:hidden;
	width:728px;
	height:180px;
	z-index:100;
}

div#content-container	
{ 
	position:absolute; 
	left:0;
	width:683px; height:180px; 
	clip:rect(0px, 683px, 180px, 20px); 
	overflow:hidden;	
	z-index:1; 
	margin-left:0px;
}
div.content 
{ 
	position:relative;
	visibility:hidden; 
	left:20px;
	top:0px; 
	z-index:2; 
}

/* Floating */
.left {float: left;}
.right {float: right;}

/* Text Align */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

div#slide-links 
	{
	position:absolute;
	left:0px;
	top:80px;
	z-index:3;
	width:683px;
	}
		div#slide-linksn 
	{
	position:absolute;
	margin:80px 0 0 718px;
	top:4px;
	z-index:8
	}


table#table-content
	{ 
		width:1440px;
	}

table#table-content td 
	{
		width:683px;
		height:86px;
	
		
	}
	
/* -------============-------------   SCrollable Container Ends --------------============-----------*/		

#debug div {
	border:#FF0000 1px solid;
}	

#debug table {
	border:#00CCCC 1px solid;
}

#debug span {
	border: #0000FF  1px solid;
}