@charset "utf-8";
/* CSS Document */

.arrows_text
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.arrow_left_off
{
	background-image: url("../images/buttons/arrows.gif");
	background-position: 0px 0px;
	cursor: pointer;
	float: right;
	height: 20px;
	line-height:20px;
	width: 20px;
}

.arrow_left_on
{
	background-image: url("../images/buttons/arrows.gif");
	background-position: 60px 0px;
	cursor: pointer;
	float: right;
	line-height:20px;
	height: 20px;
	width: 20px;
	line-height:20px;
	}

.arrow_right_off
{
	background-image: url("../images/buttons/arrows.gif");
	background-position: 20px 0px;
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
}

.arrow_right_on
{
	background-image: url("../images/buttons/arrows.gif");
	background-position: 40px 0px;
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
	line-height:20px;
	}

.products_controls
{
	float: left;
	height: 20x;
	width: 400px;/*671*/
}

* html .products_controls
{	margin-left:0px;
	width:400px;
}



