
/* design carousel */

.sidebar .challenge_designs {
  margin-top: 13px;
	width: 238px;
	overflow: hidden;
}
.sidebar .challenge_designs a,
.sidebar .arrow a {
  display: block;
	padding: 1px;
	margin-right: 5px;
  width: 72px;
  height: 50px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
  float: left;
}
aside.sidebar .challenge_designs img,
aside.sidebar .challenge_designs {
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
	float: none;
	clear: none;
}
.sidebar .challenge_designs .container {
	width: 4050px;
	height: 50px;
}
.sidebar .arrow a {
	padding: 0;
	margin: 0;
	border: 0;
	width: 16px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../images/icons/slider_arrows_small.png);
	background-repeat: no-repeat;
	background-color: #d2d2d2;
	clear: right;
	float: right;
}
.sidebar .arrow.disabled a {
  cursor: default;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter:alpha(opacity=25);
}
.sidebar .arrow.right a {
	margin-top: -53px;
	background-position: center 6px;
}
.sidebar .arrow.left a {
	margin-top: -25px;
	background-position: center -23px;
}
