/* @override 
	http://local.ravensbourn.co.uk:8080/css/smoothDivScroll.css
	http://ravensbourn.haywyre.co.uk/css/smoothDivScroll.css
*/

/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	/*min-width: 75px;*/
	width: 42px;
	height: 100%;
	
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */

	position: absolute;
	z-index: 2;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	/*opacity: 0.35;*/ /* Standard CSS3 opacity setting */
	/*-moz-opacity: 0.35;*/ /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	/*filter: alpha(opacity = 35);*/ /* Opacity for Internet Explorer. */
	zoom: 1;
			background: transparent url(../images/body/previous_icon.png) no-repeat 0 60px;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	/*min-width: 75px;*/
	width: 42px;
	height: 100%;
	
	position: absolute;
	z-index: 200;
	right: 0;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
		background: transparent url(/images/body/next_icon.png) no-repeat 0 60px;
		/*opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;*/
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
	z-index: 1;
}

	#logoParade
	{
		width: 600px;
		height: 150px;
		position: relative;
		padding-top: 10px;
		margin-right: 20px;
		z-index: 1;
	}

	#logoParade div.scrollableArea img
	{
		float: left;
		margin-left: 25px;
	}

/* @group items */
div.bread:hover{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/baskets.png) no-repeat;
}
div.dollies:hover{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/dollies.png) no-repeat;
}
div.milk:hover{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/milkbottle.png) no-repeat;
}
div.pallets:hover{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/pallets.png) no-repeat;
}
div.wheelie:hover{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/wheelie.png) no-repeat;
}
div.tray:hover{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/tray.png) no-repeat;
}
div.stack:hover{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/stack.png) no-repeat;
}

div.bread{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/baskets.png) no-repeat 0 -150px;
}
div.dollies{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/dollies.png) no-repeat 0 -150px;
}
div.milk{
	height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/milkbottle.png) no-repeat 0 -150px;
}
div.pallets{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/pallets.png) no-repeat 0 -150px;
}
div.wheelie{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/wheelie.png) no-repeat 0 -150px;
}
div.tray{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/tray.png) no-repeat 0 -150px;
}
div.stack{
		height: 140px;
	width: 140px;
	float: left;
	background: url(../images/gallery/backgrounds/stack.png) no-repeat 0 -150px;
}

div.orders{
	height: 140px;
	width: 140px;
	float: left;
	background-image: url(../images/no-image/ni-110.png);
}

div.management{
	height: 140px;
	width: 140px;
	float: left;
	background-image: url(../images/no-image/ni-110.png);
}
/* @end */