.imgPick_global_container{
	width:100%;
	height:100%;
	position : relative;
}

.imgPick_Container_image {
	float:left;
	width:100px;
	height:auto;
	padding : 4px 20px 4px 4px; 
}

.imgPick_img_selected{
width:100px;
height:auto;
display:inline;
}

.imgPick_img_hidden{
width:100px;
height:auto;
display:none;
}

.imgPick_Container_right{
	width:300px;
	height:auto;
	float:left;
	display:block;
}

.imgPick_Control{
	display:block;
	width:50px;
}

.imgPick_Control_Container {
	display : block;
	width:100px;
	padding : 4px;
	line-height: 22px;
	height : 22px;

}

.imgPick_Control_left{
	background-position-x: 0px;
	background-position-y: -83px;
	background-image: url(http://static.ak.fbcdn.net/rsrc.php/z9WEN/hash/6w95fo9x.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 25px;
}

.imgPick_Control_right{
	background-position-x: -25px;
	background-position-y: -83px;
	background-image: url(http://static.ak.fbcdn.net/rsrc.php/z9WEN/hash/6w95fo9x.gif);
	background-repeat: no-repeat;
	float: left;
	height: 22px;
	width: 25px;
}

.imgPick_imgCount {
	font-size : 12px;
	padding-left : 4px;	
}

.imgPick_noImage_container{
	width : 100px;
}
