/* normal slider style */
.scrollable-outer-wrapper .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 680px;
	height:204px;
	/* custom decorations */
	background: #fff url(../gfx/backgrounds/background-slider.png) no-repeat;
}

.scrollable-outer-wrapper .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-outer-wrapper .scrollable .item {
	float: left;
	padding: 10px 0px 10px 35px;
	width: 180px;
	height: 180px;
}

/* active item */
.scrollable-outer-wrapper .scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}
.scrollable-outer-wrapper .scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.scrollable-outer-wrapper a.browse {
	background:url(../gfx/backgrounds/slider-buttons.png) no-repeat;
	display:block;
	width:20px;
	height:204px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
.scrollable-outer-wrapper a.right 		{ background-position: 0 0px; clear:right; margin-right: 0px;}
.scrollable-outer-wrapper a.right:hover 	{ background-position:-20px 0px; }
.scrollable-outer-wrapper a.right:active 	{ background-position:-20px 0px; } 


/* left */
.scrollable-outer-wrapper a.left			{ margin-left: 0px; background-position: 0px -204px;} 
.scrollable-outer-wrapper a.left:hover  	{ background-position:-20px -204px; }
.scrollable-outer-wrapper a.left:active  	{ background-position:-20px -204px; }

/* disabled navigational button */
.scrollable-outer-wrapper a.disabled.left, .scrollable-outer-wrapper a.disabled.left:hover {
	background-position: 0px -204px;
}

.scrollable-outer-wrapper a.disabled.right, .scrollable-outer-wrapper a.disabled.right:hover {
	background-position: 0px 0px !important;
}


/* big slider on home */
.scrollable-outer-wrapper-references .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height:204px;
	/* custom decorations */
	background: #fff url(../gfx/backgrounds/background-slider-960.png) no-repeat;
}

.scrollable-outer-wrapper-references .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-outer-wrapper-references .scrollable .item {
	float: left;
	padding: 10px 0px 10px 48px;
	width: 180px;
	height: 180px;
}

/* active item */
.scrollable-outer-wrapper-references .scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}
.scrollable-outer-wrapper-references .scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.scrollable-outer-wrapper-references a.browse {
	background:url(../gfx/backgrounds/slider-buttons.png) no-repeat;
	display:block;
	width:20px;
	height:204px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
.scrollable-outer-wrapper-references a.right 		{ background-position: 0 0px; clear:right; margin-right: 0px;}
.scrollable-outer-wrapper-references a.right:hover 	{ background-position:-20px 0px; }
.scrollable-outer-wrapper-references a.right:active 	{ background-position:-20px 0px; } 


/* left */
.scrollable-outer-wrapper-references a.left			{ margin-left: 0px; background-position: 0px -204px;} 
.scrollable-outer-wrapper-references a.left:hover  	{ background-position:-20px -204px; }
.scrollable-outer-wrapper-references a.left:active  	{ background-position:-20px -204px; }

/* disabled navigational button */
.scrollable-outer-wrapper-references a.disabled.left, .scrollable-outer-wrapper-references a.disabled.left:hover {
	background-position: 0px -204px;
}

.scrollable-outer-wrapper-references a.disabled.right, .scrollable-outer-wrapper-references a.disabled.right:hover {
	background-position: 0px 0px !important;
}



/* news slider on home */
.scrollable-outer-wrapper-news .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 960px;
	height:360px;
	/* custom decorations */
	background: #fff url(../gfx/backgrounds/background-slider-360.png) no-repeat;
}

.scrollable-outer-wrapper-news .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-outer-wrapper-news .scrollable .item {
	float: left;
	padding: 15px 0px 15px 38px;
	width: 198px;
	height: 330px;
}

/* active item */
.scrollable-outer-wrapper-news .scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}
.scrollable-outer-wrapper-news .scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.scrollable-outer-wrapper-news a.browse {
	background:url(../gfx/backgrounds/slider-buttons-360.png) no-repeat;
	display:block;
	width:20px;
	height:360px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
	overflow: hidden;
}

/* right */
.scrollable-outer-wrapper-news a.right 		{ background-position: 0 0px; clear:right; margin-right: 0px;}
.scrollable-outer-wrapper-news a.right:hover 	{ background-position:-20px 0px; }
.scrollable-outer-wrapper-news a.right:active 	{ background-position:-20px 0px; } 


/* left */
.scrollable-outer-wrapper-news a.left			{ margin-left: 0px; background-position: 0px -360px;} 
.scrollable-outer-wrapper-news a.left:hover  	{ background-position:-20px -360px; }
.scrollable-outer-wrapper-news a.left:active  	{ background-position:-20px -360px; }

/* disabled navigational button */
.scrollable-outer-wrapper-news a.disabled.left, .scrollable-outer-wrapper-news a.disabled.left:hover {
	background-position: 0px -360px;
}

.scrollable-outer-wrapper-news a.disabled.right, .scrollable-outer-wrapper-news a.disabled.right:hover {
	background-position: 0px 0px !important;
}



/* image slider on home */
.scrollable-outer-wrapper-home .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 440px;
	height:289px;
	/* custom decorations */
	background: #fff url(../gfx/backgrounds/background-slider-460.png) no-repeat;
}

.scrollable-outer-wrapper-home .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-outer-wrapper-home .scrollable .item {
	float: left;
	padding: 12px 0px 12px 10px;
	width: 420px;
	height: 264px;
}

/* active item */
.scrollable-outer-wrapper-home .scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}
.scrollable-outer-wrapper-home .scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.scrollable-outer-wrapper-home a.browse {
	background:url(../gfx/backgrounds/slider-buttons-288.png) no-repeat;
	display:block;
	width:20px;
	height:289px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
.scrollable-outer-wrapper-home a.right 		{ background-position: 0 0px; clear:right; margin-right: 0px;}
.scrollable-outer-wrapper-home a.right:hover 	{ background-position:-20px 0px; }
.scrollable-outer-wrapper-home a.right:active 	{ background-position:-20px 0px; } 


/* left */
.scrollable-outer-wrapper-home a.left			{ margin-left: 0px; background-position: 0px -290px;} 
.scrollable-outer-wrapper-home a.left:hover  	{ background-position:-20px -290px; }
.scrollable-outer-wrapper-home a.left:active  	{ background-position:-20px -290px; }

/* disabled navigational button */
.scrollable-outer-wrapper-home a.disabled.left, .scrollable-outer-wrapper-home a.disabled.left:hover {
	background-position: 0px -290px;
}

.scrollable-outer-wrapper-home a.disabled.right, .scrollable-outer-wrapper-home a.disabled.right:hover {
	background-position: 0px 0px !important;
}



/* video slider on home */
.scrollable-outer-wrapper-video .scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 440px;
	height:360px;
	/* custom decorations */
	background: #fff url(../gfx/backgrounds/background-slider-440.png) no-repeat;
}

.scrollable-outer-wrapper-video .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable-outer-wrapper-video .scrollable .item {
	float: left;
	padding: 12px 0px 12px 28px;
	width: 185px;
	height: 336px;
}

/* active item */
.scrollable-outer-wrapper-video .scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}
.scrollable-outer-wrapper-video .scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
.scrollable-outer-wrapper-video a.browse {
	background:url(../gfx/backgrounds/slider-buttons-360.png) no-repeat;
	display:block;
	width:20px;
	height:360px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

/* right */
.scrollable-outer-wrapper-video a.right 		{ background-position: 0 0px; clear:right; margin-right: 0px;}
.scrollable-outer-wrapper-video a.right:hover 	{ background-position:-20px 0px; }
.scrollable-outer-wrapper-video a.right:active 	{ background-position:-20px 0px; } 


/* left */
.scrollable-outer-wrapper-video a.left			{ margin-left: 0px; background-position: 0px -360px;} 
.scrollable-outer-wrapper-video a.left:hover  	{ background-position:-20px -360px; }
.scrollable-outer-wrapper-video a.left:active  	{ background-position:-20px -360px; }

/* disabled navigational button */
.scrollable-outer-wrapper-video a.disabled.left, .scrollable-outer-wrapper-video a.disabled.left:hover {
	background-position: 0px -360px;
}

.scrollable-outer-wrapper-video a.disabled.right, .scrollable-outer-wrapper-video a.disabled.right:hover {
	background-position: 0px 0px !important;
}