@charset "utf-8";
/* CSS Document */


/* ----------------------------- aca seteo el width and high de la caja de slides */
#slideshow {
	margin:0 auto;
	width:630px;
	height:263px;
	position:relative;
	background-color: #333333;
	/*background-image: url(../img/bg_bottom_border.jpg); */
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/bg_slideshow.jpg);
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:550px;
	height:263px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:530px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:263px;
}


/* -------------------------------Slideshow controls style rules ARROWS.*/
/** 
 * Slideshow controls style rules.
 */
 
 
 
 
 
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../img/control_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../img/control_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}






#bodySlide {
	background-color: #393737;
}

#pageContainer {
	margin:0 auto;
	width:660px;
}
/* #pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
	text-indent: -10000px;
	background-color: transparent;
	background-image: url(../img/bg_pagecontainer_h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} */
.slide {
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}

