/* Left arrow buttons normal start */


a.btnleftarrow {
	background: transparent url('arrow_left_gray_3.png') no-repeat scroll top right;
	/*display: block;*/
	float: left;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	margin-right: 6px;
	padding-right: 5px; /* sliding doors padding */
	text-decoration: none;
	color: #000;
}
a.btnleftarrow span {
	overflow: hidden;
	background: transparent url('arrow_left_gray_1.png') no-repeat;
	display: block;
	line-height: 13px;
	padding: 4px 4px 5px 16px;
}




a.btnleftarrow:hover {
	background: transparent url('arrow_left_gray_hover_3.png') no-repeat scroll top right!important;
}
a.btnleftarrow:hover span {
	background: transparent url('arrow_left_gray_hover_1.png') no-repeat !important;
}
a.btnleftarrow:active {
	color: #fff !important;
	background: transparent url('arrow_left_gray_down_3.png') no-repeat scroll top right!important;
}
a.btnleftarrow:active span {
	background: transparent url('arrow_left_gray_down_1.png') no-repeat !important;
}
a.btnleftarrow:focus {
	color: #000 !important;
	background: transparent url('arrow_left_gray_focus_3.png') no-repeat scroll top right!important;
	border: none !important;
}
a.btnleftarrow:focus span {
	background: transparent url('arrow_left_gray_focus_1.png') no-repeat !important;
	border: none !important;
}

/* Arrow buttons normal end */




/* Right arrow buttons normal start */


a.btnrightarrow {
	background: transparent url('arrow_right_gray_3.png') no-repeat scroll top right;
	display: block;
	float: left;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	margin-right: 6px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	color: #000;
}
a.btnrightarrow span {
	overflow: hidden;
	background: transparent url(arrow_right_gray_1.png) no-repeat;
	display: block;
	line-height: 13px;
	padding: 4px 4px 5px 12px;
}




a.btnrightarrow:hover {
	background: transparent url('arrow_right_gray_hover_3.png') no-repeat scroll top right !important;
}
a.btnrightarrow:hover span {
	background: transparent url('arrow_right_gray_hover_1.png') no-repeat !important;
}
a.btnrightarrow:active {
	color: #fff !important;
	background: transparent url('arrow_right_gray_down_3.png') no-repeat scroll top right!important;
}
a.btnrightarrow:active span {
	background: transparent url('arrow_right_gray_down_1.png') no-repeat !important;
}
a.btnrightarrow:focus {
	color: #000 !important;
	background: transparent url('arrow_right_gray_focus_3.png') no-repeat scroll top right!important;
	border: none !important;
}
a.btnrightarrow:focus span {
	background: transparent url('arrow_right_gray_focus_1.png') no-repeat !important;
	border: none !important;
}

/* Right buttons normal end */