
#container {
	margin:0 auto;
	position:relative;
	z-index:0;
}
#products_example {
	position:relative;
}
/*Slideshow*/
#products .slides_container {
	width:78%;
	overflow:hidden;
	float:right;
	position:relative;
	border:0px solid #dfdfdf;
	background-color:#FFFFFF;
	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 a {
	width:100%;
	height:374px;
	display:block;
}

/*Next/prev buttons*/

#products  .next,#products .prev {
	position:absolute;
	top:180px;
	
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {
	background:url(../images/arrow-prev.png);
	left:94px;
}

#products .next {
	left:402px;
	background:url(../images/arrow-next.png);
}

/*****Pagination********/

#products .pagination {
	background:#FFFFFF;
	margin:0px;
	float:left;
	width:20%;
}
#products .pagination li {
	float:left;
	margin:3px;
	margin-top:0px;
	padding:0px;
	list-style:none;
}
#products .pagination li a {
	display:block;
	margin:0px;
	float:left;
	background:#FFFFFF;
	border:1px solid #7f7f7f;
	border-radius: 3px;
}
#products .pagination li img {
	width:50px;
 
	float:left;
}
#products .pagination li.current a {
	border:1px solid #333;
	margin:0;
}
 
@media only screen and (max-width: 1024px) {
	.slides_container a {
		width:100%;
		 
	}
	#products .pagination li {
		margin:2px 14px;
	}
	#products .next {
		left: 90%;
   }
}
@media only screen and (max-width: 800px) {
	.slides_container a{
		width:100%;
	}
	#products .pagination li {
		margin:2px 2px;
	}
	#products .next {
		left:90%;
   }
}
@media only screen and (max-width: 640px) {
.slides_container a{
	width:100%;
  }
  #products .next{
  	left:93%;
  }
 #products .prev {
	left:4px;
} 
  #products .slides_container {
	width:98%;
	float:left;
}
#products .pagination {
	width:100%;
}
#products .pagination li {
		margin:2px 2px;
	}

}
@media only screen and (max-width: 480px) {
.slides_container a{
	width:100%;
    padding-top:0;
}
#products .next{
	left:92%;
}
#products .prev {
	left:4px;
}
#products .pagination li{
	margin:2px 2px;
}
#products .slides_container {
	width:98%;
	float:left;
}
#products .pagination {
	width:100%;
}

}
@media only screen and (max-width:320px) {
.slides_container a{
	width:100%;
}
#products .next{
	left:90%;
}
#products .prev {
	left:4px;
}
 
#products .pagination li{
	margin:2px 2px;
}
.wish-list li a{
	font-size:0.8em;
}
.your-review input[type="text"], .your-review textarea{
	width:93%;
}
.signup{
	width:98%;
}
.signup input[type="submit"]{
	width:69px;
}
#products .slides_container {
	width:98%;
	float:left;
}
#products .pagination {
	width:100%;
}
}
