/*
	Juiz Slicing Doors 
	Plugin by Geoffrey Crofte
	http://jq.creativejuiz.fr
	Free for personal use (cc)
	
	More info about license : http://jq.creativejuiz.fr/plugins-jquery/slicing-doors.php
*/

.the_zone { 
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #000;
	clear: left;
}
.the_zone li {
	float: left;
	margin: 0 8px;
	z-index: 999;
}

.juizCaption,
.juizCaptionLandscape {
	position: relative;
	/* float: left; */
	width: 210px;
	height: 210px;
	margin: 0 0 25px 0;
	background: #444444;
	-webkit-box-shadow: 0px 4px 8px #777, 0 0 30px #0b0b0b inset;
	-moz-box-shadow: 0px 4px 8px #777, 0 0 30px #0b0b0b inset;
	box-shadow: 0px 4px 8px #777, 0 0 30px #0b0b0b inset;
	overflow: hidden;
	cursor: pointer;
}
.juizCaptionLandscape {
	width: 300px;
	background: #f2f2f2;
	-webkit-box-shadow: 0px 4px 8px #777, 0 0 30px #aaa inset;
	-moz-box-shadow: 0px 4px 8px #777, 0 0 30px #aaa inset;
	box-shadow: 0px 4px 8px #777, 0 0 30px #aaa inset;
    float: left;
    margin-left: 24px;
}

.juizCaption img,
.juizCaptionLandscape img { 
	position: absolute;
	border: 0 none;
	-webkit-box-shadow: 0px 4px 8px #777;
	-moz-box-shadow: 0px 4px 8px #777;
	box-shadow: 0px 4px 8px #777;
	z-index: 200;
}
.juizCaption div,
.juizCaptionLandscape div {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 0;
	color: #ccc;
}
.juizCaptionLandscape div {
	color: #747474;
}
.juizCaption h2,
.juizCaptionLandscape h2 { 
	padding: 8px 8px;
	margin: 0;
	color: #369ead;
	font-size: 18px; 
}
.juizCaption p,
.juizCaptionLandscape p {	
	margin: 0;
    margin-bottom: 5px;
	font-size: 14px;
	padding: 3px 5px 0 8px;
}

/* Settings for corners */
.topLeft,
.topRight,
.bottomLeft,
.bottomRight {
	position:absolute;
	background-repeat: no-repeat;
	/* float:left; */
}
.topLeft {background-position: top left} 
.topRight {background-position: top right} 
.bottomLeft {background-position: bottom left} 
.bottomRight {background-position: bottom right}
.juiz-excerpt {display:none}