ul.baraja-container {
	width: 800px;
	height: 500px;
	margin: 0 auto 10px;
	position: relative;
	padding: 0;
	list-style-type: none;
}

ul.baraja-container li {
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: -7px;
	cursor: pointer;
	background: #fff;
	pointer-events: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 6357125px;
}

.no-js ul.baraja-container {
	width: auto;
	height: auto;
	text-align: center;
}

.no-js ul.baraja-container li {
	position: relative;
	display: inline-block;
	width: 800px;
	height: 500px;
	margin: 10px;
}
.iDevice_inner
{
	margin:0px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto !important;
	*height: auto !important;
	*height: 0px;
	margin-bottom: 5px;
	overflow-y: auto;
	background-color:#ffffcc;
	border-bottom: 3px solid #ffd470;
	border-left: 3px solid #ffd470;
	border-right: 3px solid #ffd470;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color:#000;
	text-align:justify;
	font-size:16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}