﻿/* Slider CSS */
.scrollerWrapper
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.scrollerScroller
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.scrollerNext, .scrollerPrev
{
	padding: 2px;
	width: 46px;
	height: 10px;
	position: absolute;
	/*display: none;*/ 
	background: url(../img/back.png) no-repeat center center;
	cursor: pointer;
	cursor: hand;
	
	border-width: 0px;
	
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px; */
}

.scrollerNext
{
	display: block;
	background: url(../img/prev.png) no-repeat center center;
}

.scrollerNext_grey, .scrollerPrev_grey
{
	padding: 2px;
	width: 49px;
	height: 10px;
	position: absolute;
	/*display: none;*/ 
	background: url(../img/backg.png) no-repeat center center;
	cursor: pointer;
	cursor: hand;
	
	border-width: 0px;
	
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px; */
}

.scrollerNext_grey
{
	display: block;
	background: url(../img/prevg.png) no-repeat center center;
}

.itemBackground , .itemLink
{
	display: none;
}
