/**********************
	-	RESET	-
************************/

/* wrapper for component */
#componentWrapper{
	position:absolute;
	width:100%;
	max-width:1000px;
	height:100%;
	max-height:700px;

}

#componentWrapper .thumbContainer{
	position:absolute;
	overflow:hidden;
}

#componentWrapper .thumbInnerContainer{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#componentWrapper .thumb_hidden{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#componentWrapper .thumbHolder{
	position:absolute;
	width:222px;
	height:143px;
	overflow:hidden;
	background:#fff;

}

#componentWrapper .thumbHolder a img{
	display:block;
	width:222px;
	height:143px;
}

#componentWrapper .innerThumbHolder{
	position:absolute;
	width:240px;
	height:155px;
	overflow:hidden;
}

#componentWrapper .innerThumbHolder a img{
	display:block;
	width:240px;
	height:155px;
}

#componentWrapper .thumbBackward{
	position:absolute;
	width:40px;
	height:112px;
	top:50%;
	margin-top:-56px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	display:none;
}

#componentWrapper .thumbBackward img{
	position:absolute;
	display:block;
	width:21px;
	height:31px;
	top:50%;
	left:50%;
	margin-left:-12px;
	margin-top:-15px;
}

#componentWrapper .thumbForward{
	position:absolute;
	width:40px;
	height:112px;
	top:50%;
	margin-top:-56px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	display:none;
}

#componentWrapper .thumbForward img{
	position:absolute;
	display:block;
	width:21px;
	height:31px;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-15px;
}

/* title */
#componentWrapper .title{
	position:absolute;
	left:0px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	font-family:tahoma;
	font-size: 14px;

	color:#fff;
	padding: 5px 10px 5px 10px;
	pointer-events:none;
}
		  
		  
		  
		  
		  
	
	
		  
		  
		  
		  
			
			
					  

/* public functions */	
#publicFunctions{
	position:absolute;
	z-index:99999;
	background:#555;
	padding:20px;
	
	-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{
	list-style: none;
}

#publicFunctions li a{
	color:white;
}

#publicFunctions p{
	color:white;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}





