/**
 * POPUP CONTAINER STYLES
 */

.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 300px; /*Width of Carousel Viewer itself*/
height: 50px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 3px; /*margin around each panel*/
width: 40px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

img
{
border:none;
}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000;
	-moz-opacity: 0.45;
	opacity:.45;
	filter: alpha(opacity=45);
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;

}
#popupInner {
width: 358px;
	border: none;
overflow: hidden;
}

#popupFrame {

}
#popupTitleBar {
	float:left;
position:relative;
width: 358px;
height: 29px;
background: url(http://www.hotmilklingerie.co.nz/images/lightbox/lightbox_top.png) bottom left no-repeat;
}

#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupFrame
{
float:left;
position:relative;
width: 370px;
background: url(http://www.hotmilklingerie.co.nz/images/lightbox/lightbox_bg.png) top left repeat-y;
padding: 0px 0px;
}

#popupFooter
{
float:left;
position:relative;
width: 358px;
height: 29px;
background: url(../images/lightbox/lightbox_bottom.png) top left no-repeat;
}