/* 
    Document   : stylesheet.module.artistshop.imodule.media.case.pictures
    Created on : 12-mrt-2009, 18:00:21
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Module ArtistShop iModule Media Case Pictures CSS
*/

/* PICTURES */
div.moduleArtistShop div.pictures
{
    clear                   : right;
}

div.moduleArtistShop div.pictures div.picturesBrowser
{
    float                   : right;
    width                   : 100%;
}

div.moduleArtistShop div.pictures div.picturesBrowser div
{
    padding                 : 13px;
    _margin                 : 0px;
    _margin-left            : 13px;
}

*:first-child+html div.moduleArtistShop div.pictures div.picturesBrowser div
{
    padding                 : 13px;
}

div.moduleArtistShop div.pictures div.picturesBrowser span.imageWrap
{
	display					: block;
	float					: left;
	width					: 100px;
	height					: 100px;

	margin-right			: 7px;
	margin-bottom			: 10px;

	border      			: 1px solid #669ACC;
	background-color		: #000000;

	cursor					: pointer;
}

div.moduleArtistShop div.pictures div.picturesBrowser span.ieFix
{
	_width					: 0;
	_height					: 100%;
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.moduleArtistShop div.pictures div.picturesBrowser span.ieFix
{
	width					: 0;
	height					: 100%;
	display					: inline-block;
	vertical-align			: middle;
}

div.moduleArtistShop div.pictures div.picturesBrowser span.picture
{
	display					: table-cell;
	width					: 100px;
	height					: 100px;

	margin-left				: auto;
	margin-right			: auto;

	vertical-align			: middle;
	text-align				: center;

	_width					: 100%;
	_height					: auto;
	_display				: inline-block;
	_margin-top				: -2px;
	_margin-bottom 			: -3px;
}

*:first-child+html div.moduleArtistShop div.pictures div.album span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;
}

div.moduleArtistShop div.pictures div.pictureContainer
{
	clear					: right;
	margin-left				: auto;
	margin-right			: auto;
	padding					: 10px;

	border-top     			: 1px solid #669ACC;

	text-align   			: center;

    _margin-top             : 13px;
}

*:first-child+html div.moduleArtistShop div.pictures div.pictureContainer
{
    margin-top              : 13px;
}
