/* some styling for triggers */
#jq-lightbox-triggers {
	text-align:center;
}

#jq-lightbox-triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}

/* the overlayed element */
.jq-simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */

	min-height:200px;
	border:20px solid #ffffff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.jq-simple_overlay .close {
	background-image:url(../flowplayer/overlay/apple-close.png);
		position:absolute;
		top:-35px;
		right:-25px; 
		width:25px;
		height:25px;
		cursor:pointer;
}


.jq-poster-small{
    width:195px;
}