.box.sliders {
	background-image: url(images/bg_box_gradient_sliders.png);
	background-repeat: repeat-x;
	background-color: #fff;
	width: 930px;
	padding: 0 0 0 0;
}
.box.sliders .divider {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 20px 10px 20px 10px;
	padding: 0;
	background-color: #c8c8c6;
	width: 910px;
}
.hemscroller {
	width: 910px;
}
#contentHem {
	position: relative;
	display: block;
	width: 950px;
	overflow: hidden;
	float: left;
	margin: 0;
}



/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider {
	margin: 0 0 0 30px;
}
.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider li p {
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 0;
	font-size:60%;
	color: #cc0000;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme
-----------------------------------------------------------------------------------------*/

.hages_slider  {
	width: 810px;
	margin: 0 0 0 30px;
	overflow: hidden;
}
.accessible_news_slider .back {
	width: 40px;
	height: 40px;
}
.accessible_news_slider .next {
	width: 40px;
	height: 40px;
	left: 830px;
}
.accessible_news_slider .next a {
	position: absolute;
	top: 105px;
	right: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/pil_nasta.png) no-repeat top right;
}
.accessible_news_slider .back a {
	position: absolute;
	top: 105px;
	left: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/pil_forra.png) no-repeat;
}
.hages_slider ul {
	width: 870px;
	margin: 20px 0 0 30px;
}
.hages_slider li {
	width: 265px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


/*
    Kwicks imagemenu
----------------------------------------------------------------*/
#imagemenuContainer {
	display: block;
	height: 248px;
	margin: 9px 0 0 0;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #fff;
	border-right: 2px solid #fff;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 237px;
	height: 238px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}

#kwick_1 { 
	background-image: url(images/imagemenu_1.png);
}
#kwick_2 {
	background-image: url(images/imagemenu_2.png);
}
#kwick_3 {
	background-image: url(images/imagemenu_3.jpg);
}
#kwick_4 { 
	background-image: url(images/imagemenu_4.jpg);
}
