
.pagination {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pagination a {
    border: 1px solid #845ea0;
    /*color: #666666;*/
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    margin:2px;
    color: #845ea0;
}

.pagination a:hover, .pagination a:active {
    
    background:#845ea0;
    color: #ffffff;
    /*color: #107BC0;*/
    /*color:red;*/
}

.pagination span.current {
    background-color: #845ea0;
    border: 1px solid #845ea0;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
	margin:2px;
}
.pagination span.disabled {
    border: 1px solid #EEEEEE;
    color: #DDDDDD;
    margin: 2px;
    /*padding: 2px 5px;*/
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
}


#gal_pic {
	position: absolute;
	top:380px;
	left:220px;
}

table.p_gal td{
	font-size:10px;
	width:160px;
}


.gal_p /* input[type=button]{ */ {
padding: 6px;
font-size: 14px;
font-weight: normal;
width: 60px;
color: #fff;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
/*text-shadow: 1px 1px 1px #4b4b4b;*/
}

#content_home input[type=submit]{
padding: 0px;
font-size: 12px;
width: 60px;
}

/*image gallery to make the picture bigger */
/* just one image
.foo {
    position: relative;
}
.foo:hover:after {
	z-index:100;
    content: ' ';
  	background-image: url("../images/102532_60mm.jpg");
    position: absolute;
    top: -100px;
    left: 50px;
    height: 300px;
    width: 300px;   
}​
*/

/* Adding the thumbnail images */
.p_gal a.gallery, .p_gal a.gallery:visited {
	cursor: pointer;
	position:relative;
 	display:block; 
 	color:#561e00; 
 	text-decoration:none; 
 	text-align:left; 
 	/*cursor:default;*/
 }
 
 /* Remove the images and text from sight */
.p_gal a.gallery span {
 	position:absolute; 
 	overflow:hidden; 
 	width:1px; 
 	height:1px; 
 	top:5px; 
 	left:5px; 
 	background:#fff;
 }

/* styling the hovers of the pictures*/
.p_gal a.gallery:hover span {
	z-index:100;
 	position:absolute; 
 	width:300px; 
 	height:300px; 
 	top:50px; 
 	left:50px; 
 	color:#000; */
 	background:#fff; 
 }
 
.p_gal a.gallery:hover img {
 float:left; */
 /*margin-right:5px;*/ 
 width:100%; /*the width is 100% of the #gal_ul a.gallery:hover span width so 400 px in this case*/
 /*add top margin programmatically*/
 }




