#slidebox{
	position:relative; 
}
#slidebox, 
#slidebox .content{
	width:1000px;
	height:360px; 
	margin-right:0px;
}
#slidebox{overflow:hidden;}
#slidebox .container{position:relative; left:0;}
#slidebox .content{ float:left;}
#slidebox .next, #slidebox .previous{position:absolute; z-index:2; display:block; width:21px; height:21px;}
#slidebox .next{right:0; margin-right:10px; background:url(../../../grasshopper/library/css/slidebox_next.png) no-repeat left top;}
#slidebox .next:hover{background:url(../../../grasshopper/library/css/slidebox_next_hover.png) no-repeat left top;}
#slidebox .previous{margin-left:10px; background:url(../../../grasshopper/library/css/slidebox_previous.png) no-repeat left top;}
#slidebox .previous:hover{background:url(../../../grasshopper/library/css/slidebox_previous_hover.png) no-repeat left top;}
#slidebox .thumbs{position:absolute; z-index:2; bottom:7px; right:300px;}
#slidebox .thumbs .thumb{
	display:block; 
	margin-left:5px; 
	float:left;
	padding:2px 0px; 
	height:13px;
	width:13px;
	background:url(../../../grasshopper/library/images/white-dote.png) no-repeat

}
#slidebox .thumbs .thumb:hover{  background:url(../../../grasshopper/library/images/blue-dote.png) no-repeat;}
#slidebox .selected_thumb{
  display:block; 
  margin-left:5px; 
  float:left; 
  height:13px;
  width:13px;
  padding:2px 0px;
  background:url(../../../grasshopper/library/images/blue-dote.png) no-repeat;
  }
