/* -----------------  SLIDING BOX ------------------------- */

			.boxgrid { 
				width: 309px; 
				height: 120px; 
				margin-top:13px;
				float:left; 
				background:#161613; 
				border: 1px solid #c9c9c9;
				/*border-bottom: 2px solid #c9c9c9; */
				overflow: hidden; 
				position: relative;
				
			}
			
			.boxgrid a:link,.boxgrid a:visited { 
			color:#cc0000;
			text-decoration:none;
			}
			
			.boxgrid a:hover { 
			color:#333333;
			text-decoration:underline;
			}
			
			.boxgrid.srodek{
			margin:13px 13px 0 13px;
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
				.boxgrid a { 
					
					font-weight:bold; 
					
				}
				
				.boxgrid h3{ 
					padding: 7px 10px; 
					color:#333333; 
					font-family: 'Verdana', 'Arial', 'Trebuchet MS'; font-size:11px; text-transform:uppercase; text-decoration:none; font-weight:normal;
					/*font:10pt "Lucida Grande", Arial, sans-serif;
					font-weight:bold;*/
				}
				
			.boxcaption { 

				float: left; 
				position: absolute; 
				background: #ffffff; 
				height: 100px; 
				width: 100%; 
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
				
 			}
 				.captionfull .boxcaption {
 					top: 260px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0;
 				}

/* -----------------  INNE ------------------------- */	

.male {
	font-size:10px;
	text-align:justify;
	margin:10px 1px 10px 1px;
}

