/*** Overall MovingBoxes Slider ***/
.mb-wrapper
{
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;
}
/*Panel Wrapper*/
.mb-slider, .mb-scroll
{
	width: 960px;
	height: 580px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;

}
.mb-active-slider
{
/*border:1px solid red;*/
}
/*** Slider panel ***/
.mb-slider .mb-panel
{
	margin: 0;
	/*padding: 5px;*/
	padding-bottom: 0;
	padding: top:0;
	display: block;
	cursor: auto;
	float: left;
	list-style: none;
}
.mb-panel.current:hover
{
	cursor: pointer;
}
/*** Inside the panel ***/
.mb-inside.current
{
	/*padding-left: 10px;
	border: 1px solid #CCC;*/
}
.mb-inside
{
	width: 320px;height:580px;
	border:0px;outline: 0 none;
	-moz-outline: 0 none;
}
/*panel images*/
.mb-inside IMG
{
	width:320px;height:580px;
	border:0px;outline: 0 none;
	-moz-outline: 0 none;
}

/*** Left & Right Navigation Arrows ***/
A.mb-scrollButtons
{
	display: block;
	width: 23px;
	height: 27px;
	background: transparent url(http://www.eileenfisher.com/ns/images/dresses/arrows1.png) no-repeat;
	position: absolute;
	z-index: 2000;
	top: 250px;
/*margin-top: -29px;  if you change the arrow images, you may have to adjust this (1/2 height of arrow image)*/
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
A.mb-scrollButtons.mb-left
{
	background-position: left top;
	left: 10px;
	position: absolute;
	z-index: 2000;
}
A.mb-scrollButtons.mb-right
{
	background-position: right top;
	right:10px;
	position: absolute;
	z-index: 2000;
}
A.mb-scrollButtons.disabled
{
	display: none;
}
.mb-right-shadow
{
	width: 320px;
	height: 580px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.mb-left-shadow
{
	width: 320px;
	height:580px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
DIV#slider-two
{
	width: 960px;
	height: 580px;
	margin: 0 auto;
}
DIV#slider-two > DIV
{
	width: 320px;height:580px;
}
#outer
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.movingBoxes mb-wrapper{height:580px;}
.mb-scroll{height:580px;}