
/* Panel images */
.mb-inside img { width: 100%; }
.mb-inside a { color: #333; text-decoration: none; border-bottom: 1px dotted #ccc; }
.mb-inside a:hover { border-bottom: 1px solid #999; }
.buttons { padding: 5px 10px; text-align: center; }
.mb-wrapper {
	border: 5px solid #f1f1f1;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 10px;
	box-shadow: inset 0 0 10px #888;
}
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	font-size: 18px;
}
.mb-active-slider {
	border-color: #f1f1f1;
}
.mb-slider .mb-panel {
	margin: 0;
	padding: 10px 5px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}
.mb-slider .mb-panel.current {
	cursor: auto;
}
.mb-inside {
	padding: 2px;
	border: 1px solid #f1f1f1;
}
.mb-inside * {
	max-width: 100%;
}
a.mb-scrollButtons {
	display: none;
	width: 30px;
	height: 30px;
	background: transparent url(../../../templates/xcip/images/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; 
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
.movingBoxes:hover a.mb-scrollButtons,a.mb-scrollButtons:hover{ display:block}
.movingBoxes{ margin:10px 0 10px 0 }
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -30px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -30px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #f1f1f1;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #666;
	font: 18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: black;
}
.mb-controls a.current {
	color: white;
}
.mb-active-slider .mb-controls {
	background: #f1f1f1;
}
#slider-one { width: 630px;}
#slider-one > li { width: 150px; }
