@charset "utf-8";
/* CSS Document */

#galeryMain
{
	width:97%;
	margin:10px;
}

#galeryPicture
{
	text-align:center;
	width:100%;
	min-height: 200px;
}

#bigImage
{
border:none !important;
}

#galeryItems
{
	width:100%;
	height:120px;
	overflow:auto;
}

