#slider_full{ float:left; margin-left:2px; margin-top:-9px;  }

#example {
	width:238px;
	height:117px;
	position:relative;
}


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

/*
	Slideshow
*/

#slides { position: relative;
	
	top:15px;
	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:208px;
	overflow:hidden; margin-left:16px;
	
	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:208px;
	height:117px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:50px;
	left:-10px;
	width:19px;
	height:29px;
	display:block;
	z-index:101;
}

#slides .next {
	left:230px;
}

/*
	Pagination
*/

.pagination {	width:100px; margin-top:00px; margin-left:898px;
}

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

.
.caption {
	z-index:500;
	position:absolute;
	height:30px;
margin-left:30px;	width:300px;
	font-size:20px;
	color:#FFFFFF;
	text-shadow:none;  margin-top:-120px;  font-family: 'Philosopher', sans-serif; font-size:20px;
}
.caption_1 {

	color:#000000;
}

