/* SLIDERACK UNIVAERSAL / DEFAULT SETTINGS */
/* widths are based on a 1000px-side page with 4 slides and 20px wide button graphics */
/* override any of these settings by putting the id of the container in from of styles */
.sliderack-slide{
	float:left;
	width:233px;
	margin-left:4px;
	height:240px;
}	
.sliderack{
	width:100%;	
}
.sliderack-button, .sliderack-outerbox{
	float:left;	
}
.sliderack-button{
	/* top padding + height should equal the slide height */
	padding:80px 2px 0px 2px;
	height:160px;
}
.sliderack-outerbox{
	/* 
	sets width of slide viewport
	should be: ((slide width + margin)*number of visible slides) + innerbox padding-right
	*/
	position:relative;
	overflow:hidden;	
	float:left;
	width:952px;
	height:240px;
}
.sliderack-innerbox{
	/* 
	sets width of slide container
	should be: ((slide width + margin)*total number of slides) + padding-right
	padding-right should be equal to the margin-left of the slides
	*/
	position:absolute;
	width:1190px;
	padding-right:4px;
}
.sliderack-button-active:hover{
	cursor:pointer;	
}
.sliderack-button-inactive{
	opacity:0.2;	
}