.kb-lightbox {
	display: none;
	position: absolute;
	overflow: auto;
	z-index: 1001;
	left: 50%;
}
.kb-lightbox .kb-lightbox-container {
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #333;
	-moz-box-shadow: 0px 8px 8px #111;
	-webkit-box-shadow: 0px 8px 8px #111;
	box-shadow: 0px 8px 8px #111;
}
.kb-lightbox div.kb-btn-close {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	width: 38px;
	height: 38px;
	background: url(../img/btn-close.png) no-repeat;
	z-index: 1002;
	text-indent: -10000px;
}

.kb-recipe-explorer {
	margin: -250px 0 0 -350px;
	height: 600px;
	width:  700px; 
	z-index: 20000;
}

.kb-recipe-explorer .kb-recipe-explorer-container {
	background: white;
	top: 16px;
	left: 7px;
	height: 500px;
	width: 640px;
	margin-left: 10px;
}
.kb-recipe-explorer .kb-recipe-explorer-container .kb-recipe-explorer-placeholder {
	height: 500px;
	width: 640px;
	position: relative;
	text-align: center;
}
.kb-recipe-explorer .kb-recipe-explorer-container .kb-recipe-explorer-placeholder .kb-recipe-explorer-loading {
	height: 500px;
	width: 640px;
	background: white url('../img/preloader.gif') no-repeat center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.kb-recipe-explorer .kb-recipe-explorer-container .kb-recipe-explorer-placeholder .kb-recipe-explorer-loading p {
	font-size: 38px;
	color: #e0e0e0;
	font-family: Trebuchet MS;
	position: absolute;
	top: 274px;
	left: 238px;
}
.kb-recipe-explorer .kb-recipe-explorer-container .kb-recipe-explorer-placeholder .kb-recipe-explorer-timeout {
	width: 640px;
	padding-top: 180px;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	color: #ccc;
	font-family: Trebuchet MS;
	display: none;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.kb-recipe-explorer .kb-recipe-explorer-container .kb-recipe-explorer-placeholder .kb-recipe-explorer-timeout p {
	padding: 0 0 10px 0;
}
.kb-recipe-explorer iframe {
	height: 500px;
	width: 640px;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)
{ 
	.kb-lightbox
	{
		display: none;
		position: absolute;
		overflow: hidden;
		z-index: 1001;
		left: 50%;
		width: 260px;
	}
	
	.kb-lightbox .kb-lightbox-container
	{
		position: absolute;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 2px solid #333;
	}
	
	.kb-recipe-explorer {
		margin: -209px 0 0 -130px;
		height: 418px;
		width: 260px;
		font-size:10px;
		z-index: 20000;
	}	
	
	.kb-recipe-explorer iframe {
		width: 231px;
		height: 390px;
		webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.entry-content img
	{
		border: none;
	}
	
	.kb-recipe-explorer .kb-recipe-explorer-container
	{
		background: white;
		top: 16px;
		left: 7px;
		width: 260px;
	
	}
	
}