/*div
{
    border:1px dotted red;
    }*/
	
/* -------============-------------   Rounded Corner Box Starts from Here --------------============-----------*/	

.rcb {
	width:290px;
	height:125px;
	background-color:#fff;
}

.rcb .tl, .rcb .tr, .rcb .bl, .rcb .br, .rcb .t, .rcb .b, .rcb .l, .rcb .r {
	width:100%;
	height:100%;
}


/* -------============-------------   End of Rounded Corner Box  --------------============-----------*/	

.rcbTitle {
font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	height:22px;
	padding: 6px 0 6px 0;
}

/* -------============-------------   Scrollable Container Starts from Here --------------============-----------*/	


/* Floating */
.left {float: left;}
.right {float: right;}

/* Text Align */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

div#slide-links 
	{
	width:25px;
		float:left;
	}

table#table-content
	{ 
		width:190px;
	}

table#table-content td 
	{
		width:190px;
		height:95px;
		
	}
div#container	
{ 
	position:relative; overflow:hidden;
	width:190px; height:95px; z-index:100; 
		float:left;
}

div#content-container	
{ 	float:left;
	position:absolute; 
	left:0px; top:0px; 
	width:190px; height:95px; 
	clip:rect(0px, 190px, 95px, 0px); 
	overflow: hidden;	
	z-index:1; 
	margin-left:0;
}
div.content 
{ 
	position:relative;
	visibility:hidden; 
	left:0px;
	top:0px; 
	z-index:2; 
		float:left;
}



table#table-content
	{ 	float:left;
		width:1900px;
	}

table#table-content td 
	{
		width:190px;
		height:86px;
		text-align:center;
		margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px; text-decoration:none; color:#333333;		
	}
	table#table-content td img{ border:none;}
	table#table-content td a{text-decoration:none; color:#333333;}
	table#table-content td a:hover{text-decoration:underline; color:#333333;}
/* -------============-------------   SCrollable Container Ends --------------============-----------*/		
