@charset "UTF-8";
/* CSS Document */
	
html,body { height:100%; padding:0px; margin:0px; }
body
{
	background-color:#FFF;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
		 font-size:16px; padding: 0px;
		 overflow:auto;

}
img
{
	border:none;
}
a
{
	text-decoration:none;
	color:#000; 
	font-size:10px;
}

a:hover
{
	text-decoration:none;
	color:#000;
	font-size:10px;
}

.grey_sifr a
{
	text-decoration:none;
	color:#000; 
	font-size:12px;
}

.grey_sifr a:hover
{
	text-decoration:none;
	color:#000;
	font-size:12px;
}

.black_sifr a
{
	text-decoration:none;
	color:#000; 
	font-size:12px;
}

.black_sifr a:hover
{
	text-decoration:none;
	color:#000;
	font-size:12px;
}

p
{
	margin:0px;
	padding:0px;
	font-size:12px;
}



	

#site_container
{
	margin:0 auto;
position:relative;
clear:left;
	width:45.75em;
	height:36.25em;
	  
}

#container { width: 99%; height: 99%; display: table; padding:0px;  margin:0px; 
 }
	#position { display: table-cell; vertical-align: middle;  padding:0px; margin:0px; 	}
	
	#content { margin-top:20px; margin-bottom:20px;}

#site_relative
{	
	width:732px;
	height:580px;
	position:relative;
	float:left;
}

#site_logo
{
	width:732px;
	height:80px;
	position:relative;
	float:left;
}

#site_navigation
{
	position:relative;
	float:left;
	width: 732px;
	height:auto; 

}
	.site_navigation_col
	{
		position:relative;
		float:left;
		width:120px;
		height:auto;
	}

#main_block
{
	width:732px;
	height:430px;
	position:relative;
	float:left; 
}

#page_options
{
	position:relative;
	float:left;
	width:732px;
	height:25px;
	top:0px;
}
	.page_options_item
{
	position:relative;
	float:left;
	width:auto;
	height:20px;
	padding:0px;
	margin:0px;
	letter-spacing:1px;
	
}


.model_container_full_image

{
	top:0px;
	width:732px;
	height:500px;
	position:relative;
	float:left;
	overflow:hidden;
}

.model_container

{
	top:0px;
	width:732px;
	height:365px;
	position:relative;
	float:left;
	overflow:hidden;
	
}



	.model_2_wrapper
	{
		position:relative; float:left; width:122px; height:306px; 	
	cursor:pointer;
	}
	
	.text_col_wrapper
	{	position:relative; float:left; width:260px; height:350px; margin-right:40px; text-align:justify; 
	}
	
.model_item
{
	position:relative;
	float:left;
	width: 100px;
	height:150px;
	color:#000;
	margin-bottom:20px;
	cursor:pointer; 
	
}

 
	.model_item_avatar
	{
		position:relative;
		float:left;
		width: 100px;
		height:145px;
		margin-bottom:5px;
	cursor:pointer; 
	}
	
	.model_item_name
	{
		position:relative;
		float:left;
		width: 110px;
		height:20px; 
	cursor:pointer; 
	}
	
	/* model.php */ 
	.model_page_item
	{
		position:relative;
		float:left;
		width: 732px;
		height:450px;
	}
		.model_page_avatar
		{
			position:relative;
			float:left;
			width: 250px;
			height:340px;
			overflow:hidden;
			margin-right:25px;
		}
		
		.model_page_gallery_options
		{
			position:relative;
			float:left;
			top:-3px;
			width: 330px;
			height:100px;
		}
		
		.model_page_stats
		{
			position:absolute;
			left:280px;
			bottom:104px;
			width: 330px;
			height:auto;
		}
		
			.model_page_stats_col
			{
				position:relative;
				float:left;
				width: 60px;
				height:auto;
			}
			
			.model_page_stats_col_right
			{
				position:relative;
				float:left;
				width: 240px;
				height:auto;
			}

		.gallery_thumb
		{
			position:relative;
			float:left;
			width:auto;
			height:auto;
			margin-right:22px;
			cursor:pointer;
		}
	
	
	/* sroll bar */
	
.scroll_holder
{
	position: relative;
	float:left;
	top:0px;
	width: 732px;
	height: 12px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	
}
	.scrollbar-vert
	{
		background: none;
		width: 732px;
		height: 12px;
		background-color:#e7e7e8;
		padding:0px;
		margin:0px;
		
	}
	.handle-vert
	{
		margin-left:1px;
		width: 250px;
		height: 12px;
		cursor: pointer;
		background-color:#000;
		padding:0px;
		margin:0px;
	}
	
		
		#arrow_right
		{
			position:absolute; 
			top:0px;
			right:0px;
			width:125px; height:12px;
			background-color:#000;
			z-index:999;
		}
		#arrow_right_load	
		{
			position:absolute;
			top:0px;
			right:-21px;
			width:12px;
			height:12px;
			z-index:999;
		}
		
			#arrow_left
		{
			position:absolute; 
			top:0px;
			left:0px;
			width:125px; height:12px;
			background-color:#000;
			z-index:999;
		}
		#arrow_left_load
		{
			position:absolute;
			top:0px;
			left:-15px;
			width:12px;
			height:12px;
			z-index:999;
		}
		
		