/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
z-index: 0;
}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/ 
.paginationstyle{ 
/*Style for demo pagination divs*/ 
width: 200px; 
text-align: center; 
vertical-align:top;
padding: 2px 0; 
margin: 0px 0;
 } 
.paginationstyle select{ 
/*Style for demo pagination divs' select menu*/ 
border: 1px solid navy;
margin: 0 15px;  
} 

.paginationstyle a{ 
/*Pagination links style*/
 padding: 0 2px;
 text-decoration: none;
 border: 0px solid black;
 color: black;
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 FONT-SIZE: 10px;
}  
.paginationstyle a:hover,
.paginationstyle a.selected{
 color: #000; 
/* background-color: #FEE496; */
 } 
 .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:hover, 
.paginationstyle a.selected{
color: #000; 
/*background-color: yellow;*/
text-decoration:underline;
 }

