<!--
/** 
 * Slideshow style rules.
 */



#SC-content #stage_home #cnt_slider{
	position: absolute;
	margin-top: -245px;
	background-image: url(/Speedstick/CO/X5/img/comunes/circle.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	/*z-index: -10;*/
	height: 476px; 
} 

#SC-content #cnt_slider #slideshow {
	margin:0 auto;
	width:980px;
	height:600px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:980px;
  /*width:980px;*/
  height:600px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:600px;
  border-left-style: none;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background:transparent url(/Speedstick/CO/X5/img/img_slider/flecha_izq.png) no-repeat 0 0;
  width: 41px;
  margin-top: 240px;
  height: 70px;
  z-index:1;
}

#rightControl {
  top:0;
  right:0;
  background:transparent url(/Speedstick/CO/X5/img/img_slider/flecha_derecha.png) no-repeat 0 0;
  width: 41px;
  margin-top:240px;
  height: 70px;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
 	display:block;
	background: transparent url(/Speedstick/CO/X5/img/comunes/fondo_site.jpg)no-repeat;
	width: 1042px;
	height: 600px;
}

/*#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(/Speedstick/CO/X5/img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}*/
.slide h2, .slide p {
  margin:15px;
}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}

.slide img {
  border-style: none;
  margin-top: 38px
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}

/*#SC-content #callouts_bottom {
	height: 107px;
}


#SC-content #callouts_bottom .left{
	background: url(/Speedstick/CO/X5/img/comunes/bot_producto_under.jpg)no-repeat;
	width: 320px;
	height: 107px;
	margin: -100px 0px 0px -25px;
	float: left;
}

#SC-content #callouts_bottom .right{
	background: url(/Speedstick/CO/X5/img/comunes/bot_top5_under.jpg)no-repeat;
	width: 305px;
	height: 98px;
	margin: -91px 0px 0px 0px;
	float: right;
}*/
