/* 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 */ 
#mycustomscroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: relative;
top: 0px; left: 0px;
}

#mycustomscroll .vscrollerbase {
width:6px;
}
#mycustomscroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #mycustomscroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_2.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#mycustomscroll .hscrollerbase {height: 0px;}
#mycustomscroll .hscrollerbar {height: 0px;}

#mycustomscroll
.vscrollerbar,#mycustomscroll .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: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#mycustomscroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}


/* Scroll Bar Master Styling Ends Here */


/* 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 */ 
#postFlexCroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#postFlexCroll .vscrollerbase {
width:6px;
}
#postFlexCroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #postFlexCroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_2.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#postFlexCroll .hscrollerbase {height:0px;}
#postFlexCroll .hscrollerbar {height: 0px; }

#postFlexCroll
.vscrollerbar,#postFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#postFlexCroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}


/* Scroll Bar Master Styling Ends Here */

/*El otro scroll*/



#pagesFlexCroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#pagesFlexCroll .vscrollerbase {
width:6px;
}
#pagesFlexCroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #pagesFlexCroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_3.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#pagesFlexCroll .hscrollerbase {height:0px;}
#pagesFlexCroll .hscrollerbar {height: 0px; }

#pagesFlexCroll
.vscrollerbar,#pagesFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#pagesFlexCroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}




/* Scroll Bar Master Styling Ends Here */

/*OTRO MAS*/



#ContactoFlexCroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#ContactoFlexCroll .vscrollerbase {
width:6px;
}
#ContactoFlexCroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #ContactoFlexCroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_3.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#ContactoFlexCroll .hscrollerbase {height:0px;}
#ContactoFlexCroll .hscrollerbar {height: 0px; }

#ContactoFlexCroll
.vscrollerbar,#ContactoFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#ContactoFlexCroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}



/*#searchFlexCroll**/

#searchFlexCroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#searchFlexCroll .vscrollerbase {
width:6px;
}
#searchFlexCroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #searchFlexCroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_3.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#searchFlexCroll .hscrollerbase {height:0px;}
#searchFlexCroll .hscrollerbar {height: 0px; }

#searchFlexCroll
.vscrollerbar,#searchFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#searchFlexCroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}


/*flexcroll archivos*/

#archivosFlexCroll .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#archivosFlexCroll .vscrollerbase {
width:6px;
}
#archivosFlexCroll .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #archivosFlexCroll .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_3.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#archivosFlexCroll .hscrollerbase {height:0px;}
#archivosFlexCroll .hscrollerbar {height: 0px; }

#archivosFlexCroll
.vscrollerbar,#archivosFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#archivosFlexCroll .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}




/*El otro scroll*/



#pagesFlexCroll2 .scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

#pagesFlexCroll2 .vscrollerbase {
width:6px;
}
#pagesFlexCroll2 .vscrollerbar {
background-image: url(SCROLLBAR_3.gif) ; 
width: 6px;
/* following is the bit that allows us fixed height scrollbars */
height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(SCROLLBAR_3.gif);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html #pagesFlexCroll2 .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='SCROLLBAR_3.gif');
/*background-image: none;*/
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
#pagesFlexCroll2 .hscrollerbase {height:0px;}
#pagesFlexCroll2 .hscrollerbar {height: 0px; }

#pagesFlexCroll2
.vscrollerbar,#pagesFlexCroll .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: 0px;
margin:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
#pagesFlexCroll2 .scrollerjogbox {
width: 0px;
height: 0px;
top: 0px; left: 0px;
bottom: 0px; right: 0px;
background: #036731;
}
