/* CSS Document */

/* --- Kepes referencia scroll --- */

div.sc_menu {
	position: relative;
	height: 163px;
	width: 100%;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 159px;
    /* max width here, for users without javascript */
	width: 6000px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0 4px;
}
.sc_menu a {
/*	background-image: url("../img/webdesignA_bg.jpg"); 
	background-position: 220px 17px;
	background-repeat: no-repeat;  */
	display: block;
	height: 125px;
	padding: 17px 10px;
	width: 210px;
}
.sc_menu a:hover {
	background-image: url("../img/webdesignA_bgOver.jpg");

	background-position: 0 5px;
	background-repeat: no-repeat;
}
.sc_menu a span {
	display: none;
	padding: 10px 10px 10px 10px;
	margin-left: -210px;
	margin-top: 0px;
	width: 190px;
	/*height: 110px;
*/
	text-decoration: none;
}
.sc_menu a:hover span {
	display: inline;
	position: absolute;
	/*background: #000;
*/
	background-image: url(../img/span-rollOver_bg.png);
	/*border: 1px solid #71a4da;
*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71a4da;
	text-decoration: none;
}
.sc_menu a:hover span b {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB9900;
}
.sc_menu img {
	border: 0;
}

/* --- 3 golyo  rollover scroll --- */

.scrollLeft {
  width:72px;
	height:86px;
  margin-left:3px;
  float:left;
}

.scrollCenter {
  width:72px;
	height:86px;
  margin-left:138px;
   float:left;
}

.scrollRight {
  width:72px;
	height:86px;
  margin-left:138px;
   float:left;
}

.vertical {
}

.vertical div{
	float:left;
	width:72px;
	height:86px;
	position:relative;
	overflow:hidden;
}

.vertical div div.mask{
 background-image: url(../img/mask.png);
 background-repeat: no-repeat;
 position: absolute;
 z-index: 900;
}
.vertical img {
	position:absolute;
	border:0px;
} 