.slider_wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	-webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}
.description_class{
	display:inline-block;
	position:relative;
	padding:0px;
	margin:0px;
	-webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}
.description_class img {
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	-webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 }
 
.pagination_holder {
    background-image: url("http://taxiamanhattan.com/wp-content/themes/fine-food/images/banner-nav-bg.png");
    height: 34px;
    margin: -45px auto 0;
    max-width: 978px;
    padding-top: 11px;
    position: relative;
    text-align: center;
}

#prev, #next {
 	position: absolute;	
	width:23px;
	height:23px;
	display:block;
}
#prev {
	background:url('http://taxiamanhattan.com/wp-content/themes/fine-food/images/arrow_le.png') top center no-repeat;
	left: 47%;
}
#next {
	background:url('http://taxiamanhattan.com/wp-content/themes/fine-food/images/arrow_ri.png') top center no-repeat;
	right:47%;
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
 
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}
.hideme_description{
	width:40%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.7);
	position:absolute;
	color:#fff;
	text-align:left;
	padding:20px; 
	top:30%;
	left:5%;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	line-height:24px;
}
..hideme_description p{
margin-bottom:10px;
}
.hideme_description h2{
	font-family: 'museo500';
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
.bannerbtn,
.button{ background:#7FA761; line-height:18px; text-align:center; text-decoration:none; color:#FFF; display:block; max-width:25%; text-shadow:1px 1px 0 #465633; border:1px solid #3f5425; -moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px; border-radius:20px; font-size:17px; cursor:pointer; padding:6px 20px; font-family: 'museo500'; }
.bannerbtn:hover{ -webkit-animation: bounce 0.5s ease-in-out; animation: 0.5s ease-in-out 0s normal none 1 bounce; text-decoration:none; }

@media (min-width: 900px) and (max-width: 1100px) { 
.hideme_description{ left:5% !important; top:20%;}
}


@media (min-width: 700px) and (max-width: 850px) { 
.hideme_description{ left:15% !important; top:20%;}

}

@media (min-width: 550px) and (max-width: 690px) { 
.hideme_description{ left:20% !important; top:20%;}
#next{ right:44% !important;}
}

@media (min-width: 400px) and (max-width: 530px) { 
.hideme_description{ left:30% !important; top:15%; width:25%;}
#next{ right:42% !important;}
}
@media (min-width: 210px) and (max-width: 380px) { 
.hideme_description{ left:35% !important; top:10%; width:25%;}
#next{ right:38% !important;}
}