/* mb SLIDER */

.slider-container {
	overflow: hidden;
	position: relative;
}

.slider {
	position: relative;
}

.slide {
	float: left;
}

/* mb SLIDER ARROWS */

.slider-prev-arrow, .slider-next-arrow {
	width:10px;
	height:22px;
	position: relative;
	cursor: pointer;
}

.slider-prev-arrow {
	background: url(../images/previous.png) no-repeat top;
	top: -40px;
	left:-20px;
}

.slider-next-arrow {
	background: url(../images/next.png) no-repeat top;
	top: -62px;
	left: 240px;
}

/* mb SLIDER BULLETS */

.slider-bullets-wrapper {
	position: absolute;
}

.slider-bullets {
	height: 5px;
	width: 290px;
	position: relative;
	top: -33px;
	left: 0px;
}

.bullets-align {
	float: right;
}

.bullet {
	background: #0086ce;
	width: 5px;
	height: 5px;
	float: left;
	margin-left: 5px;
	margin-bottom: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bullet-on {
	background: #cc117b !important;
}

#calendars .slider-bullets {
	width: 200px !important;
	left: 90px !important;
}

#videos .slider-bullets {
	display: none;
	top: -10px !important;
}

/* Don't forget to make a Global CSS RESET */

/* For the Vertical Slider - Give a Width to .slider class */
