/* @override http://muthemes.com/mu/wp-content/themes/ubuntu/framework/css/slides.css */

/* @override http://muthemes.com/mu/wp-content/themes/ubuntu/framework/css/slides.css */

/*Slides*/
#slides {
	
	background: #000;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:800px;
	background: #222;
	height:400px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/
ul.pagination { position: absolute; margin-top: -34px; background: #222; z-index: 500; opacity: .8; color: #fff !important;height: 34px;}

ul.pagination li a { color: #fff;}

ul.pagination li a:hover { background: #333; z-index: 500; opacity: .8; color: #fff !important;}

/*
	Caption
*/

