@charset "UTF-8";
/* CSS Document */

.headerContainer {
	height: 30px;
	background-image: url(../images/headerBG.gif);
	width: 489px;
}
#photoH1 {
	width: 235px;
	height: 30px;
	background-image: url(../images/photographyH1.gif);
	position: relative;
	left: 221px;
}
#photosMainPhoto {
	background-image: url(../images/markPricePhoto.jpg);
	width: 425px;
	height: 288px;
	margin-top: 18px;
	margin-left: 32px;
}
.divContainer {
	height: 30px;
	background-image: url(../images/headerBG.gif);
	width: 489px;
	margin-top: 11px;
	margin-bottom: 11px;
}
#samplePhotographyContainer {
	margin-bottom: 13px;
}
#samplePhotographyContainer ul li {
	list-style: none;
	float: left;
}
li.example1  a{
	background-image: url(../images/photographyExample1.jpg);
	margin-left: 36px;
	display: block;
	height: 98px;
	width: 129px;
}
li.example2 a{
	background-image: url(../images/photographyExample2.jpg);
	margin-left: 16px;
	display: block;
	height: 98px;
	width: 129px;
}
li.example3 a{
	background-image: url(../images/photographyExample3.jpg);
	margin-left: 16px;
	display: block;
	height: 98px;
	width: 129px;
}
#clickHereButton {
	width: 417px;
	height: 59px;
	margin-left: 36px;
}
li.flickrButton {
	display: block;
	list-style: none;
}
li.flickrButton a {
	display: block;
	list-style: none;
	height: 59px;
	width: 417px;
	background-image: url(../images/photographySprite.gif);
	background-position: 0px 0px;
}
li.flickrButton a:hover {
	display: block;
	list-style: none;
	height: 59px;
	width: 417px;
	background-image: url(../images/photographySprite.gif);
	background-position: 0px -59px;
}
#samplePhotographyContainer2 {
}
#samplePhotographyContainer3 {
	margin-bottom: 36px;
	margin-top: 36px;
}
/*Test for Black and White Fad */

ul.photoGallery {
	width: 708px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.photoGallery li {
	float: left;
	padding: 0;
	text-align: center;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.photoGallery li a.thumb {
	width: 192px; /*--Width of image--*/
	height: 146px;
	cursor: pointer;
}
ul.photoGallery li span { /*--Used to crop image--*/
	width: 192px;
	height: 146px;
	overflow: hidden;
	display: block;
}
ul.photoGallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.photoGallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}

ul.photoGallery li a {
	text-decoration: none; color: #777; display: block;
}

#photoGalleryPic1 {
	margin-left: 36px;
	float: left;
	width: 192px;
}
#photoGalleryPic2 {
	margin-left: 36px;
	float: left;
	width: 192px;
}
#photoGalleryPic3 {
	margin-left: 36px;
	float: left;
	width: 192px;
}
#photoGalleryPic4 {
	margin-left: 36px;
	float: left;
	width: 192px;
}
