/** 
 * newshow style rules.
 */
#newshow {
	margin:0 30px;
	width:640px;
	height:263px;
	background:transparent url(../images/noticias/slide/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#newshow #newsContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#newshow #newsContainer .new {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #newsContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * newshow 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(../images/noticias/slide/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/noticias/slide/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.new h2, .new p , .new pre {
  margin:15px;
}
.new h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.new img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}