﻿.artistGallery {	
	width: 275px;
	float:left;
	overflow:hidden;
}
.artistProfile {	
	margin: 0 0 0 10px; 
	padding: 0; 
	font-size: 11px; 
	color: #333;
	width: 190px;
	text-align:left;	
	margin:auto;
	float:left;
}
.blockAcross {	
	display:block;
	width:606px;
	clear: left;
}
.artistGallery .sf_image {
	max-width:50px;
	max-height:50px;
}
.artistGallery .sf_BigImage {	
	overflow:hidden;
}
.artistGallery .sf_BigImage img {
	max-height:400px;
	max-width:250px;
	width:250px;
}
.artistGallery ol.sf_photoListBigImg {
	padding-left:0 !important;
}
.artistGallery ol.sf_photoListBigImg li {
	width:50px !important;
	height:50px !important;
	overflow:hidden !important;
	background-image:none !important;
	padding:0 !important;
	margin-right:16px !important;
	margin-bottom:12px !important;
}
.artistGallery ol.sf_photoListBigImg li dd.sf_image img {
  position:static !important; /*for ie8*/
}
