body{
	margin:auto;
	font-family: Georgia, Palatino," Palatino Linotype", Times, "Times New Roman", serif;
	font-variant:small-caps;
	line-height:145%;
	font-weight:100;
	cursor:default
	
}

img {
	border:solid #1C406C;
	border-width:0px;
	padding:5px;
	background-color:;

}

img:hover {
	border-color:#387fd7;
	background-color:#3e4d8d;
}

h2 {
	color:#387fd7;
	text-align:left;
	line-height:31px;
	font-size:18px;

	}

p {color:#7F6DD9; font-size:14px; margin-top:-10px; margin-bottom:-5px}

a {color:#4d2aff; text-decoration:none; font-weight:bold; font-size:16px}
a:hover {color:#387fd7; text-decoration:underline;}

/* Default MovingBoxes wrapper size */
#movingboxes {
	width: 860px;
	min-height: 430px;
	
}

/* Default MovingBoxes panel size */
#movingboxes > li {
	width: 220px;
}

/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
	border: 0px solid #1c406c;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 0;


}
.shades { width:300px; height:100%; display:block; position: absolute;}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}


/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 0px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;

}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	padding: 10px;

}

.mb-inside * {
	max-width: 100%;
}

.mb-outside * {
		
}

/*** Left & Right Navigation Arrows ***/
a {background:url("../images/shades.png");display:block; position:absolute; }
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	background: transparent url("../images/arrows.png") top center no-repeat;
	position: absolute;
z-index: 10; overflow: hidden;
	top: 50%;
	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;

}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -10px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {

}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #ccc;

	z-index: 100;
}
.mb-controls a {
	color: #444;
	font: 12px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	height: 18px;
	margin: 0 15px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a.current, .mb-controls a:hover {
	color: #fff;
}
.mb-active-slider .mb-controls {
	background: #999bff;
}