﻿
#screnncontent
{
   position:fixed;
   top:0;
   left:0;
   background-color:Black; 
}
#screnncontent img
{
   position:absolute;
   top:0;
   display:none;
   width:100%;
   height:100%;   
}
#prevslide, #nextslide
{
	background: url("/Images/slider-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: pointer;
	display: none;
	height: 69px;
	margin-top: -135px;
	position: absolute;
	top: 50%;
	width: 27px;
	z-index: 100;
}

#nextslide {
    background-position: 100% 0;
    right: 0px;
}
#fullscreendetail
{
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);*/
    top: 0;
    display: none;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 10;
    
}
.backtoobject
{
	/*float: right;	
	
	 font-family:Trebuchet MS Calibri Arial;
	text-align: center;
	padding-top:25px;
	padding-left:25px;
	padding-right:5px;
	color: white;
	line-height: 60px;	
	text-decoration: none;
	font-size: 18px;	

	cursor: pointer;*/

    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
    color: White;
    font-family: MS Gothic Trebuchet MS Calibri Arial;
    cursor: pointer;
    text-decoration: none;
    line-height: 60px;
    font-size: 18px;
	
}
/*.backtoobject img
{
 float:left;
  margin:5px;
}
.backtoobject div
{
	 float:right;
	 margin:5px;
}*/
.infos
{
	float:left;
}
.backtohome
{
	float:left;
	color:White;
	 padding-right:20px;
	 padding-top:20px;
	 cursor:pointer;
}
.backtohome div
{
	font-size:10px;
	margin-top:-5px;
}
.clearfloat
{
	clear:both;
}