.g-gallery a.g-request {
float: left;
width: 10px;
height: 100px;
margin-top: 10px;
}

.g-gallery a.g-request[data-request='prev']{
background: transparent url('/themes/default/public/images/arrow-left-large-grey.png') center left no-repeat;
margin-left: 5px;
}

.g-gallery a.g-request[data-request='next']{
background: transparent url('/themes/default/public/images/arrow-right-large-grey.png') center left no-repeat;
margin-right: 5px;
}

.g-gallery .g-canvas {
position: relative;
float: left;
width: 205px;
min-height: 100px;
padding: 10px 10px;
overflow: hidden;
margin: 0 40px;
}

.g-gallery .g-content {
display: none;
}

.g-gallery .g-item {
position: absolute;
top: auto;
left: 0;
width: 110px;
height: 100px;
line-height: 100px;
text-align: center;
}

.g-gallery .g-item img {
float: none !important;
width: auto;
height: auto;
max-width: 110px;
max-height: 100px;
vertical-align: middle;
}

/**Widescreen (popup) Gallery**/

.g-w-screen-image {
float: left;
width: 980px;
height: 380px;
text-align: center;
}

.g-w-screen-image img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}

.g-w-screen-content {
float: left;
width: 950px;
}

.g-w-screen-title {
float: left;
width: 100%;
text-align: center;
font-size: 18px;
line-height: 18px;
margin: 15px 0 5px 0;
}

.g-w-screen-excerpt {
float: left;
width: 100%;
text-align: center;
margin-bottom: 20px;
color: #000;
}

.g-widescreen {
float: left;
width: 980px;
padding: 10px;
}

.g-widescreen .g-gallery .g-canvas {
width: 965px;
background: #acb6b4;
min-height: 70px;
padding: 5px;
margin: 0;
}

.g-widescreen a.g-request {
float: left;
width: 10px;
height: 75px;
}

.g-widescreen a.g-request[data-request='prev']{
background: transparent url('/themes/default/public/images/arrow-left-large-grey.png') center left no-repeat;
margin-left: 5px;
}

.g-widescreen a.g-request[data-request='next']{
background: transparent url('/themes/default/public/images/arrow-right-large-grey.png') center left no-repeat;
margin-right: 5px;
}

.g-widescreen .g-item {
width: 165px;
height: 150px;
line-height: 16px;
color: #fff !important;
font-weight: bold;
}

.g-widescreen .g-item {
width: 125px;
height: 70px;
}

.g-widescreen .g-item img {
width: auto;
max-width: 120px;
height: auto;
max-height: 70px;
}

.g-widescreen .g-item a {
float: left;
width: 100%;
height: auto;
}

.g-widescreen .g-item img {
opacity: .5;
}

.g-widescreen .g-item .active img {
opacity: 1;
}

.g-widescreen .g-gallery .g-item .g-item-fullimage,
.g-widescreen .g-gallery .g-item .g-item-excerpt,
.g-widescreen .g-gallery .g-item .g-item-title {
display: none;
}
