div#spy {
  /* Set it so we could calculate the offsetLeft */
  /*position: relative;*/
   overflow-y:hidden;
}
ul.spy {
  /* Max width here, for users without Javascript */
/*  width: 5000px;*/
  padding: 0;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}

.spy li div{
	float:left;
	padding:0px 0px 0px 0px;
	width:130px;
	height:	80px;
	/*border-bottom:1px solid #FF4714;*/
	vertical-align: top;
	dislay:inline;
	margin:0px 0px 0px 5px;
}

.spy li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	height:83px;
	/*display:inline;*/
	/*border-bottom:1px solid #FF4714;*/
}

.spy li a {
	float: left;
}

.spy li div a {
	text-decoration: none;
	color:#ff7a2a;
	font-size: 16px;
}

.spy li div a:hover {
	text-decoration: underline;
	color:#c30;
}

/*right_spy*/

#right_spy {
/*	border: 1px solid red; */
	width:275px; 
	height:330px; 
	float:left; 
/*	float:right;*/
	margin:5px 0px 0px 0px; 

/*	margin-top:5px;*/
	overflow: auto;
}

.thumbdesc, .thumbrate {
	width:130px;
	display:block;
	color:#ff4714;
}
.thumbrate {
	color:black;
}

#vedioportal{
	margin:5px 5px 5px 0px;
/*	width:425px; - was*/
	width:420px;
	height:auto;
	background:#f4f5f6;
	padding:0px 0px 0px 0px;
	float: left;
}


