#myGallery {
    display: none
}
.gv_galleryWrap {
    position: relative;
    background: #e0d1ca;
    font-size: 10pt;
    background: #1c4461 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 13px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.gv_gallery {
    overflow: hidden;
    position: relative;
}
.gv_imageStore {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}
.gv_panelWrap {
    filter: inherit;
    position: absolute;
    overflow: hidden;
	padding:0 0 20px;
}
.gv_panel-loading {
    background: url(../img/img-loader.gif) 50% 50% no-repeat #aaa
}
.gv_frame-loading {
    background: url(../img/img-loader.gif) 50% 50% no-repeat #aaa
}
.gv_panel {
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
	border-radius:7px 7px 0 0;
}
.gv_panel img {
    position: absolute
}
.gv_overlay {
    position: absolute;
    color: white;
    z-index: 200;
    height: 20px;
}
.gv_showOverlay {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 200;
    display: none;
}
.gv_overlay {
    padding: 3px 0 0
}
.gv_overlay h4 {
    margin: 0 0 0 7px;
    font: bold 13px/20px Verdana, Arial, Helvetica, san-serif;
    float: left;
	text-shadow: 
		-0   -1px 0   #000000,
		 0   -1px 0   #000000,
		-0    1px 0   #000000,
		 0    1px 0   #000000,
		-1px -0   0   #000000,
		 1px -0   0   #000000,
		-1px  0   0   #000000,
		 1px  0   0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000,
		-1px -1px 0   #000000,
		 1px -1px 0   #000000,
		-1px  1px 0   #000000,
		 1px  1px 0   #000000;
}
.gv_overlay p {
    color: #000;
    margin: 1em;
}
.gv_infobar {
    background: #e0d1ca;
    padding: 0 0.5em;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    vertical-align: middle;
    z-index: 2000;
}
.gv_filmstripWrap {
    overflow: hidden;
    position: absolute;
	padding:0 0 5px;
}
.gv_filmstrip {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.gv_frame {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
/* WRAPPER FOR FILMSTRIP IMAGES */
.gv_frame .gv_thumbnail {
    position: relative;
    overflow: hidden !important;
	border-radius: 4px;
	border:1px solid #000;
}
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv_frame.current .gv_thumbnail {

}
/* FRAME IMAGES */
.gv_frame img {
    border: none;
    position: absolute;
}
/* FRAME CAPTION */
.gv_frame .gv_caption {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    color: white;
}
/* CURRENT FRAME CAPTION */
.gv_frame.current .gv_caption {

}
/* POINTER FOR CURRENT FRAME */
.gv_pointer {
    border-color: black
}
/* NAVIGATION BUTTONS */
.gv_navWrap {
    text-align: center;
    position: absolute;
}
.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter: alpha(opacity=30);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.gv_navPlay:hover,
.gv_navPause:hover,
.gv_navNext:hover,
.gv_navPrev:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
}
.gv_panelNavPrev,
.gv_panelNavNext {
    position: absolute;
    display: none;
    opacity: 0.50;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 200;
}
.gv_panelNavPrev:hover,
.gv_panelNavNext:hover {
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
}
.gv_navPlay {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../img/light/play-big.png) top left no-repeat;
}
.gv_navPause {
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../img/light/pause-big.png) top left no-repeat;
}
.gv_navNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/light/next.png) top left no-repeat;
}
.gv_navPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/light/prev.png) top right no-repeat;
}
.gv_panelNavNext {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/light/panel-next.png) top left no-repeat;
}
.gv_panelNavPrev {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/light/panel-prev.png) top right no-repeat;
}
.gv_overlay p {
    display: block;
    width: 100%;
    clear: both;
}
.gv_overlay  .do-order {
    position:absolute;
	bottom:3px;
	right:0;
}
.gv_galleryWrap {
    margin: 0 auto;
	padding:5px 5px 25px;
}