/* @override http://www.msupply.org.nz/css.php?n=slideshow */

#content #slideShow
{
	position: relative;
	width: 640px;
	margin-top: 22px;
	margin-left: 2px;
	margin-bottom: 17px;
}

#content #slides
{
	height: 320px;
	width: 640px;
	list-style: none;
	overflow: auto;
}

#content #shadow
{
	position: absolute;
	top: 345px;
	height: 7px;
	background-image: url(../images/slider_dropshadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content #nav
{
	text-align: right;
}

#content #nav .controls a
{
	position: relative;
	display: inline-block;
	height: 26px;
}

#content #nav .controls a span.buttonLabel {
	display: none;
}
 
#content #nav .controls a#previous {
	position: absolute;
	left: 50px;
	width: 120px;
	height:19px;
	margin-top: 9px;
	margin-left: 2px;
	margin-right: 5px;
	background-image: url(../images/slider_previous_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
 
#content #nav .controls a#next {
	width: 120px;
        height:19px;
	margin-top: 9px;
	margin-right: 50px;
	background-image: url(/images/slider_next_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#content #speedDial
{
	position: absolute;
	height: 260px;
	width: 640px;
	padding-top: 70px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	top: 1px;
	left: 0;
	z-index: 1100;
	display: none;
}

#content #speedDial h2
{
	display: none;
	margin-top: 15px;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	text-decoration: underline;
	line-height: 22px;
	border: 0;
}

#content #speedDial a
{
	float: left;
	display: block;
	width: 190px;
	height: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	background-color: #E8B33F;
	text-decoration: none;
}

#content #speedDial a:hover, #content #speedDial .activeSlide
{
	background-color: #F2902B;
	color: #EEEEEE;
}

#content #pager
{
	position: absolute;
	top: 330px;
	left: 213px;
	width: 200px;
	height: 20px;
	line-height: 28px;
	padding-top: 9px;
	padding-left: 13px;
	padding-right: 5px;
	margin-right: 15px;
	overflow: hidden;
	display: inline-block;
	z-index: 1000;
	cursor: pointer;
}

#content #pager .slide
{
	float: left;
	width: 20px;
	height: 18px;
       	background-color: #E8B33F;
	margin-right: 1px;
	margin-bottom: 6px;
}

#content #pager .activeSlide
{
	background-color: #F2902B;
}

