|
it's this I have to change but not sure what.
/* ===jQuery lightBox plugin - Gallery style ===*/
#gallery {
padding: 25px 6px;
width: 960px;
}
#gallery2 {
width: 100%;
padding: 10px 0 10px;
}
#gallery img{ padding:0px;}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 1px solid #CFD0CB;
background-color:#fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 6px 6px -5px #727274;
}
#gallery ul a:hover img {
border: 1px solid #CFD0CB;
}
#gallery ul a:hover { color: #fff; }
|