﻿.smoke_pager
{
	background-image: url(pager_bg.gif);
	background-repeat: repeat-x;
	padding: 0 5px 0 0;
	
}
.smoke_action1
{
	width:28px;
	height:34px;
}
.smoke_action2
{
	width:28px;
	height:34px;
}
.smoke_page_iscurrent
{
	background-image: url(pager_on.gif);
	background-repeat: no-repeat;
	background-color: transparent;	
	width:28px;
	height:34px;
	text-align:center;	
}
.smoke_page_notcurrent
{
	background-image: url(pager_off.gif);
	background-repeat:no-repeat;
	background-color: transparent;	
	width:28px;
	height:34px;
	text-align:center;
}

.smoke_page_notcurrent a:link,
.smoke_page_notcurrent a:active,
.smoke_page_notcurrent a:visited,
.smoke_page_notcurrent a:hover
{
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}

.smoke_page_iscurrent a:link, 
.smoke_page_iscurrent a:active, 
.smoke_page_iscurrent a:visited,
.smoke_page_iscurrent a:hover
{
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}

div.smoke_page_iscurrent,
div.smoke_page_notcurrent
{
	padding-top: 5px;
}