/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-9-11, 17:59:23
    Author     : Administrator
*/

.preImgListBtn
{
    background-image:url('arrow.png');position:absolute;top:35%;display:block;width:30px;height:30px;background-repeat:no-repeat;cursor:pointer;
}
.nextImgListBtn
{
    background-image:url('arrow.png');position:absolute;top:35%;display:block;width:30px;height:30px;background-repeat:no-repeat;cursor:pointer;background-position:-30px 0px;
}

.dvImg_GBImgListTransform{position:relative;overflow:hidden;}
.dvImg_GBImgListTransform img{width:100%;height:100%;}
.dvImg_GBImgListTransform .dvImgTitle{width:100%;display:inline-block;background: url(title-bg.png); line-height:30px; height:30px; color:#FFFFFF;padding-left:8px; position: absolute;left: 0px;bottom: 0;overflow: hidden;font-weight: bold;}