/** SlideGallery **/
.SlideGallery {
    width: 630px;
}

.SlideGallery.small{
    width: 310px;
}

.SlideGallery li.jcarousel-item{
    width: 100px;
    height: 75px;
    
}
.SlideGallery.small li.jcarousel-item{
    width: 70px;
    height: 42px;
    
}

.galleryImages{
    width: 630px;
}
.small .galleryImages.jcarousel-list{
    width: 310px;
}
.galleryImages li.jcarousel-item{
    width: 630px;
    height: 472px;
    
}
.small .galleryImages li.jcarousel-item{
    width: 310px;
    height: 240px;
    
}

/** FilmstripGallery **/
.FilmstripGallery {
    width: 360px;
}

.FilmstripGallery li.jcarousel-item{
    width: 1100px;
    height: 82px;
    margin:0 5px;
    text-align: center;
}
/** TileGallery ***/
ul.TileGallery{
   list-style-type: none; 
   padding:0;
   margin:0;
}

ul.TileGallery li{
    width:130px;
    height: 110px;
    margin: 13px;
    float: left;
}

/** Go2Paradize **/
ul.Go2Paradize{

	width:450px;
	height:340px;
	cursor: pointer;
}

ul.Go2Paradize .g2pTitle{
	position: absolute;
	bottom:0; left: 0;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	color:#ffffff;
	background:#999;
}

	
