/* set the menu icon for the post index admin page */
#icon-edit.icon32-posts-wp-models-shoot {
	background: url(../images/shoot-32x32.png) no-repeat;
}

#icon-edit.icon32-posts-wp-models-model {
	background: url(../images/model-32x32.png) no-repeat;
}

.wp-models-media-container
{
	clear: both;
}

.wp-models-plupload
{
}

.wp-models-pic-wrapper
{
	width: 	45%;
	margin: 2.0%;
	float: left;
	vertical-align: top;
}

.wp-models-spinner
{
	display: none;
	float: right;
}

.wp-models-pic
{
	width: 100%;
}

.wp-models-player video
{
	max-width: 50%;
}
/* Media Queries */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.wp-models-pic-wrapper
	{
		width: 30%;
		margin: 1.25%;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px)
{

	.wp-models-pic-wrapper
	{
		width: 23%;
		margin: 1%;
	}
		
}

/* Minimum width of 1400 pixels. */
@media screen and (min-width: 1300px)
{

	.wp-models-pic-wrapper
	{
		width: 18%;
		margin: 1%;
	}
		
}

/* Minimum width of 1600 pixels. */
@media screen and (min-width: 1600px)
{

	.wp-models-pic-wrapper
	{
		width: 14.66666666666666667%;
		margin: 1%;
	}
		
}