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

html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */

body {
    padding: 0;
    font: medium/1.3 Helvetica, Arial, sans-serif;
    color: #222;
    background-color: #fafafa;
}  

form { margin-top: 1em; }

ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

h1 { margin-bottom: 1em; }

#wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#img {
    position: relative;
    width: 800px;
    height: 531px;
    margin-bottom: 1em;
	overflow:hidden;
	float:left;
}

#gallery { height: 84px; }

/*#wrapper, #img, #gallery li {
    border: 1px solid #223106;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}*/

#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../images/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 769px;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
	background-color:black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

.phototext {
    display: block;
    position: absolute;
    width: 185px;
    height: 50px;
    color: #fff;
	right:0;
	padding:4px;
	line-height:16px;
}

#foo{float:right;}

#photographyframe{clear:right;width:990px;min-height:531px;height:531px;padding: 5px 5px 5px 5px;background-color:#FFF;background-image: url('/images/stripe.png');background-repeat:repeat;}		
#photographyframe h2,p{margin-bottom:5px;}