ul#categoryList
{
list-style-image: url('../Obrazki/lista.jpg');
padding: 0px;
margin: 15px 35px 20px 55px;
}
ul#categoryList li
{
padding-bottom: 6px;
padding-left: 2px;
}


div.photosContainer
{
	width: 504px;
}

div.photoContainer
{
	width: 125px;
	height: 150px;
	padding: 15px 24px 0px 14px;
	text-align: center;
	float:left;
}

img.photoss
{
	border: solid 2px #FFE28A;
} 

p.photoTitle
{
	width: 125px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-indent: 0;
	text-align: center;
}

a.selected, a:hover.selected, a:visited.selected {font-family: Verdana;
							font-size: 11px;
							font-weight: bold;
							color: #D54100;
							text-decoration: none;}
							

							
a.unselected, a:hover.unselected, a:visited.unselected {font-family: Verdana;
							font-size: 11px;
							font-weight: normal;
							text-decoration: none;}
							
							
							
