#singleContent div.gallery .gallery-item a {
display: block;
padding: 0px;
border: 1px solid #eee; position: relative;
}
#singleContent div.gallery .gallery-item {
padding: 0 2px 4px;
float: left;
margin: 0;
}
#gallery-linksx {
overflow: hidden;
position: relative;
height: 30px;
margin-bottom: 10px;
}
#gallery-linksx .prevx {
background: url(//www.decoholicgirl.com/wp-content/themes/decoholicgirlv2/images/prevnexte.png);
float: left;
}
#gallery-linksx .prevx a {
display: block;
width: 100px;
height: 30px;
text-indent: -9999px;
}
#gallery-linksx .nextx {
background: url(//www.decoholicgirl.com/wp-content/themes/decoholicgirlv2/images/prevnexte.png) 0 -30px;
float: right;
}
#gallery-linksx .nextx a {
display: block;
width: 100px;
height: 30px;
text-indent: -9999px;
}
#gallery-linksx .numberx {
margin: auto;
position: absolute;
width: 100px;
left: 50%;
top: 0;
margin-left: -50px;
text-align: center;
line-height: 30px;
font-size: 12px;
}