div.legfrissebb_videok {
	position: relative;
	width: 330px;
	height: 274px;
}

div.khheader {
	position: relative;
	height: 27px;
	background-image: url(/items/graphics/boxheader_kh_gyogyvarazs.gif);
	cursor: pointer;
}

div.legfrissebb_videok div.content {
	background-color: #fff;
}

div.legfrissebb_videok div.image {
	position: relative;
	width: 330px;
	height: 247px;
	
	
}

div.legfrissebb_videok div.box {
	display: none;
	position: relative;
}

div.legfrissebb_videok div.outerframe {
	width:295px;
	overflow: hidden;
	height:42px;
	position: absolute;
	left:15px;
	top:6px;
}

div.legfrissebb_videok div.frame {
	width:3000px;
	height:39px;
	position: relative;
}

div.legfrissebb_videok div.picdot {
	cursor: pointer;
	float: left;
	width: 50px;
	height: 37px;
	background-repeat: no-repeat;
	margin-right: 5px;
	border: 2px solid #000;
	overflow: hidden;
}
div.legfrissebb_videok div.start {
	border: 2px solid #fff;
}


div.legfrissebb_videok div.lgf_thumbs {
	position: absolute;
	width: 320px;
	height: 50px;
	left:5px;
	bottom: 5px;
	overflow: hidden;
}
div.legfrissebb_videok div.title {
	position: absolute;
	width:320px;
	height:25px;
	overflow: hidden;
	left:5px;
	top:150px;
	font-size: 10px;
	color: #FFFFFF;
   padding:5px;
}
div.legfrissebb_videok div.titlebg {
	position: absolute;
	width: 320px;
	height: 50px;
	left:0;
	top: 0;
	background-color: #555555;
}

div.legfrissebb_videok div.thumbsbg {
	position: absolute;
	width: 320px;
	height: 50px;
	left:0;
	top: 0;
	background-color: #555555;
}

div.legfrissebb_videok i.scroll_left {

	position: absolute;
	left:3px;
	top:18px;
	overflow: hidden;
	width:10px;
	height: 13px;
	background-image: url(/items/graphics/scroll_left.gif);	
	cursor: pointer;
}


div.legfrissebb_videok i.scroll_right {

	position: absolute;
	right:3px;
	top:18px;
	overflow: hidden;
	width:10px;
	height: 13px;
	background-image: url(/items/graphics/scroll_right.gif);	
	cursor: pointer;
}


