

#container {
	width:100%;
	padding: 0px 0px 0px 0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:100%;
	height:362px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:851px;
	height:420px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:5px;
	left:0px;
	z-index:100;
}

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

.slides_container {
	width:851px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0px 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:851px;
	height:400px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:165px;
	left:-20px;
	width:44px;
	height:45px;
	display:block;
	z-index:101;
}

#slides .next {
	left:825px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;
	display:none;
}

.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(/web/20141220231959im_/http://hmsdubai.com/images/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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


/*
     FILE ARCHIVED ON 23:19:59 Dec 20, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:34:57 Jan 17, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/