#example {
	width: 730px;
	height: 250px;
	position: relative;
	margin-top: -225px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}




/*
	Slideshow
*/

#slides {
	position: absolute;
	height: 250px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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

.slides_container {
	width: 730px;
	overflow: hidden;
	position: relative;
	display: none;
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
	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 a {
	width: 730px;
	height: 250px;
	display: block;
}

.slides_container a img {
	display: block;
	height: 250px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*
	Next/prev buttons
*/


/*
	Pagination
*/

.pagination {
	width: 100px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 300px;
	z-index: 500;
	position: absolute;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img-slide/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*=========================================
	Chat Whatsapp
==========================================*/

.chat-container {
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	max-width: 340px;
	height: auto;
	position: fixed;
	bottom: 40px;
	right: 0;
	z-index: 999;
}

.chat-content {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: none;
}