/* Slider
----------------------------------*/
.celSlider {
	position: relative;
	margin-bottom: 5px;
}
.celSliderCenter {
	overflow: hidden;
}

/* Slider items 
==================*/
.celSliderItem {
	margin: 0;
	padding: 0;
	height: 300px;
	overflow: hidden;
	width: 310px;
	background: white;
	border: 1px solid #eeecec;
	float: left;
}

.celSliderItem .celSliderItemDate {
	color: #777;
}

.celSliderItem .celSliderItemName {
}

.celSliderItem h3 {
	margin-bottom: 25px;
}

.celSliderItem .celSliderItemName h3 {
	margin: 0px;
}

.celSliderItem.count_2 .celSliderItemName {
	margin-top: 0;
}

.celSliderItem.count_2 .celSliderItemName h3 {
	background-image: url(pics/footerBullet.gif);
}

.celSliderItemDescription {
	color: #000;
	height: 100px;
	overflow: hidden;
}

.celSliderItemContent a:hover {
	text-decoration: none;	
}

.celSliderPager .page {
	float: left;
	text-indent: -9000px;
	background: #edecec;
	height: 7px;
	width: 7px;
	margin-right: 10px;
	cursor: pointer;
}

.celSliderPager .page.selected {
	background: #0099cc;	
}

.celSliderPager .page:hover {
	background: #0099cc;	
}

.celSliderPager {
	position: absolute;
	bottom: 5px;
	right: -9px;
}

.celSliderItemLinkReadMore {
	margin-top: 10px;
}

.celSliderItem SPAN {
	display: block;
}
.celSliderItem IMG {
	border: 0;
}

/* Slider controls 
==================*/
.celSliderPrev {
	z-index: 66;
	position: absolute;
	top: 0;
	width: 26px;
	height: 287px;
	cursor: pointer;
	left: 0;
	display: block !important;
	background: url(pics/sliderArrow.gif) no-repeat left top;
}

.celSliderPrev:hover {
	background-position: left bottom;	
}

.celSliderNext {
	z-index: 66;
	position: absolute;
	top: 0;
	width: 26px;
	height: 287px;
	cursor: pointer;
	display: block !important;
	right: 0;
	background: url(pics/sliderArrow.gif) no-repeat right top;
}

.celSliderNext:hover {
	background-position: right bottom;	
}

.celSliderNext a,
.celSliderPrev a {
	display: none;
}

/* Slider bar 
==================*/
.celSliderBarContainer {
	padding: 20px 10px 5px 10px;
	display: none;
}
.celSliderBarContainer_vertical {
	float: right;
	padding: 10px 5px 10px 20px;
}
.celSliderBar {
	position: relative;
	cursor: pointer;
	background: #ccc;
}
.celSliderBar_vertical {
	float: right;
	height: 400px;
	width: 5px;
}
.celSliderBar_horizontal {
	height: 5px;
}
.celSliderBarHandle {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #000;
}
.celSliderBar_horizontal .celSliderBarHandle {
	cursor: e-resize;
	margin-top: -5px;
}
.celSliderBar_vertical .celSliderBarHandle {
	cursor: n-resize;
	margin-left: -5px;
}

.celSliderItemCategoryName {
	position: relative;
	text-align: left;
	float: left;
	/*
	left: -20px;
	top: -51px;
	*/
}

.celSliderItemCategoryName h3 {
	padding: 0;
	margin: 0;
}

.celSliderInnerNumberPagination {
	margin-right: 10px;
}

.caroufredsel_wrapper {
	overflow: visible !important;
}

.caroufredsel_wrapper,
.celSliderPrev,
.celSliderNext {	
	top: 50px;	
}

.celSliderItemContent {	
	padding: 30px;
}

.celSliderContent {
	/*height: 360px;
	width: 930px;
	*/
	width: 312px;
	overflow: hidden;
}

.celSliderItemImage {
	margin-bottom: 12px;
}

.celSliderNumberPagination .pageLeft {
	background: url(pics/arrow-left.png) no-repeat left top;
}

.celSliderNumberPagination .pageRight {
	background: url(pics/arrow-right.png) no-repeat right top;
	text-indent: -100px;
}

.celSliderNumberPagination .pageLeft,
.celSliderNumberPagination .pageRight {	
	text-indent: -100px;
	overflow: hidden;
	display: inline-block;
	width: 8px;
	height: 7px;
	cursor: pointer;
}

.celSliderNext, .celSliderPrev {
	display: none !important;
}

.celSliderNumberPagination {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.celSliderInnerNumberPagination {
	float: right;
}

.celSliderInnerNumberPagination {
	color: #777777;
	font-size: 1.43em;
	font-family: InfoDisplayMedium, Arial, sans-serif;
}