/*-----------------------------------------------------------------------------
Solipsys.com Screen Shots Style Sheet

version:   1.0
author:    Michael Ritter
email:     michael_ritter at rittermedia.com
website:   Solipsys.com

last modified by:  Michael Ritter
-----------------------------------------------------------------------------*/

/* =
-----------------------------------------------------------------------------*/

	#screenShots{
	margin:40px 2px 0 0;
	padding:4px 0 20px 20px;
	overflow:auto;
	background:#CED5DE url(/images/interface/img-sub-divider.png) repeat-x 0 0;
	border-bottom:1px solid #A2A2A3
	}

	#screenShots img.title{
	margin-left:-25px
	}

	#screenShots dl{
	width:110px;
	display:block;
	float:left;
	margin:10px 15px 0 0 !important
	}
	
	#screenShots dl dt{
	font-weight:normal;
	font-size:11px;
	color:#FF1700
	}

	#screenShots dl dd{
	font-size:10px
	}
	
	#screenShots dl dt img{
	display:block;
	padding-bottom:2px
	}