/* Gallery Styles */

#gallery_container {
width: 980px; /* Set to gallery width, in px or percentage */
height: 166px;
position:relative;
margin:auto;
overflow:hidden;
}

.gallery .left{
position:absolute;
width:70px;
height:145px;
left:0;
top:0;
margin-top:0px;
background-image:url('images2/11.jpg');
background-position: top left;
background-repeat:no-repeat;
}

.gallery .right{
position:absolute;
width:70px;
height:145px;
right:0;
top:0;
margin-top:0px;
background-image:url('images2/12.jpg');
background-position: top right;
background-repeat:no-repeat;
}

.gallery .imgs{
margin:0 0 0 70px; /* Сдвиг блока изображений ВЛЕВО и  */
height:100%;
width:840px;
overflow:hidden;
position:relative;
zoom:1;
vertical-align:middle;
}

.gallery a{
display:inline-block;
height:100%;
overflow:hidden;
vertical-align:middle;
}

.gallery a img {
border: 0px solid #000; /* Set image border color */
width:249px;
height:166px;
top:50%;
margin-top:-83px;
position:relative;
vertical-align:middle;
}

.gallery{
white-space:nowrap;
}