.carousel {
	width: 1000px;
	margin-top:7px;
}
.carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.carousel li {
	width: 495px !important;
	height: 494px;
	display: block;
	float:left;
	margin-right:10px;
	margin-left:0;
}
.carousel.responsive {
	width: auto;
	margin-left: 0;
}
.pager {
	width: 100%;
	text-align: center;
	text-align:center;
}
.pager a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  margin:10px 3px;
}
.pager a.selected {
  background: #222;
  background: rgba(0,0,0, .8);
}
