.smartphoto { z-index: 1005;}
.smartphoto-caption { 
padding: 4px 0;
font-family: 'OpenSansBold', Helvetica, Arial, sans-serif;
font-size: 13px;
}
.smartphoto-count {
font-family: georgia;
font-size: 12px;
font-style: italic;
}
.smartphoto-dismiss { 
font-size: 20px; 
top: 20px; 
right: 20px;
background-image: none;
}
.smartphoto-dismiss:after {
content: "\e90e";
font-family: 'iconfonts';
}
.smartphoto-nav li { width: 100px; height: 100px;}
.smartphoto-arrows li { 
width: 45px; 
height: 45px; 
text-align: center; 
z-index: 1005;
margin-top: -25px;
}
.smartphoto-arrow-left,
.smartphoto-arrow-right {
color: #FFF;
font-size: 30px;
background-image: none;
}
.smartphoto-arrow-left { left: 10px;}
.smartphoto-arrow-left a:after {
content: "\e902";
font-family: 'iconfonts';
display: block;
}
.smartphoto-arrow-right { right: 15px;}
.smartphoto-arrow-right a:before {
content: "\e901";
font-family: 'iconfonts';
display: block;
}
@media screen and (max-width:767px) {
.smartphoto-nav li { width: 60px; height: 60px;}
}