/* CSS Document */
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

/*
.paginationstyle select{
margin: 0 15px;
}
*/


.paginationstyle #left_pag a{ /*Pagination links style*/
	padding: 0 5px 0 15px;
	text-decoration: none;
	color: #a5a5a5;
	background: url(../img/dot3.gif) no-repeat left center;
}

.paginationstyle #right_pag a{ /*Pagination links style*/
	padding: 0 15px 0 5px;
	text-decoration: none;
	color: #a5a5a5;
	background: url(../img/dot2.gif) no-repeat right center;
}


.paginationstyle #right_pag a:hover,
.paginationstyle #right_pag a.selected,
.paginationstyle #left_pag a:hover,
.paginationstyle #left_pag a.selected
{
color: #4a4a4a;
}

.paginationstyle #right_pag a.disabled,
.paginationstyle #right_pag a.disabled:hover,
.paginationstyle #left_pag a.disabled,
.paginationstyle #left_pag a.disabled:hover
{ /*Style for "disabled" previous or next link*/
cursor: default;
border-color: transparent;
color: white;
background:url(../img/trans.gif) no-repeat;
}







/*
.paginationstyle a.imglinks{ 
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}


.paginationstyle a.imglinks a.disabled{
background: red;
}
*/

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
