div.sc_menu2 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 160px;
	width: 600px;
        margin-left: 38px;
	overflow: auto;
}

div.scrollingHotSpotEsquerda
{
	/* 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: 30px;
	width: 30px;
	height:120px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../img/setaEsquerda.png);
        position:absolute;
        z-index:1;

	background-position: center center;
        margin-left: 38px;
        margin-top: 10px;
        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.scrollingHotSpotEsquerda: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: 30px;
	width: 30px;
	height: 120px;
	/* 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-left: 38px;
        margin-top: 10px;
        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.scrollingHotSpotDireita
{
	/* 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: 30px;
	width: 30px;
	height: 120px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../img/setaDireita.png);
        position:absolute;
        z-index:1;
        right:155px;
	background-position: center center;
        margin-top: 10px;
       
        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.scrollingHotSpotDireita: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: 30px;
	width: 30px;
	height: 120px;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
        margin-top: 10px;
        
        position:absolute;
        z-index:1;
	background-color:black;
	background-position: center center;

       
        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. */

}

ul.sc_menu2 {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */
	width: 3000px;
	padding: 15px 0 0 15px;
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');
	list-style: none;
}
.sc_menu2 li {
	display: block;
	float: left;
	padding: 0 4px;
}
.sc_menu2 a {
	display: block;
	text-decoration: none;
}
.sc_menu2 span {
	display: none;
	margin-top: 3px;

	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu2 a:hover span {
	display: block;
}
.sc_menu2 img {
	border: 3px #666 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu2 a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}