div.sc_menu_wrapper {

	position: relative;
	height: 300px;
	/* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 120px;
        
	
	overflow: auto;
}
div.sc_menu {
	padding: 10px 0;
}
div.scrollingHotSpotUp
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 20px;
	width: 20px;
	height: 302px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../img/seta.png);
        position:absolute;
        z-index:1;
	
	background-position: center center;
        margin-left:30px;
        margin-top: 5px;
        float:inherit;

     
         /* for IE */
        filter:alpha(opacity=80);
        /* CSS3 standard */
        opacity:0.6;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	
}



div.scrollingHotSpotDown
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 120px;
	height: 30px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../img/setaDown.png);
        position:absolute;
        z-index:1;

	background-position: center center;

        margin-top: 270px;
        float:inherit;
        /* for IE */
        filter:alpha(opacity=80);
        /* CSS3 standard */
        opacity:0.6;

	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */

}

div.scrollingHotSpotDown:hover
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 120px;
	height: 30px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */

        position:absolute;
        z-index:1;
	background-color:black;
	background-position: center center;

        margin-top:270px;
        float:inherit;

         /* for IE */
       filter:alpha(opacity=80);
        /* CSS3 standard */
        opacity:0.6;

	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */

}

/* Visible left hotspot */

.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 115px;

	border: 2px rgb(79, 79, 79) solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

	/* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);
}
.sc_menu a:hover {
	border-color: rgb(130, 130, 130);
	border-style: dotted;
}
.sc_menu img {
	display: block;
	border: none;
}

.sc_menu_wrapper .loading {
	position: absolute;
	top: 50px;
	left: 10px;

	margin: 0 auto;
	padding: 10px;

	width: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Here are styles for a link to an article. Not for you :) */
