
/* this makes it possible to add next button beside scrollable */
.scrollable, .scrollablenew {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse{
	background:url(../images/xhori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover	{ background-position:-30px -30px; }
a.right:active	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover	{ background-position:-30px 0; }
a.left:active	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 


#mainscrool{
float:left; 
/*width:323px; */
width:470px; 
overflow:hidden !important ;
}
#mainscrool .firstbttn{
float:left; 
/*width:323px; */
width:470px; 
padding-bottom:5px;
}
#mainscrool .firstbttn .prevbttn{
float:left; 
/*width:90px; */
width:30px; 
padding-left:10px;
}
#mainscrool .firstbttn .addnew{
float:left; 
/*width:163px; */
width:369px; 
padding-top:8px; 
color:#000; 
font-size:11px; 
font-weight:bold; 
padding-left:30px;
text-align:center;
}
#mainscrool .firstbttn .addnew a{
 color:#000;
}
#mainscrool .firstbttn .addnew a:hover{
 color:#fff;
 text-decoration:underline;
}
#mainscrool .firstbttn .nextbttn{
width:30px; text-align:right; float:left;
}	
#mainscrool .scdscrool{
float:left; width:323px; 
}








#secscrool{
float:left; 
/*width:267px;*/ 
width:330px; 
overflow:hidden !important ;
}
#secscrool .firstbttn{
float:left; 
/*width:267px;*/
width:330px;
padding-bottom:5px;
}
#secscrool .firstbttn .prevbttn{
float:left; width:50px; padding-left:10px;
}
#secscrool .firstbttn .addnew{
float:left; 
/*width:147px; */
width:207px; 
padding-top:8px; 
color:#000; 
font-size:11px; 
font-weight:bold; 
padding-left:30px; 
}
#secscrool .firstbttn .addnew a{
 color:#000;
}
#secscrool .firstbttn .addnew a:hover{
 color:#fff;
 text-decoration:underline;
}
#secscrool .firstbttn .nextbttn{
width:30px; text-align:right; float:left;
}	
#secscrool .scdscrool{
float:left; width:267px; 
}				

.submitbg{
float:left; 
width:645px; 
margin-left:8px; 
text-align:center; 
padding:3px 0; 
background:url(../images/submitbg.gif) top right repeat-y #f7f7f7;
}	
.submitbg_left{
float:left; 
width:287px;  
text-align:center; 
padding:3px 0; 
/*background:url(../images/submitbg.gif) top right repeat-y #f7f7f7;*/
}	


