#carrusel_inner {
float:left; /* important for inline positioning */
width:1765px; /* important (this width = width of list item(including margin) * items shown */ 
height: 160px;  
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: transparent;
margin-left: 70px;     
z-index: 2;
margin-bottom: 30px;    
}

#carrusel_ul {
position:relative;
left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
    z-index: 2;  
}

#carrusel_ul li{
float: left; /* important for inline positioning of the list items */                    
width:180px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:141px;
background: transparent;
margin-top:10px;
margin-left:5px; 
margin-right:169px; 
}

#carrusel_ul li img {
margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#left_scroll{
position: absolute;    
float:left; 
height:130px; 
width:15px; 
background: transparent;
margin-top: 45px;  
margin-left: 20px;       
}
    
#right_scroll{
position: absolute;    
float:left; 
height:130px; 
width:15px; 
background: transparent;
margin-top: 45px;  
margin-left: 1860px;       
}
    
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}
    
.space 
{
    margin-top: 20px;
}    
    
.thumbnail-text
{
    position: absolute;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 1px 2px 2px 0px;
    margin-top: -5px;
}


.thumbnail-text-2
{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	
}

.thumbnail-text-3
{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	
} 