.slider-caja{
	position: relative;
}
.pageblock{
	width: 100%;
}
.pageblock#fullscreen{
	height: 100%;
}
.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
.pageblock#fullscreen #slideposition{
	display: none;
	position: absolute;
	bottom: .4em;
	left: 0;
	right: 0;
	z-index: 500;
	text-align: center;
}
.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pageblock#fullscreen #slideposition ul li.indicator{
	display: inline-block;
	vertical-align: middle;
	height: .8em;
	width: .8em;
	background-color: #222222;
	margin: 0 .2em;
	padding: 0;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	border-radius: 3em;
	overflow: hidden;
	cursor: pointer;
}
.pageblock#fullscreen #slideposition ul li.indicator.active{
	background-color: #ffffff;
}