.clr {
	clear:both;
	height:0
}

/***************/
/** EXEMPLE 1 **/
/***************/
div#synopsis {
	position:absolute;
	margin-left:555px;
	margin-top:214px;
	width:380px;
	height:290px;
	background-image:url(../images/synopsisBackground.jpg);
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:12px;
	display:none;
}

div#synopsisPage {
	position:absolute;
	margin-left:555px;
	margin-top:214px;
	width:380px;
	height:290px;
	background-image:url(../images/synopsisBackground.jpg);
	background-repeat:no-repeat;
	padding-left:28px;
	padding-top:22px;
	/*display:none;*/
}

.jScrollbar { /* main container */
	width:360px;
	height:246px;
	overflow:hidden;
	position:relative;
	
}
	.jScrollbar_mask { /* text container */
		width:300px;
		position:relative;
		top:0;
		float:left;
	}
		.jScrollbar .jScrollbar_mask p { /* paragraphs */
			margin:0;
			padding:0;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:75%;
			color:#555;
		}
	.jScrollbar_draggable { /* slider container */
		float:left;
		width:40px;
		height:260px;
		overflow:hidden;
		background:transparent url('../images/bg_jScrollbar_draggable.jpg') repeat-y center top;
		/*margin-left:5px;*/
		position:relative
	}
	.jScrollbar_draggable a.draggable { /** draggable **/
		position:relative;
		background-color:#f49200;
		display:block;
		height:70px;
		width:13px;
		margin-left:14px;
		cursor:s-resize
	}