
div.scroller, div#my-glider { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 230px; 
	height: 175px;
	overflow: hidden;	
	background-color:#fff;
	border:1px solid #7F7F7F;
	}
	div.scroller {
	border:0;
  }
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:100%;
		height: 175px;
		overflow:hidden;	
    margin:0;
    padding:0;	
		/*float:left;*/	    			
		}	 



div.fh_im24_project_singlePrevNextWrapper a, div.fh_im24_project_singlePrevNextWrapper span{
outline:none;
color:#fff !important;
}		

div.fh_im24_project_singlePrevNextWrapper span{ 
 display:block;
 padding-top:4px;
}

div.fh_im24_project_singlePrevNextWrapper {
margin:0;
padding:0;
}

div.fh_im24_project_singlePrevNextWrapper {
margin-top:10px;
width:100%;
}

div.carousel
{	
	height:40px;
	width: 230px;
	margin: 0;					
	overflow: hidden;		
	padding:0;
	
}

div.carousel span{
color:#000 !important;
background:url("lupe.gif") no-repeat center left;
padding-left:25px;
}

div.carousel div.carouselWrapper
{	  	
	/*background-color:#383028;*/
	left: 0;	
	bottom:9px;
	width:100%;
	margin:0;
	padding:0;
	height:23px;
	position:relative;		
  text-align:left;
}

div.carousel div.carouselWrapper a
{
	font-size: 100%;
	text-decoration: none;	
	display:block;
  height:20px;
  width:250px;
  position:absolute; 
  top:1px; 
  background:url("lupe.gif") no-repeat center left;
  margin-top: 10px;
  padding-left:20px;
  font-weight:normal;
}

div.carousel div.carouselWrapper div.inner {
}

a.prevWrapper {  
  left:1px;  
  background:url("prev_carousel.gif") no-repeat top left;
}

a.nextWrapper {
  background:url("next_carousel.gif") no-repeat top left;
  right:1px;
}
  div.carousel div.carouselWrapper img {
  	display: none;
  }



