div#gallery{
background: #E5EBEF;;
height:140px;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    border:1px solid #7D7D7D;
}

p.gallery_name {
font-weight:bold !important;
color: #4C4C4C !important;
font-size: 14px !important;
padding: 15px 0 0 15px !important;
}


#carousel_inner {
float:left; /* important for inline positioning */
width:535px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
position:relative;
}

#carousel_ul {
position:relative;
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: 10px 0px;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:100px;  /* fixed width, important */
padding:0px;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
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:1px solid #4C4C4C;; 
}
#left_scroll, #right_scroll{
float:left; 
/*width:15px; */
padding:10px 4px 0px 10px;
}


#left_scroll img, #right_scroll img{
 border: 0 none; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;
/*height:100px; */
}

