/*----------------------------------------------------------------------------
[Picture Story Gallery stylesheet]

This stylesheet should contain picture story gallery styles only. All styles
should be separated with a heading.

Project:	    	Lincolnshire 2010
Version:	    	1.0.0 [http://semver.org/]
Primary use:		For use of styling the Picture Story Gallery
Original Author: 	Qasim Alyas
Last change:		01/Mar/10 []
Last Assigned to:	Qasim Alyas

-----------------------------------------------------------------------------*/

	.pictureStorySleeve {
		width:595px;
	}
		.pictureStorySleeve ul {
			display:inline-block;
			margin-right:-8px;
		}
		.pictureStory ul:after {
			content: ".";
			visibility: hidden;
			height: 0;
			display: block;
			clear: both;
		}
			.pictureStory ul li {
				display:inline-block;
				float:left;
				margin:0 8px 15px 0;
				padding: 0;
				width:193px;
				background-image: none;
				vertical-align:top;
			}
			#wrapper .pictureStory ul a {
				border:0;
			}