@charset "utf-8";
/* Партнеры карусель внизу*/

#carousel_container {
background-color:#FFFFFF;
width:1200px;
position:relative;
}

#carousel_inner {
 /* important for inline positioning */
width:1200px; /* 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:#FFFFFF;
}

#carousel_ul {
position:relative;
left:-150px; /* 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 */
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:140px;  /* fixed width, important */
/* just styling bellow*/
height:118px;
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:0px; 
}

#carousel_ul li a {
font-size:12px;
}

.golink {
color:#747474;
text-decoration:none;
}

.golink:hover {
color:#014590;
}


#left_scroll{
 /* important for inline positioning */
height:118px; 
width:42px; 
position:absolute;
top:5px;
left:0px;
z-index:100;
}
#right_scroll{
 /* important for inline positioning */
height:118px; 
width:42px; 
position:absolute;
top:5px;
right:0px;
z-index:100;
}
#left_scroll img, #right_scroll img{
/*styling*/
cursor: pointer;
cursor: hand;
}














/* Форматы вместо новостей */

#carousel_container1 {
background-color:#FFFFFF;
width:1200px;
position:relative;
}

#carousel_inner1 {
 /* important for inline positioning */
width:1200px; /* important (this width = width of list item(including margin) * items shown */ 
height:170px;
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background:#FFFFFF;
}

#carousel_ul1 {
position:relative;
left:-150px; /* 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 */
}

#carousel_ul1 li{
float: left; /* important for inline positioning of the list items */                                    
width:140px;  /* fixed width, important */
/* just styling bellow*/
height:118px;
padding:0px;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#carousel_ul1 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; 
}

#carousel_ul1 li a {
font-size:12px;
}



#left_scroll1{
 /* important for inline positioning */
height:118px; 
width:42px; 
position:absolute;
top:23px;
left:0px;
z-index:100;
}
#right_scroll1{
 /* important for inline positioning */
height:118px; 
width:42px; 
position:absolute;
top:23px;
right:0px;
z-index:100;
}
#left_scroll1 img, #right_scroll1 img{
/*styling*/
cursor: pointer;
cursor: hand;
}

