ul,li{
	list-style: none;
}
#pager {
	clear: both;
	padding: 10px 0 0;
	overflow: auto;
}

#pager a{
    background:  -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}
#pager li > span{
    background:  #CCCCCC;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}

#pager li {
	float: right;
}
#pager a:link {
	text-decoration: none;
}

#pager a:hover {
	background: #fcfcfc none repeat scroll 0 0;
	text-decoration: none;
}

#pager a:active {
	text-decoration: none;
}

#pager a:visited {
	text-decoration: none;
}
.title  a:link {
	text-decoration: none;
}
.title  a:hover {
	text-decoration: none;
	cursor: default;
	color: #08c;
}
.title  a:active {
	text-decoration: none;
}

.title  a:visited {
	text-decoration: none;
}