.galleryGroup{
    position: absolute;
    width: 1024px;
    height: 768px;
}

.galleryImage {
    position: absolute;
    z-index: 1;
	
	image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges;
 	image-rendering: -webkit-optimize-contrast;
 	image-rendering: optimize-contrast;
 	-ms-interpolation-mode: nearest-neighbor;

    background-color: #fff;
}

.galleryMenu{
    position: absolute;
    width: 214px;
    height: 500px;
    right: -175px;
    top: 115px;
    margin: 0px auto;
    z-index: 3;
}

.galleryMenuButton {
    background: url(./../../imgs/widget_gallery/gallery_menu_button.png) 0 0 no-repeat;
    position: absolute;
    width: 41px;
    height: 45px;
    top: 40px;
	left: 1px;
    cursor: pointer;
}

.galleryMenuThumbs {
    background: url(./../../imgs/widget_gallery/gallery_menu_bg.png) 0 0 no-repeat;
    position: absolute;
    left: 39px;
    width: 175px;
    height: 591px;
}

.galleryMenuArrowUp {
    position: absolute;
    background: url(./../../imgs/widget_gallery/gallery_menu_arrow_up.png) 0 0 no-repeat;
    top: 8px;
    left: 78px;
    width: 31px;
    height: 30px;
    cursor: pointer;
}

.galleryMenuArrowDown {
    position: absolute;
    background: url(./../../imgs/widget_gallery/gallery_menu_arrow_down.png) 0 0 no-repeat;
    width: 31px;
    height: 30px;
    top: 453px;
    left: 78px;
    cursor: pointer;
}

.galleryMenuCarousel {
    position: absolute;
    top: 52px;
    left: 15px;
    width: 155px;
    height: 390px;
    margin: 0 auto;
	overflow: hidden;
}

.galleryMenuCarouselOption {
    width: 95px;
	height: 68px;	
	float: left;
	margin: 6px 0 6px 22px;
	border: 8px solid #ffffff;
	cursor: pointer;
	
	-webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.3);
}

.galleryMenuCarouselOption img {
    width: 95px;
	height: 68px;
}

.galleryCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;
	
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#slides {
	position: absolute;
	width: 155px;
	height: 485px;
	
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}