/* default */
.swipe 
{
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap 
{
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div 
{
  float:left;
  width:100%;
  position: relative;
}	

.swipe-wrap img 
{ 
	width: 100%; height:160px;  cursor: pointer; 
}

.prev 
{
	left: 10px;
  	background: url('../images/controls.png') no-repeat 0 -32px;
  	cursor: pointer;
}

.next 
{
	right: 20px;
	background: url('../images/controls.png') no-repeat -43px -32px;
	cursor: pointer;
}

.controls 
{
  position: absolute;
  margin-top: -92px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.btn-wrap 
{
	position: relative;
	width: 100%;
}