
#mycustomscrollshort4  .vscrollerbar {
	background-color: #fbc6e0;
	width:13px;
	
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; 
left: 0;
}

.vscrollerbar {
width: 10px;
background: #FFFFFF;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 12px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 12px;
/*background: url(images/scrollbar.gif) -108px -32px no-repeat;*/
}
.vscrollerbarend {
/* height of this element should be set */
height: 12px;
width: 12px;
/*background: url(images/scrollbar.gif) -127px 0px no-repeat;*/
}

.vscrollerbase {
	width: 12px;
	height: 325px;
	background: #FFFFFF url(images/back_ground_scroll.gif) 0px 0px repeat-y;
}



.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 12px;
height: 14px !important; /*Again, the safari fix, normally this line is not needed.*/

}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 14px;
width: 12px;
/*background: url(images/scrollbar.gif)  -72px 0px no-repeat;*/
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; 
background-color: white;
}
.hscrollerbar {
height: 16px; background-color: #FFFFFF;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
	padding: 12px;
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 12px;
	height: 12px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */

/*Page related styles for you to view*/

#mycustomscroll{
	height: 310px;
	overflow: auto;
	overflow-x :hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#mycustomscrollshort{
	width:100%;
	height: 128px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

/* Scrollbar corta (commenti del blog parte destra) */
#mycustomscrollshort .vscrollerbarbeg {
	/* background: url(images/scrollbar_short.gif) -108px -32px no-repeat; */
}

#mycustomscrollshort  .vscrollerbarend {
/*	background: url(images/scrollbar_short.gif) -108px 0px no-repeat; */
	width: 13px;
	height: 12px;

}

#mycustomscrollshort  .vscrollerbase {
	background:  url(images/back_ground_scroll_short.gif) 0px 0px repeat-y;
}

#mycustomscrollshort .vscrollerbasegeg{

/*	background: url(images/scrollbar_short.gif) -72px -28px no-repeat;*/
}

#mycustomscrollshort .vscrollerbaseend {
/*	background: url(images/bottom_scroll.gif)  -72px 0px no-repeat;*/
}

#mycustomscrollshort  .vscrollerbar {
	background-color: #9cddfd;
	width:13px;
}

#mycustomscrollshort  .vscrollerbasebeg, #mycustomscrollshort .vscrollerbaseend {
	/*background-image: none;*/
}

/*#mycustomscrollshort{
	height: 310px;
	overflow: auto;
	 IE overflow fix, position must be relative or absolute
	position: relative;
}*/



/* Scrollbar lunga (commenti del blog centrale) */
#mycustomscrolllong .vscrollerbarbeg {
	background: #b4e5fd;/* url(images/barbeg.gif) -108px -32px no-repeat; */
}

#mycustomscrolllong  .vscrollerbarend {
	background: #b4e5fd  url(images/scrollbar_long2.gif) -108px 0px no-repeat;
	width: 12px;
	height:12px;
}

#mycustomscrolllong  .vscrollerbase {
/*	background: #727272 url(images/scrollbar_long2.gif) -2px 0px repeat-y; */
}

#mycustomscrolllong .vscrollerbasegeg{
	width: 12px;
	height: 12px; /*Again, the safari fix, normally this line is not needed.*/
/*	background: url(images/scrollbar_long2.gif) -72px -28px no-repeat; */
}

#mycustomscrolllong .vscrollerbaseend {
/*	background: url(images/bottom_scroll.gif)  0px -6px no-repeat; */
}

#mycustomscrolllong  .vscrollerbar {
	width:12px;
	height: 1px; 
	background-color: #b4e5fd;
}

#mycustomscrolllong  .vscrollerbasebeg, #mycustomscrollshort .vscrollerbaseend {
	background-image: none;
}




/* - ------------------------ROSAAAAAAA --------------------------- - */



/* Scrollbar lunga Rosa (commenti del blog centrale) */
#mycustomscrolllong2 .vscrollerbarbeg {
	background: #fbc6e0;/* url(images/barbeg.gif) -108px -32px no-repeat;*/
}

#mycustomscrolllong2 .vscrollerbarend {
	background: #fbc6e0  url(images/scrollbar_long2.gif) -108px 0px no-repeat;
	width: 12px;
	height:12px;
}

#mycustomscrolllong2  .vscrollerbase {

	width: 12px;
	height: 325px;
	background: #FFFFFF url(images/back_ground_scroll2.gif) 0px 0px repeat-y;

}

#mycustomscrolllong2 .vscrollerbasegeg{
	width: 12px;
	height: 12px; /*Again, the safari fix, normally this line is not needed.*/
/*	background: url(images/scrollbar_long2.gif) -72px -28px no-repeat; */
}

#mycustomscrolllong2 .vscrollerbaseend {
/*	background: url(images/bottom_scroll.gif)  0px -6px no-repeat; */
}

#mycustomscrolllong2  .vscrollerbar {
	width:12px;
	height: 1px; background-color: #fbc6e0;
}


#mycustomscrolllong2  .vscrollerbasebeg, #mycustomscrollshort .vscrollerbaseend {
	background-image: none;
}









/* *********SHORT ROSA ************************ */

#mycustomscrollshort{
	width:100%;
	height: 128px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

/* Scrollbar corta (commenti del blog parte destra) */
#mycustomscrollshort2 .vscrollerbarbeg {
	/* background: url(images/scrollbar_short.gif) -108px -32px no-repeat; */
}

#mycustomscrollshort2  .vscrollerbarend, #mycustomscrollshort3  .vscrollerbarend {
/*	background: url(images/scrollbar_short.gif) -108px 0px no-repeat; */
	width: 13px;
	height: 12px;

}

#mycustomscrollshort2  .vscrollerbase {
	background:  url(images/back_ground_scroll_short2.gif) 0px 0px repeat-y;
}
#mycustomscrollshort3  .vscrollerbase {
	background:  url(images/back_ground_scroll_short3.gif) 0px 0px repeat-y;
}

#mycustomscrollshort4  .vscrollerbase {
	background:  url(images/back_ground_scroll_short4.gif) 0px 0px repeat-y;
	
}

#mycustomscrollshort2 .vscrollerbasegeg{

/*	background: url(images/scrollbar_short.gif) -72px -28px no-repeat; */
}

#mycustomscrollshort2 .vscrollerbaseend {
/*	background: url(images/bottom_scroll.gif)  -72px 0px no-repeat; */
}

#mycustomscrollshort2  .vscrollerbar {
	background-color: #fbc6e0;
	width:13px;
}
#mycustomscrollshort3  .vscrollerbar {
	background-color: #ED0404;
	width:13px;
}

}


#mycustomscrollshort2  .vscrollerbasebeg, #mycustomscrollshort .vscrollerbaseend {
	/*background-image: none;*/
}






