.mainCanvasGallery{
	/*height: 382px;*/
	color: #ffffff;
	width: 100%;
	height: 540px;
}

*{
    margin:auto;
    padding:0;
}
a{
    text-decoration:none;
    outline:none;
}
ul{
    list-style:none;
}


/* top menu */
.top_menu{
    height:50px;
    position:absolute;
    top:-60px;
    left:0;
    width:100%;
    overflow:hidden;
    background:#010101;
    border-bottom:1px solid #000;
    z-index:100000;
    -moz-box-shadow:0px 0px 4px #010101;
    -webkit-box-shadow:0px 0px 4px #010101;
    box-shadow:0px 0px 4px #010101;
}

.top_menu .back{
    position:absolute;
    top:0px;
    left:10px;
    height:30px;
    line-height:30px;
    cursor:pointer;
    color:#aaa;
    z-index: 999999;
}

.top_menu .back span{
    width:14px;
    height:30px;
    display:block;
    float:left;
    background:#000 url(../img/prev.png) repeat-x center left;
    margin-right:5px;
    opacity:0.5;
}
.top_menu .back:hover{
    color:#fff;
}
.top_menu .back:hover span{
    opacity:0.9;
}

.top_menu span.description{
    font-style:italic;
    position:absolute;
    width:100%;
    text-align:center;
    top:0px;
    left:0px;
    font-family: 'Fondamento', cursive;
    z-index: 1005;
}

.top_menu .info{
    float:right;
    margin-right:10px;
    font-family: 'Fondamento', cursive;}

.titleHeading
{
	color: #cccccc;
	margin-top: 0px;
	font-size: 20px;
	padding: 0;
	font-style:normal;
	font-family: 'Fondamento', cursive;	
	/*text-shadow: 1px 1px #5f5f5f, 2px 2px #5f5f5f, 3px 3px #5f5f5f;*/
	font-weight: bold;

}


/* header */

.header{
}
.headerTitle{
    font-size:20px;
    padding-left:20px;
    color:#1c4d6d;
    line-height:20px;
    text-shadow:2px 2px 2px #1c4d6d;
    font-family: 'Fondamento', cursive;
}
.headerTitlespan{
    font-size:16px;
    float:right;
    margin-right:20px;
    text-shadow:1px 1px 1px #1c4d6d;
    font-family: 'Fondamento', cursive;
}


.preview img{
    position:absolute;
    left:0;
    top:0;
    border: 0px solid rgba(255,255,255,0.8);
    -moz-box-shadow:3px 3px 5px 3px #444;
    -webkit-box-shadow:3px 3px 5px 3px #444;
    box-shadow:3px 3px 5px 3px #444;
    /*
-webkit-box-reflect:
        below 5px
        -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(0.8, transparent),
        to(rgb(255, 216, 0))
        );
*/
}

/* footer */

.footer{
    z-index:200;
    height:35px;
    color: #999999;
    line-height:30px;
    text-align:center;
    font-size:14px;
    background:#010101;
    border-top:1px solid #000;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    -moz-box-shadow:0px 0px 4px #010101;
    -webkit-box-shadow:0px 0px 4px #010101;
    box-shadow:0px 0px 4px #010101;
    display: none;
}
.footer a{
    color:#999;
    text-decoration:none;
    margin:40px;
}

.loader{
    display: none;
    width:200px;
    height:200px;
    background: #000 url(../img/ajax-loader.gif) no-repeat center center;
    position:fixed;
    top:50%;
    left:50%;
    margin:-100px 0px 0px -100px;
    opacity: 0.7;
    z-index:9999;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;
}


a.next_image,
a.prev_image{
    width:50px;
    height:50px;
    position:fixed;
    top:50%;
    margin-top:-25px;
    cursor:pointer;
    opacity:0.7;
    z-index:999999;
    -moz-box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
    box-shadow:0px 0px 3px #000;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
}
a.next_image:hover,
a.prev_image:hover
{
    opacity:0.9;
}

a.next_image{
    background:#000 url(../img/next.png) no-repeat center center;
    right:-50px;
}
a.prev_image{
    background:#000 url(../img/prev.png) no-repeat center center;
    left:-50px;
}


.thumbnails_wrapper{
    text-align: center;
    margin-top: -1000px;
    
    -moz-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    -webkit-box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);
    box-shadow:0px 4px 4px 0px rgba(20,20,20,0.8);

   /*   -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;*/
  
    width: 1050px;
    padding-bottom: 10px;
    background: #222222;
   
    
    height: 530px;
    overflow: auto;
}

.bubble img{
    position:fixed;
    top:50%;
    left:50%;
    width:0px;
    height:0px;
}



/* Manos’ thumbnail scroller */
.tshf_container{
    position:relative;
 	text-align: center;
 	height: 180px;
}
.tshf_container .thumbScroller{
    position:relative;
    width:100%;
    overflow:hidden;
    
}
.tshf_container .thumbScroller,
.tshf_container .thumbScroller .container,
.tshf_container .thumbScroller .content{
    height:100%;
    
}
.tshf_container .thumbScroller .container{
    position:relative;
    left:0;
}
.tshf_container .thumbScroller .content{
    float:left;
    margin-left: 16px;
    margin-top: 15px;
    
    
}
.tshf_container .thumbScroller .content div{
    position:relative;
    height:155px;
    width:154px;
 
    
}
.tshf_container .thumbScroller img{
    border:1px solid #666666;
  -moz-box-shadow:3px 3px 5px #000000;
    -webkit-box-shadow:3px 3px 5px #000000;
    box-shadow:3px 3px 5px #000000;      
}
.tshf_container .thumbScroller .content div a{
    display:block;
    height:150px;
    width:150px;
    
}
.tshf_container .thumbScroller .content div a img{
    width:150px;
    margin-left: 4px;
    margin-top: 5px;
    
    
    
}

.content:hover img{
    border: 2px solid #eeeeee;
    /*-webkit-transform: rotate(-5deg);
	-moz-transform:  rotate(-5deg);*/
	z-index: 5000;
	
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	 -moz-box-shadow:0px 1px 5px #aaaaaa;
    -webkit-box-shadow:0px 1px 5px #aaaaaa;
    box-shadow:0px 1px 5px #aaaaaa;    
}



.tshf_container .thumbScroller .content div a:hover{
    border-color:#fff;
}

.tshf_container .thumbScroller .content span{
    cursor:pointer;
    position:absolute;
    width:150px;
    height:150px;
    top:0px;
    left:0px;
    background:transparent url(../img/thumb_overlay2.png) no-repeat top left;
    
    
    
}
.tshf_container .thumbScroller .content div:hover span{
    background:transparent url(../img/thumb_overlay_hover2.png) no-repeat top left;
}

.sold{
	width: 100%;
	height: 100%;
	margin-top: -155px;
	background: url(../images/sold-banner.png) no-repeat top left;
	cursor: pointer;
}


