
<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	width:730px;
	height:240px;
	background:#FFF;
	position:relative;
	margin-top:30px;
*margin-top:-200px;
	padding-left:0px;
	margin-left:50px;
	z-index:100;
}
#slideshow #slidesContainer {
  width:720px;
  height:263px;
  overflow:auto; /* allow scrollbar */

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:720px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:213px;
  left:20px;
  background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#leftControl:hover{ background: transparent url(../img/control_left_over.jpg) no-repeat 0 0;}
#rightControl {
 top:213px;
  right:20px;
  background: transparent url(../img/control_right.jpg) no-repeat 0 0;
}
#rightControl:hover{ background: transparent url(../img/control_right_over.jpg) no-repeat 0 0;}
/** 
 * Style rules for Demo page
 */



#pageContainer {
margin-left:-50px;
  width:720px;
}

.text { width:280px; float:left; margin-top:-40px; line-height:16px;  margin-top:0px; font-size:12px; margin-right:20px; background-color:#000; color:#FFF; height:40px; margin-left:30px; margin-top:120px; padding:10px;}



.video {
  float:right;
  margin:0 15px;
  margin-top:30px;
  
}

h2 {
  font-family:"Rotis Serif 55 Regular";
  font-size: 18px;
  color:#9B5864;
  font-weight:bold;
  line-height:20px;
}

.bg1{
	background-image:url(../img/uno-sipalki.jpg);
	width:730px;
	height:221px;}

-->
