body { margin: 0px 0px 0px 0px; background-color: #ffffff; font-family: Verdana; font-size:9px; font-weight: normal;}
.siyah { background-color:#383431;}
.gri { background-color:#DDDDDC;}
.metin{	font: bold 14px Trebuchet MS, Verdana, "Arial", Helvetica, sans-serif; color:#333333;}
.metinler{	font: normal 11px Trebuchet MS, Verdana, "Arial", Helvetica, sans-serif; color:#333333;}
.baslik{font: normal 45px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color:#333333;}
	.imageBox,.imageBoxHighlighted{
		/*width:160px;	 Total width of each image box */
		/*height:82px;	 Total height of each image box */
		float:left;
		margin-bottom:10px;
	}
	.imageBox_theImage{
		/*width:150px;	 Width of image */
		height:100px;	 /*Height of image */
		
		background-position: bottom center;
		background-repeat: no-repeat;		
		margin:5px;
		margin-bottom:2px;
	}
	
	.imageBox .imageBox_theImage{
		border:1px solid #fff;	/* Border color for not selected images */
		/*padding:2px;*/
	}
	.imageBox_label{	/* Title of images - both selected and not selected */
		text-align:center;
		font-family: arial;
		font-size:11px;		
		padding-top:2px;
		margin: 0 auto;
	}