/* CSS Document */

.paginationstyle{ /*Style for demo pagination divs*/
width: 300px;
height:43px;
text-align: center;
margin-top:280px;
margin-left:367px;
position:absolute;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
/*border: 1px solid navy;*/
margin: 0 0px;
}

.paginationstyle a{ /*Pagination links style*/
height:43px;
padding:0px 10px 20px 10px;
text-decoration: none;
margin-right:18px;
display:block;
float:left;
/*border: 1px solid black;*/
background:url(../images/sliding-img.jpg) no-repeat top;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background:url(../images/sliding-hover.png) no-repeat ;
display:block;
float:left;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
border: 0;
}

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

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

.flatview{
width:300px;
height:50px;
}

.client-pad{
padding-right:51px;
float:left;
}