.caption { text-align:center; font-size:16px; color:#333; margin:-10px 0 0 0; line-height:23px; padding:0; font-family:"avenir LT 45 Book";}
.caption a{ text-decoration:underline; color:#545454;}
#slides {
	position:relative;
	top:-36px;
	left:px;
	z-index:-1;
	width:254px;
	height:200px;
	
}

@media (max-width: 767px) {
#slides {
	position:relative;
	top:0;	
	left:px;
	z-index:-1;
	width:254px;
	height:200px;
	
}	
	
	
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:254px;
	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:254px;
	height:200px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:165px;
	
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:180px;
	top:165px;
}



/*
	Pagination
*/


#slides1 {
	position:relative;
	top:0px;
	left:px;
/*	z-index:-1;*/
	width:254px;
	height:200px;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container1 {
	width:272px;
	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_container1 div.slide1 {
	width:272px;
	height:200px;
	display:block;
}
