@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 869px) {

.content #pre {
		  height: 80px;
		  width: 20px;
		  float: left;
		  margin-top: -320px;
		  background: #fff url(../images/pre.png);
		  opacity: 0.5;
		  border-bottom-left-radius: 5px;
		  border-top-left-radius: 5px;
		  cursor: pointer;
	  }
	  
	  .content #pre:hover {
		  height: 80px;
		  width: 20px;
		  float: left;
		  margin-top: -320px;
		  background: #fff url(../images/pre.png);
		  opacity: 0.7;
		  border-bottom-left-radius: 5px;
		  border-top-left-radius: 5px;
		  cursor: pointer;
	  }
	  
	  .content #next {
		  height: 80px;
		  width: 20px;
		  float: right;
		  margin-top: -320px;
		  background: #fff url(../images/next.png);
		  opacity: 0.5;
		  border-bottom-right-radius: 5px;
		  border-top-right-radius: 5px;
		  cursor: pointer;	
	  }
	  
	  .content #next:hover {
		  height: 80px;
		  width: 20px;
		  float: right;
		  margin-top: -320px;
		  background: #fff url(../images/next.png);
		  opacity: 0.7;
		  border-bottom-right-radius: 5px;
		  border-top-right-radius: 5px;
		  cursor: pointer;	
	  }
	  
}