.carousel 
{            	
	float: right;		
	width: 95%;
	height: 300px;	                
    overflow:hidden;        
}

.carouselmini
{            			
		width: 100%;
		height: 110px;
        overflow:hidden;
        
}

.carousel img {
        visibility:hidden; /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

#carousel_container {
	padding: 0px 0px 0px 0px;
	height: 195px;
}
#carousel_inner,  #carousel_inner2, #carousel_inner3, #carousel_inner4{
	float:left;
	position:relative;
	width:690px; /* important (this width = width of list item(including margin) * items shown */ 
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	height:193px;
}


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

#carousel_ul li{
	float: left; /* important for inline positioning of the list items */                                    
	width:126px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:122px;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:35px; 
	margin-right:5px; 
}


#carousel_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; 
	height:140px; 	
}
#left_scroll, #right_scroll{
	float:left; 
	height:150px; 
	width:10px; 
	margin:0 5px;
}
#left_scroll img, #right_scroll img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
	width: 20px;
  	margin-top: 50px;
}

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

#carousel_ul2 li{
	float: left; /* important for inline positioning of the list items */                                    
	width:126px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:122px;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:35px; 
	margin-right:5px; 
}


#carousel_ul2 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; 
	height:140px; 	
}
#left_scroll2, #right_scroll2{
	float:left; 
	height:150px; 
	width:10px; 
	margin:0 5px;
}
#left_scroll2 img, #right_scroll2 img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
	width: 20px;
  	margin-top: 50px;
}


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

#carousel_ul3 li{
	float: left; /* important for inline positioning of the list items */                                    
	width:126px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:122px;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:35px; 
	margin-right:5px; 
}


#carousel_ul3 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; 
	height:140px; 	
}
#left_scroll3, #right_scroll3{
	float:left; 
	height:150px; 
	width:10px; 
	margin:0 5px;
}
#left_scroll3 img, #right_scroll3 img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
	width: 20px;
  	margin-top: 50px;
}


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

#carousel_ul4 li{
	float: left; /* important for inline positioning of the list items */                                    
	width:126px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:122px;
	margin-top:10px;
	margin-bottom:10px; 
	margin-left:35px; 
	margin-right:5px; 
}


#carousel_ul4 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; 
	height:140px; 	
}
#left_scroll4, #right_scroll4{
	float:left; 
	height:150px; 
	width:10px; 
	margin:0 5px;
}
#left_scroll4 img, #right_scroll4 img{
	/*styling*/
	cursor: pointer;
	cursor: hand;
	width: 20px;
  	margin-top: 50px;
}
