*
{
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
}

a{ 
	text-decoration: none; 
}

ul{
	 list-style: none;
}

body {
	background:#111;
}





/* wrapper for the whole left:50%;
	top:50%;
	margin-left: -500px;
	margin-top: -300px;*/
#componentWrapper
{
    position: absolute;
    width: 100%;
    height: 78%;
    overflow: hidden;
    background: #333;
    margin-top: 30px;
    margin-bottom:30px;
}





/* image pan holder */
#componentWrapper .panHolder{
	position:relative;
	height:0px; 
	width:100%; 
		 
	overflow:hidden; 
}

/* image holders */
#componentWrapper .image_container1, #componentWrapper .image_container2
{
    position: absolute;
    display: none;
    
}

/*thumbnails scroller settings*/
#componentWrapper .thumbWrapper
{
    position: absolute;
    bottom: -40px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    
}

#componentWrapper .thumbHolder{
	position:relative;
	 
}

#componentWrapper .thumbList{
	position:relative;
	/*background:green;*/
}

#componentWrapper .thumbs{
	float:left;
	list-style:none;
	
	
	
}

/* gallery category data */
#componentWrapper .thumbList .category{
	display:none;
	
}

/* thumbs backward btn */
#componentWrapper .thumb_backward{
	position:absolute;
	bottom:0px;
	left:0px;
	width:30px;
	/* height set in jquery to correspond thumb height */
	display:none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
	 
}

#componentWrapper .thumb_backward img{
	position:absolute;
	display:block;
	width:10px;
	height:15px;
	top:50%;
	left:50%;
	margin-left:-5px;
	margin-top:-8px;
	margin-bottom: 50px;
}

/* thumbs forward btn */
#componentWrapper .thumb_forward{
	position:absolute;
	bottom:0px;
	right:0px;
	width:30px;
	/* height set in jquery to correspond thumb height */
	display:none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 10px;
	
}

#componentWrapper .thumb_forward img{
	position:absolute;
	display:block;
	width:10px;
	height:15px;
	top:50%;
	left:50%;
	margin-left:-5px;
	margin-top:-8px;
	margin-bottom: 50px;
}


/* .menuWrapper, outer container for menu, transparent background */
#componentWrapper .menuWrapper{
	position:absolute;
	top:100px;
	width:770px;
	height:395px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	display:none;
}

/* .menuHolder, inner container for menu, needs to be the width of the menu thumb image x the number of visible thumb images in menu, height the same as image menu thumb */
#componentWrapper .menuHolder{
	position:absolute;
	width:750px;
	height:375px;
	top:10px;
	left:10px;
	/*background:red;*/
}

/* .menuRowMasker: needs to be the same width and height of the menu thumb images */
#componentWrapper .menuRowMasker{
	position:relative;
	width:250px;
	height:375px;
	top:0px;
	float:left;
	overflow:hidden;
}

/* .menuRowHolder: needs to be twice the width of .menuRowMasker and the same height */
#componentWrapper .menuRowHolder{
	position:absolute;
	width:500px;
	height:375px;
	top:0px;
}

/* menu controls */
#componentWrapper .menu_backward{
	position:absolute;
	width:40px;
	height:40px;
	top:177px;
	left:-50px;
}

#componentWrapper .menu_forward{
	position:absolute;
	width:40px;
	height:40px;
	left:780px;
	top:177px;
}

#componentWrapper .menu_close{
	position:absolute;
	width:40px;
	height:40px;
	left:365px;
	top:-50px;
}

/* captions for menu items */
#componentWrapper .menu_title{
	position:absolute;
	left:0px;
	color:#fff;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	font-family: "Dosis", Arial, sans-serif;
	font-size: 30px;
	color:#fff;
	padding: 5px 20px 5px 20px;
}



/* description */
#componentWrapper .info_wrapper{
	position:absolute;
	top:10px;
	left:3px;
	
}

#componentWrapper .info_title
{
    position: absolute;
    top: 0px;
    left: 0px;
   
}

#componentWrapper .info_toggle{
	position:absolute;
	width:15px;
	height:10px;
	top:24px;
	left:10px;
	/*background:red;*/
	display:none;
}

#componentWrapper .info_toggle img{
	display:block;
	width:15px;
	height:10px;
}

#componentWrapper .info_holder{
	position:relative;
	overflow:hidden;
	top:0px;
	left:0px;
	/* max height of info area (set min width in the index.html settings) */
	height:260px;
}

#componentWrapper .info_holderMasker{
	position:absolute;
	left:0px;
	overflow:hidden;
	height:0px;
}

#componentWrapper .info_content a{
    font-size:20px;
	color:#FF0;
}

#componentWrapper .info_content a:hover, a:active{
   text-decoration:underline;
}

#componentWrapper .image_title
{
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Dosis" , Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background: #111;
    padding: 10px 20px 10px 20px;
    opacity: 0.3;
}

#componentWrapper .image_description{
	font-family: "Dosis", Arial, sans-serif;
	font-size: 16px;
	background:#111;
	color:#e5e5e5;
	padding: 10px 10px 10px 20px;
	opacity: 0.3;
}

/* gallery controls (menu toggle, slideshow toggle) */
#componentWrapper .galleryControls{
	position:absolute;
	width:85px;
	height:40px;
	top:0px;
	left:50%;
	margin-left: -42px;
	/*background:green;*/
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#componentWrapper .menu_toggle{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
}

#componentWrapper .slideshow_toggle{
	position:absolute;
	width:40px;
	height:40px;
	left:45px;
}

/* image preloader */
#componentWrapper .imagePreloader{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0px 0px -25px;
	background:#000 url('../data/loader.gif') no-repeat center center;
	width:50px;
	height:50px;
	z-index:999;
	opacity:0.7;
}


/* image backward, centered at y axis */
#componentWrapper .image_backward{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;

}

/* image forward, centered at y axis */
#componentWrapper .image_forward{
	position:absolute;
	width:40px;
	height:40px;
	right:0px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;

}

/* image size toggle, positioned top right */
#componentWrapper .image_sizeToggle{
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	right:0px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	
	display:none;

}









/* public functions */	
#publicFunctions{
	position: absolute;
	padding: 10px 25px 20px 20px;
	background:#444;
	left:200px;
	top:100px;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color:#fff;
	list-style:circle;
	
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	
	display:none;
}

#publicFunctions li a{
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	color:#fff;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}
