*{margin: 0;padding: 0;}
body{
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 0.8em;
    background: #0b0b0a url('http://mk3capri.co.uk/images/bgMain.jpg') 50% 0 no-repeat;
}
a img{
    border:0;
}
a:link, 
a:visited{ 
    color: #069; 
    text-decoration: none;
}
a:hover, 
a:visited:hover{ 
    text-decoration: none;
}
#header{
    width:760px;
    height:110px;
    clear:both;
    margin:0 auto;
}
#logo{ 
    width:760px;
    height:76px;
	clear:both;
    margin:0 auto;
    text-align:center;
}
#navigation{
	height: 32px;
	clear:both;
}
#navigation ul,
#navigation li{
    margin:0;
    padding:0;
    list-style:none;
    text-align:right;
}
#navigation ul{
    margin-top:10px;
}
#navigation li{
    float:left;
    height:10px;
    line-height:10px;
    font-size:9px;
}
#navigation li a,
#navigation li a:visited{
    display:block;
    float:left;
    height:10px;
    padding:2px 10px 4px 10px;
    margin:0 2px ;
    color:#fff;
}
#navigation li a:hover{
    color:#fff;
    background:#000;
}
.homeImg{
    width:750px;
    height:446px;
    margin:0 auto;
    border:5px #f1f1f1 solid;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}
#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #f1f1f1;
	font-size: 0px;
}
#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}
#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url('http://mk3capri.co.uk/img/c.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span { display: none; }
#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url('http://mk3capri.co.uk/img/prev_minus.gif') 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url('http://mk3capri.co.uk/img/next_plus.gif') 80% 50% no-repeat; }
/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url('http://mk3capri.co.uk/images/prev.png') 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url('http://mk3capri.co.uk/images/next.png') 80% 50% no-repeat; }
#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background: #f1f1f1;
	}
#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 12px;
}
#Counter {
	font-weight: bold;
	color: #666;
	padding-right: 5px;
}
#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}
#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}
#AboutBody {
	margin-top: 15px;
}
#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
#captionList{
	position:absolute;
	top:-5000px;
	width:500px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	}
#form{
	width:300px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	padding:20px;
	border:10px #ccc solid;
	background:#fff;
	}
#form ul,
#form li{
	padding:0;
	margin:0;
	list-style:none;
	}
#form li{
	width:300px;
	clear:both;
	height:auto;
	}
#form li.text{
	height:22px;
	}
#form li.leftBut{
	width:100px;
	float:left;
	clear:left;
	}
#form li.rightBut{
	width:100px;
	float:right;
	clear:right;
	text-align:right;
	padding:0 15px 0 0;
	}
#form li input,
#form li textarea{
	width:280px;
	font-family:Arial;
	font-size:12px;
	color:#999;
	padding:2px 4px;
	border:1px #aaa solid;
	background:#fff;
	}
#form li textarea{
	height:100px;
	}
#form li input.button{
	width:auto;
	color:#333;
	}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 330px;
	padding: 1em;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }