*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	background: white;
}

.topBar
{
	position: relative;
	width: 100%;
	height: 50px;
	background-image: url(/images/topPanelGrad.gif);
}

.linkDownload
{	
	margin-left: 10px;
	position: relative;
	line-height: 50px;
}

.screenshotsBar
{
	position: relative;
	width: 100%;
	height: 25px;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	background-color: #dbf5ff;
}

.textHeader
{
	margin-left: 10px;
	color: blue;
	line-height: 25px;
	cursor: pointer;
}

.screenshotsContent
{
	position: relative;
	width: 100%;
	height: 0px;
	display: none;
	border-bottom: 1px solid blue;
}

.screenshotsContent img
{
	margin-left: 10px;
	margin-top: 10px;
	height: 80%;

}
