@charset "utf-8";
/* CSS Document */
#imgcontainer
{
	width:160px; 
	height:160px; 
	overflow:hidden;
	float:left;
	margin-right:0px;
	margin-bottom:3px;
	margin-top:0px;
	text-align:center;
	display:table;
	#position:relative;
	border:none;
	/*background: url(../img/layimg/inner/bgartistfull.jpg) repeat #f7f7f7;*/
	filter: alpha(opacity=100); -moz-opacity: 1.00;
	background: none;
}
#imgcontainer_cell
{
	#position: absolute;  
	#top: 50%;
	#left: 50%;
	display: table-cell; 
	vertical-align: middle;

	margin:0px;
	padding:0px;
}
#imgcontainer_cell_contents
{
	 #position: relative;  
	 #top: -50%;
	 #left: -50%;
	 margin:0px;
	 padding:0px;
}
.media_strip_thumbs
{
    float:left;
	width:480px;	
}
#artist-profile-image
{
	width:210px; 
	height:210px; 
	overflow:hidden;
	float:left;
	margin-right:60px;
	text-align:center;
	display:table;
	#position:relative;
	border:1px solid #e3e3e3;
	background: #f7f7f7;
}
#artist-profile-image a
{
	border:none;
}

#imgcontainer2
{
	width:100px; 
	height:100px; 
	overflow:hidden;
	float:left;
	margin-right:0px;
	margin-bottom:3px;
	margin-top:0px;
	text-align:center;
	display:table;
	#position:relative;
	border:1px solid #e3e3e3;
	background: #f7f7f7;
	/*filter: alpha(opacity=100); -moz-opacity: 1.00;*/
	
}
.media_strip_thumb
{
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:6px;
}


#artist-profile-area
{
	float:left;
	clear:both;
	margin-top:20px;
	width:100%;
	
}
#artist-video-area
{
	float:left;
	clear:both;
}
#artist-video
{
	float:left;
	margin-left:3px;
	margin-right:3px;
}

