
	/*	jQuery TOOLS	*/
#mask {
	background: #3c89b3 url(../images/jquery.tools/expose/mask_gradient_1000.png) no-repeat;
}

/* the overlayed element */ 
div.overlay { 
    background-image:url(../images/jquery.tools/white.png); 
/*    width:600px; 
    height:470px;*/
    width: 545px;
    height: 420px;
    display:none; 
    padding:55px;
} 

div.overlay iframe#jt-iframe {
	border-width: 0;
	width: 600px;
	height: 470px;
	text-align: center;
}

div.overlay iframe#jt-iframe img {
	
}

/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../images/jquery.tools/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../images/jquery.tools/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../images/jquery.tools/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}



/* prev, next, prevPage and nextPage buttons */
a.browse {
/*	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;*/
	background:url(../images/scroller-buttons.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:95px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
/*	visibility:hidden !important;*/
} 	

/* position and dimensions of the navigator */
.navi {
	margin:0 auto;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

