/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
code language:          css
folder name:            files/css
class name:             project_pt_details
class type:             static
version:                1.0
date:                   20120119
copyright:              massimo cardascia
url:                    www.plustic.de / www.dot-control.com
code style:		whitesmiths style variant - 8 spaces tab - http://en.wikipedia.org/wiki/indent_style
//////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*	general html selectors //////////////////////////////////////////////////////////////////////////// */

/*	unique dom object selectors /////////////////////////////////////////////////////////////////////// */

#content_page
	{
	width: 100%;
	}

#content_page_images
	{
	left: 0px;
	top: 130px;
	position: absolute;
	width: 100%;
	text-align: left;
	overflow: hidden;
	z-index: 1000;
	}

#content_page_switch_prev,
#content_page_switch_next
	{
	cursor: pointer;
	height: 665px;
	position: absolute;
	top: 130px;
	width: 50%;
	z-index: 80;
	left: 0px;
	z-index: 10000;
	position: absolute;
	display: none;
	background: #FF0000;
	}

#content_page_switch_prev
	{
	cursor: url('/files/bmp/cursor_minus.png'), pointer;
	}
	
#content_page_switch_next
	{
	cursor: url('/files/bmp/cursor_plus.png'), pointer;
	left: 50%;
	}
	
#content_page_infos
	{
	bottom: 160px;
	position: absolute;
	left: 50%;
	margin-left: -252px;
	z-index: 1000;
	}
	
#content_page_infos_index
	{
	min-width: 60px;
	}
	
#content_page_infos_text
	{
	margin-left: 12px;
	}

#content_page_infos_button_infos
	{
	margin-left: 12px;
	}
	
#content_page_description
	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.84);
	z-index: 50000;
	cursor: pointer;
	display: none;
	}
	
#content_page_description_content
	{
	width: 460px;
	bottom: 250px;
	position: absolute;
	left: 50%;
	margin-left: -252px;
	}

#content_page_thumbs
	{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -307px;
	margin-right: 60px;
	padding-right: 100px;
	}

#content_page_footer
	{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -252px;
	margin-right: 60px;
	padding-right: 100px;
	}
	
/*	class selectors /////////////////////////////////////////////////////////////////////////////////// */

.content_page_images_element
	{
	background: #EEEEEE;
	position: absolute;
	overflow:hidden;
	display: none;
	}

.content_page_images_element img
	{
	width: 100%;
	height: 100%;
	}
	
.content_page_thumbs_element
	{
	background: #EEEEEE;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	}

.content_page_thumbs_element img
	{
	position: absolute;
	top: 0px;
	}


/*	font faces //////////////////////////////////////////////////////////////////////////////////////// */