﻿.stop
{
	width: 21px;
	height: 35px;
	background-image: url(../Images/Buttons/Pause.gif);
	border: 0px;
	background-color: transparent;
	cursor: hand;
}

.start
{
	width: 37px;
	height: 35px;
	background-image: url(../Images/Buttons/play.gif);
	border: 0px;
	background-color: transparent;
	cursor: hand;
}

.left
{
	width: 49px;
	height: 35px;
	background-image: url(../Images/Buttons/left.gif);
	border: 0px;
	background-color: transparent;
	cursor: hand;
}

.right
{
	width: 49px;
	height: 35px;
	background-image: url(../Images/Buttons/right.gif);
	border: 0px;
	background-color: transparent;
	cursor: hand;
}