#iBoxOverlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
}
#iBoxWindowOuter {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;

	text-align: center;
	z-index: 9998;
}
#iBoxWindow {
	display: none;
	margin: 0 auto !important;
	border: 10px solid #fff;
}
#iBoxWindow.loading {
	background: #fff url('../images/loading.gif') no-repeat center center;
}
#iBoxWindow.loading *{
	display: none ;
}
#iBoxWindow.loading #iBoxImage{
	display: block;
	visibility: hidden ;
}
#iBoxImage {
	position: relative;
	background: #fff url('') no-repeat center center;
}
#iBoxLeft, #iBoxRight {
	display: block;
	position: absolute;
	width: 49%;
	height: 100%;
	outline: 0;
}
#iBoxLeft { left: 0;}
#iBoxRight { right: 0;}
#iBoxLeft:hover {
	background:  transparent url('../images/prevlabel.gif') no-repeat left 20%;
}
#iBoxRight:hover {
	background:  transparent url('../images/nextlabel.gif') no-repeat right 20%;
}
#iBoxDescription {
	height: 1%;
	padding: 0 0 10px;
	font: normal 10px Verdana, sans-serif;
	color: #666;
	background-color: #fff;
	text-align: left;
}
#iBoxClose {
	float: right;
	line-height: 28px;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	outline: 0;
}
html.iBox, .iBox body {
	overflow: hidden;
	border: none;
}
.iBox #iBoxOverlay,
.iBox #iBoxWindow {
	display: block !important;
}
.iBox select, .iBox object, .iBox embed {
	display: none !important;
}
/****************skin************************
#iBoxWindow {
	border: 20px solid #000;
	-m1oz-border-radius: 10px;
	background-color: #000;
}
#iBoxImage {
	border: 1px solid #fff;
}
#iBoxOverlay {
	background-color: transparent;
}
#iBoxDescription {
	color: #ddd;
	background-color: #000;
}
a#iBoxClose:hover {
	color: #fff;
}
*/
