@charset "utf-8";
/* CSS Document */

###rgsmoothgallery
List view

plugin.tx_rgsmoothgallery_pi1 {
big.file.maxH = 180
width  =240
height = 180
}
plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1

Single view

plugin.tx_rgsmoothgallery_pi1 {  
  big {
    file.maxW = 200
    file.maxH = 245
  }
  height = 230
  width = 330
}
plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1

Thumb view

plugin.tx_rgsmoothgallery_pi1 {
  thumb = IMG_RESOURCE
  thumb {
    file.maxW = 100
    file.maxH = 75
  }
}
plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1

Big view

plugin.tx_rgsmoothgallery_pi1 {
big = IMG_RESOURCE
  big {
    file.maxW = 460
    file.maxH = 345
  }
}
plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1

Lightbox view

plugin.tx_rgsmoothgallery_pi1 {
lightbox = IMG_RESOURCE
  lightbox {
    file.maxW = 800
    file.maxH = 600
  }
}
plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1
}

###end
