﻿/* ImageLayout.css */
img
{
	padding: 0;
	float: none;
}
img.players
{
	margin: 2%;	
	display:block;
}

img.logo, img.tutors, img.comments
{
	float:right;
	clear:right;
}
img.cds
{
	display:inline;
}
img.nextConcert, img.previousConcert
{
	float:right;
}
img.about
{
	margin: 2%;
	float: none;
	clear: both;
}
img.titlePage
{
	
}

object.cdPlayer
{
	float:left;
	padding:8px;
}

