@charset "utf-8";
/* CSS Document */


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 0 40px 0;
	width:579px;
	height:259px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:579px;
	height:259px;
	overflow:hidden; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:579px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:259px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:49px;
  height:259px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:1111;
}

#leftControl {
  top:0;
  left:0;
  float:left;
  background:transparent url(../img/graf/portifolio/control_left.png) no-repeat 0 0;
}
#leftControl:hover {
  background-position:-49px 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/graf/portifolio/control_right.png) no-repeat 0 0;
}
#rightControl:hover {
  background-position:-49px 0;
}

/** 
 * Style rules for Demo page
 */

.slider h2, .slide p {
  margin:0;
}
.slider h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slider img {
	float:right;
	margin:0;
}
