/***
    Scroller Style Sheet 
    Modified By
	by Ashish Yadav
    
	For: Videoupload Project
	Date: 15/01/2008
	
****/
.root
 		{
		position:       relative;
		height:			300px;
		width:			520px;
		margin: 	    0px 0px 8px 7px;		
		}
.root p 
     	{
		margin:			10px 10px 5px 10px;
		}
.thumb 
 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
    .up 
    	{
		position:		absolute;

		left: 			10px;
		}
		
	.dn {
	
	    position:		absolute;
        left: 			10px;
	    top :          290px
	    }
			
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			-2px; 
		top:			-2px; 
		width:			525px; 
		height:			auto; 
		clip:			rect(0 700 700 0); 
		overflow:		auto; 
	 
		}
.scrollContent {
	position:		absolute;
	left:			-7px;
	top:			4px;
	width:			525px;
	height:			auto; 
		}
.scrollContent h4{ 
		margin:			0px;
		padding:		0px;
		}
/**/

.scrollContainer1 { 
		position:		absolute; 
		left:			2px; 
		top:			250px; 
		width:			300px; 
		height:			200px; 
		clip:			rect(0 700 200 0); 
		overflow:		auto; 
 

		}
.scrollContent1 { 
		position:		absolute; 
		left:			0px; 
		top:			250px; 
		width:			700px; 
		}
.scrollContent1 h4{ 
		margin:			0px;
		padding:		0px;
		}

