#ipOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; 
	z-index:100;
	cursor: pointer;
}

#ipCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;
	background-color: #fff;
	border: 5px solid #fff;
	margin:0; padding:5px;
}

.ipLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#ipCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.ipClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#ipBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#ipNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#ipCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#ipCloseLink, #ipPrevLink, #ipNextLink, #ipPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#ipPrevLink, #ipNextLink{ width:15px; }
#ipPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#ipNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#ipPlayPause{ width:13px; }
#ipPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#ipPrevLink:hover,a#ipNextLink:hover,a#ipCloseLink:hover,a#ipPlayPause:hover { background-position: 0 -22px; }

#ipCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#ipDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

