#content {
	background-color: #fff;
	padding: 3em;
	margin:0.2em 2em;

}

/* Основной див !!! */
#mycustomscroll { 
/* Typical fixed height and fixed width example */
width: 395px;
height: 431px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
padding: 0 15px 5px;
text-align: left;
float: left;
background: #f3f3f3;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

/* For scrollbars, defining a color for background alongside with an image 
is always a good idea, this way the scrollbars are visible until images load */
.vscrollerbase {
/* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */
width: 10px;
background-color: #e5e4e4;                                                                                            /* цвет полосы прокрутки*/
}

.vscrollerbar {
width: 10px;
background: url("/images/userdata/v7/catalog/basebarcaps_verticalbarbody2.png") repeat-y;                                                                        /* цвет бегунка*/
}

body.style-direction-66592753 .vscrollerbar {
background: url("/images/userdata/v7/catalog/skrol_beauty.png") repeat-y;                                                                        /* цвет бегунка*/
}


.hscrollerbase {
/* hscrollerbase is the div that holds the scrollbar (parent of hscrollerbar) */
height: 15px;
background-color: white;
}

.hscrollerbar {
height: 15px;
background-color: black;
}

/* basic style ends here, this was actually all that is required to run fleXcroll,
albeit without images, my advice is to have this basic style and build the rest
on top of this. */


/* styles for scrollbar images start here */



.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll-base,
the padding will automatically be turned off by the script
The greater the padding, the further away the scrollbar
stops away from both ends. This may be used, for example,
to provide space for our "faux" arrow heads.
*/
padding: 10px;

/* z-index for scrollbars define the z-index for the content, if left at
"auto" or "0", they are set to "2", if defined, content z-index is set the
same as the scrollbars. Version 1.7.5 and higher does not need this setting
to function properly, earlier versions need this for proper operation */
z-index: 2;
}

.vscrollerbarbeg {
/* Top image holder for vertical scrollbar*/
background: url("/images/userdata/v7/catalog/basebarcaps_verticalbarbody2.png") no-repeat;
width: 15px;
/* Height of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
image to repeat on certain sizes. In this style, we do not need our script to strech the
vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
height: 15px !important;
}

body.style-direction-66592753 .vscrollerbarbeg {
background: url("/images/userdata/v7/catalog/skrol_beauty.png") no-repeat;
width: 15px;
height: 15px !important;
}


.vscrollerbarend {
/* Bottom image holder for vertical scrollbar*/
background: url("/images/userdata/v7/catalog/basebarcaps_verticalbarbody2.png") no-repeat;
width: 15px;
height: 15px;
}

body.style-direction-66592753 .vscrollerbarend {
/* Bottom image holder for vertical scrollbar*/
background: url("/images/userdata/v7/catalog/skrol_beauty.png") no-repeat;
}

.hscrollerbarbeg {
/* Left image holder for horizontal scrollbar */
background: url(basebarcaps_verticalbarbody.png) -60px -15px no-repeat;
height: 15px;
/* Width of this class is normally set by the script, to fit the scrollbar, but Webkit (Safari's rendering
engine) currently has a bug on no-repeat for negatively positioned backgrounds, causing the top
image to repeat on certain sizes. In this style, we do not need our script to strech the
vscrollerbarbeg, so we can fix the problem by forcing the size using CSS with an !important decleration: */
width: 15px !important;
}

.hscrollerbarend {
/* Right image holder for horizontal scrollbar */
background: url(basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 15px;
width: 15px;
}



/* Following are for scrollbase images, may not always be required */



.vscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
background: url("/images/userdata/v7/catalog/basebarcaps_verticalbarbody2.png") -10px 0 no-repeat;
width: 15px;
/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
height: 15px !important; /*  Safari BG repeat fix */
}

body.style-direction-66592753 .vscrollerbasebeg {
background: url("/images/userdata/v7/catalog/skrol_beauty.png") -10px 0 no-repeat;

} 


.vscrollerbaseend {
/* Vertical scrollbar's base bottom-cap */
/* This may be used for holding the down arrow */
background: url("/images/userdata/v7/catalog/basebarcaps_verticalbarbody2.png") -10px -30px no-repeat;
height: 15px;
width: 15px;
}

body.style-direction-66592753 .vscrollerbaseend {
background: url("/images/userdata/v7/catalog/skrol_beauty.png") -10px -30px no-repeat;
}

.hscrollerbasebeg {
/* Horizontal scrollbar's left-cap */
/* This may be used for holding the left arrow */
background: url(basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 15px;
/* width of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
width: 15px !important; /* Safari BG repeat fix */
}

.hscrollerbaseend {
/* Horizontal scrollbar's right-cap */
/* This may be used for holding the right arrow */
height: 15px;
width: 15px;
background: url(basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}

.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}

.mcontentwrapper { padding-left: 3px !important; }


