/* CSS only for product screenshot pages 
------------------------------------------------------------------------*/

/* A list Apart: http://www.alistapart.com/articles/cssdropshadows 
Drop shadows for images
------------------------------------------------------------------------*/
.imageShadow
{
	float:left;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.imageShadow img
{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/* Modifications to tabContent for screenshots */
#screenshots #tabContent
{
	float: left;
	padding: 5px;
}

.screenshotCaption
{
	width: 480px;
	margin: 0px 0 30px 5px;
	font-size: 1.2em;
}