#introstatic,
#introcarousel
{
	margin: 1px;
	width:	450px;
	height:	85px;
	background-color: #775834;
	margin:	0 auto;
}

#introstatictiles,
#introcarouselslides {  
    overflow:hidden;  
    /* fix ie overflow issue */  
    position:relative;  
    width:500px;  
    height:80px;  
    border:0px solid #ccc;  
} 

/* remove the list styles, width : item width * total items */    

#introstatic img
{
	border: 0px;
}

#introstatictiles ul,
#introcarouselslides ul {  
    position:relative;  
    left:0;  
    top:0;  
    list-style:none;  
    margin:0;  
    padding:0;    
    width:2000px;              
}  


  
/* width of the item, in this case I put 250x250x gif */  

#introstatictiles li,
#introcarouselslides li 
{
    width: 80px;  
    height: 80px;     
    float:left;
	margin: 5px;
}  
  
#introcarouselslides li img {  
    padding: 5px;  
}  
  
.clear {clear:both}