@charset "utf-8";
/* CSS Document */
#narrow_icons {
	height: 85px;
	background: url('../img/narrow_icons_bg.png') bottom repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 4px 0 0 0;
	width:820px;
    margin: 0 auto;
}
#narrow_icons .container {
	width: 820px;
	font-size: 11px;
	height:85px;
}
#narrow_icons .container a {
	float: left;
	width: 82px; /*80*/
	text-align: center;
	text-decoration: none;
	color: #5a5a5a;
	margin: 7px 0 0 -1px;
}
#narrow_icons .container a img {
	clear: both;
	margin: 0 0 -3px 0;
	padding: 0 10px;
}
#narrow_icons .container a:hover {
	color: #000;
}
#main, #header_c, #footer {
	width: 800px !important;
} 
#logon {
	width: 800px !important;
}
#txtSearch {
	width: 235px !important;
}
#header_search {
	width: 380px !important;
}
.search_place_select { width: 366px !important; }
.search_place_select ul li + li { margin-left: 15px !important; }

/* jCarousel */
.jcarousel-container { position:relative; }
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
	text-align: center;
    overflow: hidden;
    position: relative;
    height: 85px;
    width:746px; /*800*/
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list ul {
	width:10000px;
	display: block;
 	height: 85px;
}
#mycarousel li,
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 82px; /*80*/
    height: 85px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 23;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 10px;
    height: 19px;
    cursor: pointer;
    background: url('../img/menu_right_arr.gif') no-repeat;
}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
}
.jcarousel-prev {
    z-index: 23;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 10px;
    height: 19px;
    cursor: pointer;
    background: url('../img/menu_left_arr.gif') no-repeat;
}
.jcarousel-skin-skins .jcarousel-container-horizontal {
    width: 820px;
	position: relative;
}
.jcarousel-skin-skins .jcarousel-clip-horizontal {
    width:  738px; /*800*/
    height: 85px;
	overflow: hidden;
}
.jcarousel-skin-skins .jcarousel-item {
    width: 82px; /*80*/
    height: 75px;
}
/**
 *  Horizontal Buttons
 */

/* Theme settings */
a.theme_icon {
	margin-right: 8px !important;
	margin-left: 8px;
}

/* Hot News */

#breakingnews_main { width: 800px !important; }
.breakingnews_inline { width:640px !important; }
html* .breakingnews_inline { width:630px !important; }

/* -------- */

.c .jcarousel-container {
	width: 590px !important;
}
.c .jcarousel-clip {
	width: 533px !important;
}
.kiss_link { left: -220px !important; }