/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width:380px;
height:30px;
background:url(../images/index11.jpg) no-repeat;
text-align: right;
margin-top:1px;
padding:10px 20px 0px 0px;
font-size:12px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/

margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: #000;
font-family:Arial, Helvetica, sans-serif;
background-color: white;
font-size:12px;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #fff;
background-color: #b7282a;
text-decoration:none;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: #b7282a;
color:#fff;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #fff;
background-color: #b7282a;
}
