@charset "UTF-8";
/* CSS Document */

 *{margin:0;padding:0}
	
#tygcontent{ 
		
		height:409px;
		position:relative;
		width:200px;
		margin: 7px;
		}
	
.tyg_gallery{
		left:0px;
		position:absolute;
		top:212px;
		width:213px;
		}
	
.tyg_gallery li{
		width:55px;
		height:55px;
		border:3px double #c4c2c2;
		margin: 0 9px 9px 0;
		background:#eee;
		display:block;
		overflow:hidden;
		float:left;
		}
	
.tyg_gallery li.hover{
		border-color:#575757;
		}
	
.tyg_gallery li.active{
		border-style:solid;
		border-color:#222;
		}
	
	
.galleria_container{
		margin:0 auto;
		height:200px;
		width:200px;
		position: absolute;
		background-color: #000;
		
	
	}
.galleria_wrapper{
	
		text-align: center;
		
		
	
	}
	

