﻿.screenshotWrapper
{
	width: 686px;
	height: 390px;
}

.screenshotPanelLeft
{
	border-right: 1px solid #b9b8b8;
	float: left;
	position: relative;
	width: 266px;
	height: 390px;
	overflow: hidden;
	z-index: 1;
}

.screenshotPanelRight
{
	float: right;
	width: 395px;
	height: 370px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	
}

.phoneOverlay
{
	position: absolute;
	z-index: 99;
	width: 266px;
	height: 390px;
	left: 0;
	top: 0;
	
}

.winmobile
{
	background: url('../../images/Products/htc_overlay.png') top left no-repeat;
}

.symbian
{
	background: url('../../images/Products/nokia_overlay.png') top left no-repeat;
}


div#screenshotsFeed
{
	position: relative;
	width: 5000px;
}

.winmobile_feed
{
	top: 56px;
	left: 53px;
	height: 254px;
}

.symbian_feed
{
	top: 55px;
	left: 51px;
	height: 215px;
}


.screenshot
{
	float: left;
	background: #000000 url('../../images/spinner.gif') center center no-repeat;
}

.screenshotThumb
{
	float: left;
	margin: 10px;
	border: 2px solid #b9b8b8;
	cursor:pointer;
	/*width: 50px;
	height: 84px;*/
}

div#screenshotDescription
{
	margin-top: 170px;
	font-size: 2em;
	color: #b9b8b8;
}

.screenshotThumbs
{
	padding-bottom: 20px;
}



.whitesp
{
	height: 10px;
	display: block;
	width: 400px;
}