#maincontent .carousel {
	float: left;
	overflow: hidden;
	background: url(../../images/homeImages/articles_bg.png) repeat-x 0 0 transparent;
	position: relative;
}
#maincontent .carousel.green {background-image: url("../../images/homeImages/apps_and_books_bg.png");}
#maincontent .carousel.specialoffer {background-image: url("../../images/homeImages/specialoffer_bg.png");}

#maincontent .carousel.homepage {
	width: 359px;
	height: 205px;
}
#maincontent .carousel.sidebar {
	width: 325px;
	height: 205px;
	margin-bottom: 10px;
}
#maincontent .carousel.bordered {
	height: 203px;
	border: 1px solid #d0d2d1;
}
#maincontent .carousel h2 {
	color: #e6663b;
	font-size: 18px;
	line-height: 60px;
	padding: 0 0 0 30px;
	border: none;
	font-style:normal;
	font-weight:bold;
	background: url(../../images/homeImages/articles_star.png) no-repeat 7px center transparent;
	float: left;
	margin-bottom: 0;
}
#maincontent .tenofthebest h2 {background-image: url(../../images/homeImages/tenofthebest.png);}
#maincontent .specialoffer h2 {background-image: url(../../images/homeImages/specialoffer.png);}

#maincontent #carousel-controls,
#maincontent .carousel-viewmore {float: right; padding: 12px 10px 0 0;}
#maincontent .carousel-viewmore {clear: right; padding-top: 35px;}
#maincontent .carousel-viewmore a {font-size: 10px; text-decoration: none;}
#maincontent .carousel-viewmore a:hover {text-decoration: underline;}

.carousel-wrapper .jcarousel-container {width: 100%;height: 145px;}
.carousel-wrapper .jcarousel-clip-horizontal {width: 100%;height: 145px;}
.carousel-wrapper .jcarousel-clip {overflow: hidden;}

.carousel-wrapper .jcarousel-prev,
.carousel-wrapper .jcarousel-next {
	width: 18px;
	height: 18px;
	margin-left: 6px;
	display: block;
	font-size:1px;
	text-indent: -9999px;
	float: left;
	background: url(../../images/homeImages/articles_controls.png) no-repeat 0 0 transparent;
	position: absolute;
	right: 34px;
	top: -48px;
	cursor: pointer;
}
.carousel-wrapper .jcarousel-next {
	background-position: -18px 0;
	right: 10px;
}

#maincontent .carousel ul {
	background: none repeat scroll 0 0 transparent;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
#maincontent .carousel ul li {
    float: left;
    list-style: none outside none;
    margin: 0 4px 0 0 !important;
    position: relative;
    background-color: #ededed;
    width: 117px;
}
#maincontent .carousel.light ul li {
	background-color: #fff;
}
#maincontent .carousel.sidebar ul li {width: 325px; height: 145px;}
#articles-by-author-carousel .carousel.sidebar ul li {width: 323px;}

#maincontent .carousel ul li .content {padding: 6px 3px;}

#maincontent .carousel ul h2 {
	background: none;
	margin: 0;
	padding: 6px 3px;
	border: none;
	line-height: 16px;
	overflow: hidden;
}
#maincontent .carousel.sidebar ul h2 {
	float: none;
	padding: 0 10px 10px 0;
}
#maincontent .carousel ul h2 a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
    height: 42px;
    overflow: hidden;
    display: block;
}
#maincontent .carousel.sidebar ul h2 a {
	height: auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333e3b;
}
#maincontent .carousel ul .image-wrapper {
	padding: 3px;
	background-color: #ffffff;
	height: 80px;
}
#maincontent .carousel.sidebar ul .image-wrapper {
	height: auto;
	max-height: 80px;
	overflow: hidden;
}

#maincontent .carousel.sidebar ul .image-wrapper {
	width: 100px;
	float: left;
	padding: 0;
	background:none;
	margin: 0 10px 3px 0;
}

#maincontent .carousel ul .image-wrapper a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
#maincontent .carousel.sidebar ul .image-wrapper a {
	height: auto;
}


/* new homepage news-like carousel */
.carousel-container .jcarousel-container {width: 100%;height: 305px;}
.carousel-container .jcarousel-clip-horizontal {width: 100%;height: 305px;}
.carousel-container .jcarousel-clip {overflow: hidden;}
.news-carousel {
	float: left;
	overflow: hidden;
	position: relative;
}
.news-carousel li {
	float: left;
	list-style: none outside none;
	margin: 0!important;
	position: relative;
	width: 359px;
	height: 305px;
}
.news-carousel .image-wrapper {width: 100%; height: 100%; position: relative;}
.news-carousel .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 90px;
	background: url(../../images/carousel-text-bg.png) repeat 0 0 transparent;
	width: 100%;
}
.carousel-container .carousel-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	background: url(../../images/carousel-text-bg.png) repeat 0 0 transparent;
	width: 100%;
	z-index: 100;
}
.news-carousel .text .content {
	padding: 15px 20px;
	color: white;
	font-size: 11px;
}
.carousel-container .carousel-header .content {
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
	line-height: 50px;
	color: white;
}
#maincontent .news-carousel h2 {margin-bottom: 10px;}
#maincontent .news-carousel h2 a {
	text-decoration: none;
	border-bottom: 2px solid white;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.carousel-container .jcarousel-prev,
.carousel-container .jcarousel-next {
	width: 25px;
	height: 44px;
	display: block;
	margin-left: 10px;
	top: 111px;
	font-size:1px;
	text-indent: -9999px;
	float: left;
	background: url(../../images/homeImages/new-carousel-arrows.png) no-repeat 0 0 transparent;
	position: absolute;
	cursor: pointer;
}
.carousel-container .jcarousel-next {
	background-position: -26px 0;
	right: 10px;
}

#articles-by-author #articles-by-author-carousel li {width: 323px; height: 145px;}
#articles-by-author .carousel-viewmore {padding-top:30px;}
#articles-by-author .jcarousel-prev,
#articles-by-author .jcarousel-next {top: -48px;}
#web-section .carousel-container .jcarousel-container {width: 100%;height: 320px;}
#web-section .carousel-container .jcarousel-clip-horizontal {width: 100%;height: 320px;}
#web-section .news-carousel li {width: 318px; height: 320px;}
#rightcolumn .news-carousel li {width: 325px;}
#maincontent .news-carousel h2 {font-style: normal; background-image: none; padding: 0;}

#articles-by-author1 .jcarousel-prev,
#articles-by-author1 .jcarousel-next {
	width: 25px;
	height: 100%;
	overflow: hidden;
	display: block;
	font-size:1px;
	text-indent: -9999px;
	background: url(../../images/homeImages/new-carousel-arrows-test.png) no-repeat 0 50% transparent;
	position: absolute;
	cursor: pointer;
	top: 0;
	margin: 0;
	padding: 0;
}
#articles-by-author1 .jcarousel-next {
	background-position: -26px 50%;
	right: 0;
}
#articles-by-author1 .jcarousel-prev {
	left: 0;
}

ul.weighted li {display: inline; line-height: 38px;}
.big {font-size: 34px;}
.larger {font-size: 30px;}
.large {font-size: 24px;}
.medium {font-size: 20px;}
.small {font-size: 16px;}
.smaller {font-size: 12px;}

#weightTags {padding: 0 20px;}
#weightTags a {line-height: 30px; margin: 0 5px; white-space: nowrap;}
#weightTags .bluegreen {color: #1e7fac;}
#weightTags .blue {color: #27afa1;}
#weightTags .pink {color: #ff4b71;}
#weightTags .brown {color: #ab4800;}
#weightTags .green {color: #80a61e;}
#weightTags .darkgreen {color: #44554b;}
#weightTags .darkred {color: #9b0101;}

/* test carousel */

#new-articles-by-author {border: none;}
#new-articles-by-author.carousel.bordered {border-bottom-width: 0; margin-bottom: 0;}
#maincontent #new-articles-by-author,
#maincontent #new-articles-by-author .jcarousel-container,
#maincontent #new-articles-by-author .jcarousel-clip-horizontal,
#maincontent #new-articles-by-author ul li {height: auto; width: 100%;}
#carousel-new-controls {
    border-radius: 0 0 5px 5px;
    display: block;
    margin: 0;
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #d0d2d1;
    border-top-style: dotted;
    background-color: #fbfbfb;
}
#maincontent #new-articles-by-author .jcarousel-prev, #maincontent #new-articles-by-author .jcarousel-next {
	top: -40px;
}
#carousel-new-controls a {text-decoration: none;}
#carousel-new-controls button {margin-top: 0;}

#maincontent #new-articles-by-author .image-wrapper {
	width: 100px;
	height: 100px;
}
#maincontent #new-articles-by-author .image-wrapper a {
	width: 100%;
	height: 100%;
}
.no-items-carousel {height: 145px;}
.message {padding: 20px;}
#best-ranks .no-items-carousel {background-color: #EDEDED;}

#specialisations #hidden-image {display: none;}

#rightcolumn #specialisations {width: 325px;}

#web-section #maincontent #tourist-areas {float: right;}
#web-section #maincontent #special-offers {margin-right: 0;}