#overlay {
	background: #ccc;
	position: absolute;
	width: 970px;
	top: 0px;
	opacity: 0.8;
	display:none;
	z-index:100;
	margin:0 auto;
}

#imageBox {
	z-index:200;
	top:250px;
	left:275px;
	position:absolute;
	display:block;
}

#imageBox div.Middles {
	margin:0 30px;
	width:400px;
}

#imageBox div.topSide {
	height: 30px;
	background: url(/siteflow/png/imageBoxT.png) top left repeat-x;
}

#imageBox div.mainContents {
	background:#fff;
	text-align:center;
}

#imageBox div.bottomSide {
	height: 30px;
	background: url(/siteflow/png/imageBoxB.png) bottom left repeat-x;
}

#imageBox div.Sides {
	position:absolute;
	width:30px;
	margin:0;
	top:30px;
	height:24px;
}
 
#imageBox div.leftSide {
	left:0px;
	background:url(/siteflow/png/imageBoxL.png) top left repeat-y;
}

#imageBox div.rightSide {
	right:0px;
	background:url(/siteflow/png/imageBoxR.png) top right repeat-y;
}

#imageBox div.Corners {
	position:absolute;
	height:30px;
	width:30px;
	background-repeat:no-repeat;
	background-image:url(/siteflow/png/imageBoxNew.png);
}

#imageBox div.topLeft {
	left:0px;
	top:0px;
	background-position:top left;
}

#imageBox div.topRight {
	background:url(/siteflow/png/imageBoxTR.png) top right;
	right:0px;
	top:0px;
	background-position:top right;
}

#imageBox div.topRight {
	background-image:url(/siteflow/png/imageBoxTR.png);
}

#imageBox div.topRightOver {
	background-image:url(/siteflow/png/imageBoxTROver.png);
}

#imageBox div.bottomLeft {
	left:0px;
	bottom:0px;
	background-position:bottom left;
}

#imageBox div.bottomRight {
	right:0px;
	bottom:0px;
	background-position:bottom right;
}

#imageBox p {
	margin:0;
	padding:0;
}

#imageBox p.loading {
	font-size: 16px;
	position:absolute;
	top:15px;
	left:30px;
}

#imageBoxImageContainer, #imageBoxFrameContainer {
	display:none;
}


#slideController {
	margin-top:10px;
	display:none;
	position:absolute;
	bottom:30px;
	left:40px;
	width:740px;
}

div.slideButton {
	float:right;
	border:1px solid silver;
	padding:4px;
	margin-left:2px;
	cursor:pointer;
}

div.slideButtonOver {
	background:silver;
	color:white;
}


#slideController p {
	float:left;
}

	


