@charset "utf-8";
/* CSS Document */

#scrollbar_container {
	position:relative;
	width:320px;
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle {
	width:10px;
	background-color:#5c92e7;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:290px;
	height:215px;
}

/*2nd blue*/
#scrollbar_container2 {
	position:relative;
	width:320px;
}

#scrollbar_track2 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle2 {
	width:10px;
	background-color:#5c92e7;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content2 {
	overflow:hidden;
	width:290px;
	height:125px;
}


/*end of 2nd blue*/

/*3rd start green*/


#scrollbar_container3 {
	position:relative;
	width:305px;
}

#scrollbar_track3 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle3 {
	width:10px;
	background-color:#7CAF3B;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content3 {
	overflow:hidden;
	width:290px;
	height:414px;
}


/*end 3rd*/
/*4th start organge*/

#scrollbar_container4 {
	position:relative;
	width:240px;
}

#scrollbar_track4 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle4 {
	width:10px;
	background-color:#FD9C03;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content4 {
	overflow:hidden;
	width:225px;
	height:90px;
}

/*end 4th*/	
    
/*4th start organge*/

#scrollbar_container5 {
	position:relative;
	width:240px;
}

#scrollbar_track5{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle5 {
	width:10px;
	background-color:#FD9C03;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content5 {
	overflow:hidden;
	width:225px;
	height:90px;
}

/*end 4th*/	    
    body {
	background-color: #FFFFFF;
}
.style4 {font-size: 14px}
    .style5 {font-size: 14px;}
	
	
	/*Part Search Box*/	 
	
	
	#scrollbar_container6 {
	position:relative;
	width:99%;
}

#scrollbar_track6 {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle6 {
	width:10px;
	background-color:#5c92e7;
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content6 {
	overflow:hidden;
	width:98%;
	height:400px;
}

/*Part Search Box end*/	
