.btnStart
{
	margin-top: 10px;
	border: none;
	width:23px;
	background: url(images/btnStart.gif) no-repeat;
}

.btnEnd
{
	margin-top: 10px;
	border: none;
	width:23px;
	background: url(images/btnEnd.gif) no-repeat;
}

.btnPre
{
	margin-top: 10px;
	border: none;
	width:23px;
	background: url(images/btnPre.gif) no-repeat;
}

.btnNext
{
	
	border: none;
	width:23px;
	background: url(images/btnNext.gif) no-repeat;
}


.btnStartNot
{
	
	border: none;
	width:23px;
	background: url(images/btnStartNot.gif) no-repeat;
}

.btnEndNot
{
	
	border: none;
	width:23px;
	background: url(images/btnEndNot.gif) no-repeat;
}

.btnPreNot
{
	margin-top: 10px;
	border: none;
	width:23px;
	background: url(images/btnPreNot.gif) no-repeat;
}

.btnNextNot
{
	border: none;
	width:23px;
	background: url(images/btnNextNot.gif) no-repeat;
}

