* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background: #fff url(http://www.ockenphotography.com/images/bg_fade_blue.png) repeat-x fixed 50% 50%;
	font: small "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}

body#gallery1 {
	background: #fff url(http://www.ockenphotography.com/images/wedding_bg.jpg) no-repeat fixed 50% 50%;
}

body#gallery2 {
	background: #fff url(../css/bg/bg_portraits.jpg) repeat-x fixed 50% 20%;
}

body#gallery3 {
	background: #fff url(../css/bg/bg_beach.jpg) repeat-x fixed 50% 50%;
}

body#gallery4 {
	background: #fff url(../css/bg/bg_comm.jpg) no-repeat fixed 50% 50%;
}

#wedding_head{
	height: 5em;
	background: url(http://www.ockenphotography.com/images/ockenweddings.png) no-repeat;
	/*border: 1px solid black;*/
	
}
#index_head{
	height: 5em;
	width: 100%;
	background: url(http://www.ockenphotography.com/images/ockenphoto.png) no-repeat;
}

#top_links {
	height: 22px;
	top:  2em;
	left: 20em;
	width: 28em;
	position: relative;
	font-size: large;
	color: Maroon;
	overflow: hidden;
}

#sub_links {
	font-size: small;
	height: 15px;
	/*border: 1px solid gray;*/
	position: fixed;
	top:  4.3em;
	left: 28em;
	width: 100%;
}


#inquiry_form {
	position: absolute;
	top: 5em;
	left:10%;
	/*border: thin dotted maroon;*/
}

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/*	Images cannot be larger than 450px x 650px */

.slideshow-images {
	height: 480px;
	/*height: 510px; change this height to make image shorter*/
	width: 660px;
	/*border: solid red;*/
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

.slideshow {
	top: 3em;
	height: 450px;
	/*change this height to make container box  shorter*/
	width: 650px;
	/*margin: 0 auto;*/
	margin: 10px auto 100px auto;
}

.slideshow a img {
	border: medium double gray;
}


.slideshow-captions {
	bottom: -45px;
	text-align: center;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: -10000;
	/*background-color: silver;*/
}
.slideshow-captions-hidden {
	height: 20px;
	opacity: .2;
	/*THESE WHERE BOTH 0 */
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

.slideshow-controller {
	/*background: url(controller/controller.png) no-repeat;*/
	height: 43px;
	width: 210px;
	right: 0px;
	/*margin: -21px 0 0 -119px;*/
	margin: 10px 0 0 -18px;
	overflow: hidden;
	position: absolute;
	bottom: -50px;
}

.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: .2;
}
.slideshow-controller-visible {
	opacity: .5;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 19px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller/controller-first.png);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller/controller-last.png);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller/controller-next.png);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	/*background-image: url(controller-pause.gif);*/
	background-image: url(controller/controller-pause.png);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller/controller-prev.png);
	left: 65px;
	width: 28px;
}


.slideshow-loader {
	height: 28px;
	right: 50%;
	position: absolute;
	top: 40%;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}


.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}

.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}

.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}

.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 0; /*this changes the padding around the thumbnails*/
	position: relative;
	/*border: thin solid maroon;*/
}
.slideshow-thumbnails a:hover {
	background-color: white;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	/*background-color: white;*/
	opacity: .85;
}
.slideshow-thumbnails-inactive {
	/*background-color: black;*/
	opacity: .5;
}

/* Overriding the default Slideshow thumbnails for the vertical presentation */

.slideshow-thumbnails {
	height: 400px; /*height of the thumbnail box*/
   	left: auto;
   	right: -90px;
   	top: 40px; /*changes how high the thumbnails are*/
   	width: 70px;
}

.slideshow-thumbnails ul {
    height: 500px;
   	width: 70px;
}

/*acting as a placeholder on this page, no words*/
#teaser{
	height: 15px;
	margin: 10px auto 40px auto;
	position: relative;
	width: 300px;
	text-align: center;
	/*border: thin dotted maroon;*/
}

#copyright{
	height: 10px;
	width: 240px;
	position: fixed;
	bottom: 5em;
	right:.5em;
	text-align: right;
	color: #4c4c4c;
	font-size: x-small;
	/*border: solid yellow;*/
}

#footer{	
	height: 28px;
	width: 100%;
	position: fixed;
	bottom: .5em;
	right: 0;
	background: url(http://www.ockenphotography.com/images/bg_foot.png) no-repeat right bottom;	
}


/* Is this the best way to seperate the left and right? */
#links_blog {
	height: 22px;
	position: fixed;
	bottom:  .5em;
	right: .5em;
	color: maroon;
}

#links_photogs {
	height: 22px;
	position: fixed;
	bottom:  .5em;
	left: .5em;
	
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

body#gallery1 a#gallery1, body#gallery2 a#gallery2, body#gallery3 a#gallery3, body#gallery4 a#gallery4, body#gallery5 a#gallery5{
	color: navy;
}

body.sub_ a#sub_, body.sub_a a#sub_a, body.sub_b a#sub_b, body.sub_c a#sub_c, body.sub_d a#sub_d {
	color: navy;
}

a:hover {
	color: blue;
	text-decoration: none;
}

a:active {
	color: gray;
	text-decoration: none;
}
