/* CSS GalleryBehaviors */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:100%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float: none;
    margin: 12px auto;
    padding: 1%;
    width: 100%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:100%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float: none;
    margin: 12px auto;
    padding: 1%;
    width: 100%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:100%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float: none;
    margin: 12px auto;
    padding: 1%;
    width: 100%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
.Gallery-Wapper {
    width:90%; 
    margin:auto;
}

.Gallery-Holder {
    width:90%; 
    margin:auto;
}

.GalleryDetail-Holder {
    margin: auto;
    max-width: 960px;
    min-width: 150px;
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
}

.GalleryDetail-Holder img {
    content: "";
    float: left;
    margin: 5px 5px 5px 1%;
}
.GalleryDetail-Holder h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding:6px 0 4px 3px;
    width: 80%;
}

#Edit-Gallery-Holder {
    background: none repeat scroll 0 0 #fff;
    margin: auto;
    padding: 10px 0;
    width: 950px;
}

#Guide {
    margin:10px auto 0;
    width:100%;
}

#Guide h2 {
    color: #fff;
    font-family: arial;
}

.AddGallery {
    float:left;
    width:100%;
}

.AddGallery a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none; 
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.AddGallery a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-family:helvetica;
    margin:0 0 10px 10%;
    padding:1%;
    text-decoration:none;
}

.PreviewGallery {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery:hover {
    float:left;
    margin:12px 25px 12px 6%;
    padding:1%;
    width:40%;
}

.PreviewGallery-GalleryTitle {
    background: none repeat scroll 0 0 #d8dc6a;
    border: 4px solid #b0b446;
    border-radius: 5px;
    box-shadow: 0 7px 9px -6px #545454;
    font-family: Helvetica;
    margin: auto;
    width: 100%;
}

.PreviewGallery-GalleryTitle img {
    content: "";
    float: left;
    margin:5px 5px 5px 2%;
}

.PreviewGallery-GalleryTitle h3 {
    color: #000;
    float: left;
    font-family: helvetica;
    font-size: 1.7em;
    font-weight: lighter;
    margin: 1px 0 0;
    padding: 1%;
    width: 80%;
}

.PreviewGallery-GalleryTitle p {
    color:#B7B7B7;
    font-size:0.8em;
    font-style:normal;
    margin:0;
    text-align:center;
}

.PreviewGallery-GalleryTitle span {
    font-size:0.8em;
    margin:5px 0;
    text-align:left;
    width:20%;
}

.Preview-MainImage {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px #545454;
    line-height: 35px;
    margin: 10px auto 2px;
    padding: 20px 3%;
    width: 100%;
}

#AddNewImage-container {
    float:left;
    width:20%;
}

#MainImage
{
    border: 1px solid #B7B7B7;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    width: 350px;
}

.PreviewGallery-InfoArtistDetails {
    float:left;
    width:100%;
    font-family:helvetica;
}

#PreviewGallery-Controls {
    margin:auto;
    width:100%;
}

.PreviewGallery-ViewButtom-public {
    margin: auto;
    text-align: center;
}

.PreviewGallery-ViewButtom-public a {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom-public a:hover {
    background: linear-gradient(to bottom, rgba(216, 220, 106, 1) 0%, rgba(222, 229, 119, 1) 63%, rgba(149, 152, 60, 1) 64%, rgba(221, 229, 112, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: #3e3e3e;
    float: none;
    font-family: arial;
    font-size: 0.9em;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.PreviewGallery-ViewButtom {
    float:right;
    font-family:helvetica;
    font-size:0.9em;
    margin-right:2%;
    margin-top:5px;
    width:47%;
}

.PreviewGallery-ViewButtom a {
    background:#33576f;
    border:2px solid #274a62;
    box-shadow:none;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-ViewButtom a:hover {
    background:#3e3e3e;
    border:2px solid #343434;
    box-shadow:0 7px 9px -6px #000;
    color:#FFFFFF;
    float:left;
    font-size:1.1em;
    margin:0;
    padding:4%;
    text-align:center;
    text-decoration:none;
    width:92%;
}

.PreviewGallery-Legends {
    float:left;
    font-family:Arial;
    font-size:0.9em;
    width:100%;
    margin:5px 0 3px;
    color:#3e3e3e;
    font-weight: bold;
}

.PreviewGallery-ArtistDetails {
    color: #9c9c9c;
    float: left;
    font-family: helvetica;
    font-size: 0.9em;
    font-weight: 100;
    margin: 2px 0;
    text-align: justify;
    text-shadow: 1px 0 0 #d8dc6a;
    width: 100%;
}

.ProfilePicture-Holder {
    height:50px;
    margin-left:0;
    position:absolute;
    text-align:right;
    width:27%;
}

.ProfilePicture-Holder img {
    border:1px solid #b7b7b7;
}

.PreviewGallery-AboutMe {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:14px;
    color:#92A938;
    width:60%;
}

.PreviewGallery-AboutMe-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:helvetica;
    font-size:0.8em;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.PreviewGallery-InfoArtist {
    margin:auto;
    width:100%;
}

.PreviewGallery-Description-Holder {
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 transparent;
    border: 3px solid rgb(204, 204, 204);
    border-radius: 5px;
    box-shadow: 0 9px 9px -6px rgb(84, 84, 84);
    margin: 10px auto 0;
    padding: 5px 5px 10px;
    width: 100%;
}

.PreviewGallery-Location {
    width:100%;
    margin:5px auto;
}

.PreviewGallery-Description {
    margin:auto;
    width:100%;
}

.Gallery-EditContainer {
    float:left;
    height:200px;
    margin:10px 0 0 15px;
    width:152px;
}

.Comments {   
    float:left;
    margin:12px 2%;
    width:45%;
}

.Comment-InfoArtistDetails {
    float:left;
    width:100%;
}

#Comment-Controls {
    float:right;
    width:30%;
    margin:10px 0 0 0;
}

.Comment-ArtistDetails {
    float:left;
    margin:2px 0 10px 70px;
    font-family:arial;
    font-size:14px;
    font-weight:100;
    color:#000000;
    width:76%;
    text-align:justify;
}

.Comment-Date {
    float:left;
    margin:0 0 0 17px;
    font-family:Arial;
    font-size:10px;
    color:#2F520A;
    width:75%;
}

.Comment-Date-Content {
    float:left;
    margin:5px 0 0 17px;
    font-family:Times New Roman;
    font-size:12px;
    font-weight:100;
    color:#666666;
    width:100%;
    text-align:justify;
}

.Comment-InfoArtist-Wrapper {
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

.Comment-textArea {
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.Admin-StyleContainer-Galleries {
    background-color:#F5F5F5;
    border:1px solid #B7B7B7;
    color:#989898;
    font-size:0.9em;
    font-weight:lighter;
    margin:12px auto auto 3%;
    width:40%;
    float:left;
}

.Admin-StyleContainer-Galleries legend {
    background-color: #64756C;
    border: 3px solid #B7B7B7;
    color: #FFFFFF;
    font-weight: lighter;
    padding: 1%;
}

.flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus  { outline: none; }
     
    .slides,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     
    .flexslider a img { outline: none; border: none; }
     
    .flexslider {
        margin: 0;
        padding: 0;
    }
    
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    }
     
    .flexslider .slides img {
        width: 100%;
        display: block;
     
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
 
    html[xmlns] .slides { display: block; }
    * html .slides { height: 1%; }
    
    .flexslider {
    position: relative;
    zoom: 1;
    padding: 3.4%;
    background: url("/images/Product-TopShadow.png") repeat-x scroll center top, url("/images/Product-BotomShadow.png") repeat-x scroll center bottom, url("/images/noisy.png") repeat scroll 0 0px, none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #cccccc;
    border-radius: 5px;
    box-shadow:0 9px 9px -6px #545454;
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    }
    
    .flex-container {
    min-width: 150px;
    max-width: 960px;
    margin:auto;
    padding: 10px 0;
    }
     
    .flexslider .slides { zoom: 1; }
    
    .flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
 
    background-color: #cccccc;
    }
    
    .flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url("/images/arrows.png") no-repeat;
    }
     
    .flex-direction-nav a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 35px;
    }
    
    .flex-direction-nav .flex-next {
    right: -5px;
 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    }
     
    .flex-direction-nav .flex-prev {
        left: -5px;
     
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
     
    .flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
    .flex-direction-nav .flex-prev:before { background-position: 0 0; }
     
    .flex-direction-nav .flex-next:after {
        right: 0;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #31611e;
    }
     
    .flex-direction-nav .flex-prev:after {
        left: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #31611e;
    }
    
    .flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
    }
     
    .flex-control-nav li {
        display: inline-block;
        zoom: 1;
    }
     
    .flex-control-paging li a {
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background-color: #b6b6b6 \9;
     
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
     
        -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
        -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
        box-shadow: inset 0 0 0 2px #b6b6b6;
    }
     
    .flex-control-paging li a.flex-active {
        background-color: #82d344;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
        background-image: -webkit-linear-gradient(top, #82d344, #51af34);
        background-image: -moz-linear-gradient(top, #82d344, #51af34);
        background-image: -o-linear-gradient(top, #82d344, #51af34);
        background-image: linear-gradient(to bottom, #82d344, #51af34);
     
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    
    .flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
 
    background-color: #222222;
    background: rgba(0,0,0, .9);
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    }
}