/* CSS Document */

/* SLIDER HOME */
#sliderHome #slider {
	/* You MUST specify the width and height */
  width: 970px;
	height: 510px;
	position: relative;
	overflow: hidden;
}
#sliderHome #slider #mask-gallery {
	overflow: hidden;
}
#sliderHome #slider #gallery {
	/* Clear the list style */
  list-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	/* width = total items multiply with #mask gallery width */
  width: 970px;
	height: 400px;
	overflow: hidden;
}
#sliderHome #slider #gallery li {
	/* float left, so that the items are arrangged horizontally */
  float: left;
}
#sliderHome #slider #mask-excerpt {
	/* Set the position */
  position: absolute;
	left: 0;
	z-index: 500;
	/* width should be lesser than #slider width */
  width: 970px;
	top: 400px;
	overflow: hidden;
}
#sliderHome #slider #excerpt {
	/* Opacity setting for different browsers 
   filter:alpha(opacity=60);
   -moz-opacity:0.6;
   -khtml-opacity: 0.6;
   opacity: 0.6;  */
/* Clear the list style */
  list-style: none;
	margin: 0;
	padding: 0;
	/* Set the position */
  z-index: 10;
	/*position:absolute;*/
  top: 0;
	left: 0;
	/* Set the style */
  width: 970px;
	overflow: hidden;/*background-color:#000;
  font-family:arial;
  font-size:10px;
  color:#fff; */
}
#sliderHome #slider #excerpt li {
	padding: 5px;
}
/* buttons */

#sliderHome #slider #sliderButtons #btn-prev {
	height: 55px;
	width: 57px;
	background: url(/vistas/images/btn_slider_left.png) top left no-repeat;
	display: block;
	float: left;
}
#sliderHome #slider #sliderButtons #btn-prev:hover {
	background: url(/vistas/images/btn_slider_left.png) bottom left no-repeat;
}
#sliderHome #slider #sliderButtons #btn-next {
	margin-left: 856px;
	height: 55px;
	width: 57px;
	background: url(/vistas/images/btn_slider_right.png) top left no-repeat;
	display: block;
	float: right;
}
#sliderHome #slider #sliderButtons #btn-next:hover {
	background: url(/vistas/images/btn_slider_right.png) bottom left no-repeat;
}
#sliderHome #slider #sliderButtons {
	float:left;
	top:300px;
	position:absolute;
}
#balloon {
	background:url(/vistas/images/slider_text.png) center center;
	float:right;
	margin:15px;
	height:95px;
	width:125px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}
/* SLIDER Teachers */

#sliderTeachers #slider {
	/* You MUST specify the width and height */
  width: 680px;
	height: 450px;
	position: relative;
	overflow: hidden;
}
#sliderTeachers #slider #mask-gallery {
	overflow: hidden;
}
#sliderTeachers #slider #gallery {
	/* Clear the list style */
  list-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	/* width = total items multiply with #mask gallery width */
  width: 680px;
	height: 400px;
	overflow: hidden;
}
#sliderTeachers #slider #gallery li {
	/* float left, so that the items are arrangged horizontally */
  float: left;
}
#sliderTeachers #slider #mask-excerpt {
	/* Set the position */
  position: absolute;
	left: 0;
	z-index: 500;
	/* width should be lesser than #slider width */
  width: 600px;
	top: 400px;
	overflow: hidden;
}
#sliderTeachers #slider #excerpt {
	list-style: none;
	margin: 0px;
	padding: 0;
	/* Set the position */
  z-index: 10;
	top: 0;
	left: 0;
	/* Set the style */
  width: 620px;
	overflow: hidden;
}
#sliderTeachers #slider #excerpt li {
	padding: 10px;
}
/* buttons */

#sliderTeachers #slider #sliderButtons #btn-prev {
	background: url(/vistas/images/flecha-anterior.jpg) no-repeat top;
	float: left;
	position: relative;
	height: 19px;
	width: 19px;
	outline: none;
}
#sliderTeachers #slider #sliderButtons #btn-prev:hover {
	background: url(/vistas/images/flecha-anterior.jpg) bottom;
}
#sliderTeachers #slider #sliderButtons #btn-next {
	background: url(/vistas/images/flecha-posterior.jpg) no-repeat top;
	float: right;
	position: relative;
	height: 19px;
	width: 19px;
	outline: none;
}
#sliderTeachers #slider #sliderButtons #btn-next:hover {
	background: url(/vistas/images/flecha-posterior.jpg) bottom;
}
#sliderTeachers #slider #sliderButtons {
	float:left;
	top:410px;
	left:620px;
	position:absolute;
	width:50px;
	height:20px;
}
