/*  SLIDER --------------- */

#slider {
	width: 325px;
	float: left;
/*	padding-top: 36px;*/
	position: relative; /* For LEFT/RIGHT Scroll Btns */
}

.scroll {
	width: 325px;
	overflow: auto;
	overflow-x: hidden;
	position: relative; /* fix for IE to respect overflow */

}

.scrollButtons {
  	position: absolute;
  	top: 0px;
  	cursor: pointer;
	z-index: 10;
}

* html .scrollButtons {
	top: 0px;
}

.scrollButtons.left {
  	left: 5px;
}

.scrollButtons.right {
  	right: 5px;
}

/*  PANELS -------*/

div.panel, .zoomcontainer {	
	width: 325px;
}

.zoomcontainer {
	margin: 0 auto;
}


