.items div {
	float:left;
	width: 800px;
}

/* single scrollable item */

.kepkeret{
  position: relative;
  float: left;
  width: 265px;
  height: 420px;

  text-align: center;
}

.kep_belso_keret{
  position: relative;
  float: left;
  width: 265px;
  height: 290px;
  text-align: center;
  overflow: hidden;

}

.szoveg_keret{
  position: relative;
  float: left;
  width: 265px;
  min-height: 100px;
  text-align: center;
  line-height: 20px;
  color: yellow;
  font-size: 12px;
}

.szoveg_keret a{
  font-weight: bold;
  text-decoration: none;
  color: yellow;
}

.kepkeret .kep_belso_keret img {
    margin-top: 10px;
	background-color:#fff;
	padding:2px;
/*	border:1px solid #ccc; */
	min-width: 230px;
	max-height: 280px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
/*	border:2px solid #000; */
	position:relative;
	cursor:default;
}


