/*----------------------------------------------------------------------------
[Picture Story Gallery stylesheet]

This stylesheet should contain picture story gallery styles only. All styles
should be separated with a heading.

Project:	    	Webstructure.NET
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: 620px;
		overflow: hidden;
	}
		.pictureStorySleeve ul {
			width: 635px;
			margin-right:-15px;
		}
		.pictureStory ul:after {
			content: ".";
			visibility: hidden;
			height: 0;
			display: block;
			clear: both;
		}
			.pictureStory ul li {
				float: left;
				margin: 0 15px 14px 0;
				padding: 0;
				background-image: none;
			}