#slider
{
	/*height:340px!important;*/
	margin-bottom: 10px;
}

#controls
{
	bottom: 0;
	list-style-type: none;
	margin-bottom: 15px;
	position: absolute;
	right: 15px;
}

#controls1, #controls2, #controls3, #controls22
{
	color: #33FF00;
	float: left;
	height: 22px;
	margin: 0 2px;
	overflow: hidden;
	width: 22px;
}

#controls1 a, #controls2 a, #controls3 a, #controls22 a
{
	background: transparent url(../images/numericButtonA.png) no-repeat scroll 0 0;
	color: #999999;
	display: block;
	float: left;
	font-family: tahoma;
	font-size: 13px;
	height: 14px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 22px; /*line-height:13px;*/
}

#controls1 a:hover, #controls2 a:hover, #controls3 a:hover, #controls22 a:hover
{
	background: url(../images/numericButtonHover.png) no-repeat 0 0;
	color: #fff;
}

#controls li.current a
{
	background: transparent url(../images/numericButtonHover.png) no-repeat 0 0;
	color: #fff;
}


#nextBtn a
{
	height: 16px;
	width: 15px;
}

#prevBtn a
{
	height: 16px;
	width: 15px;
}



/*image replacement 
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }*/


