/*  WPJ NEWS */
#gallery-list {
   margin: auto;
}

#gallery-list div.gallery-line{
   position: relative;
   margin-top: 30px;
   margin-bottom: 30px;
   clear: left;
}

#gallery-list .gallery-title {
   font-size: 110%;
   /*margin-left: 5px;*/
}

#gallery-list img {
   vertical-align: text-top;
   margin:0 10px 10px 0;
   border: 1px solid;
   float: left;
}

#gallery-list p {
   text-indent: 0px;
}

#gallery span{
	display:inline-block;
   text-align:center;
   width:185px;
}

/*#news-list a {
   font-weight: bold;
   color: black;
}

#news-list {
   font-weight: normal;
   color: red;
}

#news-list  A:link { 
   color: black;
   text-decoration: none;
}

#news-list  A:visited { 
   color: black;
   text-decoration: none;
}

#news-list A:hover { 
   color: green;
   text-decoration: underline;
}*/
/*  WPJ NEWS END */