#ns_tt{  
position: absolute;  
font-family: Tahoma, sans-serif;  
font-size: 11px;  
line-height: 16px;  
padding: 2px 5px;  
overflow: hidden;  
margin: 25px 0px 0px 5px;  
}

.content {
width:auto!important;
}

.podskazka{width:300px; margin-left:30px; z-index:630;}
.podskazkas{background-color:#fef015;line-height:30px;text-align:center;font-weight:900;}
.podskazkab{background-color:#e0e0e0;padding:10px;}
.podskazkab p {text-align:justify !important; font-size:11px !important;}
.podskazkan{background:url(/images/podskazkan.png) no-repeat 20px 0;width:100%;height:19px;}
	
.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }	
	
#carousel_container { width: 535px; overflow: hidden; height: 100px;}
	
#carousel_inner {
float:left; /* important for inline positioning */
width:470px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: white;
position:relative;
}

#carousel_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 */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
overflow:hidden;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:130px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:68px;
background: white;
margin:30px 0 10px 40px;
}

#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; 
}
#left_scroll, #right_scroll{
float:left; 
height:128px; 
width:32px; 
background: white; 
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}