.articleSlider .iCatalogArt .subHeader {
	background: none;
}
.articleSlider .iCatalogArt .Content {
	padding: 5px!important;
}
.articleSlider  .iCatalogArt .Section{
	display: block;
	margin-bottom: 10px;
}
.articleSlider  .iCatalogArt .Section a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff!important;
	background: #02b1e0;
	padding:2px;
	text-transform: none;
}
.articleSlider h1, 
.articleSlider h1 a {
	display: block!important;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	font-size: 20px!important;
	color: #393E44!important;
}
.articleSlider h2, 
.articleSlider h2 a {
	display: block!important;
	margin-bottom: 5px;
	margin: 0!important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px!important;
	font-weight: normal!important;
	color: #203a5b!important;
}
.articleSlider p{
	margin: 0;
}

.articleSlider .toolsMiniArticle .ReadMore, 
.articleSlider .toolsMiniArticle .ReadPreview, 
.articleSlider .toolsMiniArticle .ReadComments {
	color: #e92328!important;
}
.articleSlider .toolsMiniArticle .ReadMore:hover, 
.articleSlider .toolsMiniArticle .ReadPreview:hover, 
.articleSlider .toolsMiniArticle .ReadComments:hover{
	color: #c50010!important;
}

div.scroller {
	height: 220px;
	overflow: hidden;
	z-index: 1;
	position: static;
	margin: 0px;
	padding-top: 0px;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	overflow:hidden;
	float:left;
	width: 270px;
	height:173px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

div.scroller div.content {
	width: 10000px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.articleSlider {
	overflow: hidden;
	clear: both;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	background: #efedec;
}
.articleSlider .title {
	border-bottom:5px solid #02B1E0;
	clear:both;
	color:#001F45;
	display:block;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
}
.articleSlider .title a {
	color: #000000;
}

.articleSlider .title .controls {
	float: right;
	margin-right: 10px;
	display: none;
}
.articleSlider .title .controls a {
	font-size: 1px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4F779B;
	display: block;
	height: 10px;
	width: 10px;
	background-color: #002e53;
	text-decoration: none;
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
	line-height: 1px;
}

.articleSlider .title .controls a:hover,
.articleSlider .title .controls a.active {
	background-color: #e92328;
	border: 1px solid #002e53;
}
.articleSlider .NextPrev {
	float: right;
	margin-left: 5px;
	margin-top: -26px;
	width: 50px;
}
.articleSlider .NextPrev .Prev {
	background-image: url(../imgs/theme/slider.gif);
	background-position: 0px 0px;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 17px;
	text-decoration: none;
	margin-right: 0px;
	color: #9DB0BC;
	text-align: center;
	text-indent: -1000px;
}
.articleSlider .NextPrev .Next {
	background-image: url(../imgs/theme/slider.gif);
	background-position: -31px 0px;
	display: block;
	float: left;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 5px;
	text-indent: -1000px;
}
.articleSlider .NextPrev .Next:hover {
	background-position: -31px -19px;
}
.articleSlider .NextPrev .Prev:hover {
	background-position: 0px -19px;

}
.articleSlider .NextPrev .Prev,.articleSlider .NextPrev .Next{
	height: 17px;
	width: 15px;
}
.______Right______{}
#cA .Right .articleSlider {
	overflow: hidden;
	clear: both;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.Left div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 300px;
	height: 450px;
	overflow: hidden;
	z-index: 1;
	position: static;
	margin: 0px;
	padding: 0px;
}
.Left div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	overflow:hidden;
	float:left;
	width: 290px;
	height:450px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.Right div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 300px;
	height: 450px;
	overflow: hidden;
	z-index: 1;
	position: static;
	margin: 0px;
	padding: 0px;
}

.Right div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	overflow:hidden;
	float:left;
	width: 300px;
	height:290px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#cA .Right .articleSlider .NextPrev {

}
.______Horizontal_______{}

.______Right______{}

#cB .Horizontal  .articleSlider,
#cA .Horizontal  .articleSlider  {
	overflow: hidden;
	clear: both;
	width: 611px;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#cB .Horizontal  .articleSlider{
	width: 372px;
}

#cA .Horizontal div.scroller,
#cB .Horizontal div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 609px;
	height: 525px;
	overflow: hidden;
	z-index: 1;
	position: static;
	margin: 0px;
	padding: 0px;
}
#cB .Horizontal div.scroller{
	width: 370px;
}

#cA .Horizontal div.scroller div.section,
#cB .Horizontal div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	overflow:hidden;
	float:left;
	width: 599px;
	height:490px;
	margin: 0px;
	padding: 0px;
}
#cB .Horizontal div.scroller div.section{
	width: 372px;
}

#cB .Horizontal div.scroller div.section .iCatalogArt,
#cB .Horizontal div.scroller div.section .iCatalogArt{
	margin: 5px!important;
	background: #FFF;
	min-height: 485px;
}

.Horizontal  .articleSlider  .NextPrev  {
}
#cA .scroller .content .iCatalogArt .Content .Liq_NL {
	display: block;
	height: 200px;
	width: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 1;
}
#cA .scroller .content .iCatalogArt .Content .Liq_NL img {
	width: 290px;
	height: 184px;
}

#cB .scroller .content .iCatalogArt .Content .Liq_NL img {
	width: 350px;
	height: 220px;
}
