#controls-port {
	float:left;
	margin-right:.5em;
	height:700px;
	width:30px;
}

#iphone-port {
	float:left;
	width:360px;
	background-image: url('http://iphonepreviewer.com/moonshell/iphonePortrait.png');
	height:700px;
	background-repeat:no-repeat;
	padding-top:167px;
	padding-left:39px;
	margin-left:auto;
	margin-right:1em;
}

#iphone-port-container {
	position:relative;
	width:320px;	
}

#iphone-port-content {
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	width:320px;
	height:460px;
	top:0;
}

#iphone-port-frame {
	border:0;
	width:320px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:5000px;
}

#iphone-port-track {  
    position:absolute;  
    top:0;
    rightright:0;
    left:310px;  
    height:460px;  
    width:10px;  
    background-color:transparent;  
    cursor:move;
    
} 

#iphone-port-handle {  
    width:5px;  
    background-color:#555555;  
    cursor:move;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    opacity:0.9;  
    -moz-opacity:0.9;
	margin-right:2px;
	margin-left:3px;
   
} 

#iphone-port-track-h {  
    position:absolute;  
    top:453px;
    left:0;   
    width:320px;  
    height:5px;  
    background-color:transparent;  
    cursor:move;    
} 
 
#iphone-port-handle-h {  
    height:5px;
    width:50px; 
    background-color:#555555;  
    cursor:move;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    opacity:0.9;  
    -moz-opacity:0.9;
   
}

#iphone-port-zoom-in {
	position:relative;
	right:0px;
	top:300px;
	float:right;
	cursor:pointer;
}

#iphone-port-zoom-out {
	position:relative;
	right:0px;
	top:330px;
	float:right;
	cursor:pointer;	
}

#iphone-port-rotate {
	position:relative;
	right:0px;
	top:270px;
	float:right;
	cursor:pointer;	
}



#iphone-landscape {
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	
}


#controls-land {
	float:left;
	margin-right:.5em;
	height:300px;
	width:30px;;
	
}

#iphone-land {
	float:left;
	width:600px;
	background-image: url('http://iphonepreviewer.com/moonshell/iphoneLandscape.png');
	height:450px;
	background-repeat:no-repeat;
	padding-left:136px;
	padding-top:83px;
	margin-left:auto;
	margin-right:auto;
}

#iphone-land-container {
	position:relative;
	width:600px;	
}

#iphone-land-content {
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	width:480px;
	height:300px;
	top:0;
}

#iphone-land-frame {
	border:0;
	width:480px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:460px;
}

#iphone-land-track {  
    position:absolute;  
    top:0;
	height:300px;
	left:471px; 
    width:10px;  
    background-color:transparent;  
    cursor:move;
    
} 

#iphone-land-handle {  
    width:5px;  
    background-color:#555555;  
    cursor:move;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    opacity:0.9;  
    -moz-opacity:0.9;
	margin-right:2px;
	margin-left:3px;
   
} 

#iphone-land-track-h {  
    position:absolute;  
    top:294px;
	width:480px;
    left:0;   
    height:5px;  
    background-color:transparent;  
    cursor:move;    
} 
 
#iphone-land-handle-h {  
    height:5px;
    width:50px; 
    background-color:#555555;  
    cursor:move;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;  
    opacity:0.9;  
    -moz-opacity:0.9;
   
}

#iphone-land-zoom-in {
	position:relative;
	right:0px;
	top:170px;
	float:right;
	cursor:pointer;
}

#iphone-land-zoom-out {
	position:relative;
	right:0px;
	top:190px;
	float:right;
	cursor:pointer;	
}

#iphone-land-rotate {
	position:relative;
	right:0px;
	top:150px;
	float:right;
	cursor:pointer;	
}












.clear { clear:both; }