/* CSS Document */

.button a:link {
	color: #000000;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_rest.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.button a:visited {
	color: #000000;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_rest.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_play.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonNext a:link {
	color: #000000;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_rest_features.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonNext a:visited {
	color: #000000;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_rest_features.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonNext a:hover {
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;
	background: url(../images/image_btn_play_features.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonFeatures {
	/*color: #000000;
	text-decoration: none;
	height: 40px;
	text-align: center;
	display: block;
	font-size: 93%;*/
	background: url(../images/image_btn_features.gif) no-repeat;
	/*background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonFeaturesBack a:hover {
	background: url(../images/image_btn_features_back.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
.buttonFeaturesNext a:hover {
	background: url(../images/image_btn_features_next.gif) no-repeat;
	background-position: -8px 0px;
	padding: 15px 0 0 0;
	margin: 0em;
	/*font-weight: normal;*/
}
#buttonFeatures {
	width: 100%;
}
#buttonFeatures img {
	position: relative;
	left: 0px;
	top: 20px;
}