html,body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}

.crop:hover {
	  opacity:0.7;
}
#head {
	//z-index: 2;
	position: absolute;
	margin-left: 100px;
}
#info {
	//z-index: 3;
	position: absolute;
}

#examples a {color:#888 ;text-decoration: none;}
#examples a:hover {color: #090;}
a:link {
	text-decoration: none;
	color:#999999;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}
#examples h3 {margin: 20px 0 5px 0;}

.heading {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:600;
}
.heading_left {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:600;
	margin-left: 50px;
}

.info{
	margin-top: 50px;
	margin-left:150px;
	text-align:left;
}
.description{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}
.form{
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	top: 16px;
	left: 20px;
	right: auto;
	position: relative;
}
.launch{
	margin-left:auto;
	margin-right:70px;
	position:relative;
}
/* example_6 css */

img{border:0;}

#example_6 {
	position: relative; /* important */
	overflow: visible; /* important */
	width: 560px; /* important - original 640px */
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	height: 427px; /* important */
	/*margin-bottom: auto;*/	
	/*margin-top: 0px;
	background: #fff;
	z-index: 1;*/
	top: 50px;
/*additional changes*/	
	vertical-align:top;
}

#example_6_content {
	position: relative;
	top: 0;
/*	margin-left: 0;*/
	margin-left: auto;
	margin-right: auto;	

	/*additional changes*/	
	vertical-align:top;
	height: 427px; /* important */
}

/*#example_6_content*/
#example_6_content li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
	#example_6_content {
	/* original specs:
		7 images x 640 width = 4480 * 3 = 13440
		5 images x 560 width = 2800 * 3 = 8400 in theory
		12 x 560backgrou
		7280*/
		
		width: 20160px; /* original 13440px  20160px = current correct*/ 
	float: inherit;
	height: 427px;
	vertical-align: top;
	
	}
	#container_bd #example_6 ul li {
		list-style-type: none;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		border: none;
		/*background-color: #fff;*/
	}
.example_6_item {
	width: 560px;
	height: 427px;
	list-style-type: none;
	vertical-align: top;
	overflow: visible;
	
}

#container_bd #example_6 ul li img {
	display: block;
	list-style-type: none;
}

#example_6_frame {
/* positions thumbnail row */
	/*display: block;*/
	/*width: 500px;*/
	/*height: 50px;*/
	position: absolute;
	margin-right: auto;
	margin-left:auto;	
	right: 3px;
	top: 3px;
	/*top: -360px;*/
}
#container_bd #example_6_frame ul li {
	list-style-type: none;
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	list-style-type: none;
	border: 1px solid #9cf;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}

.accordion_toggler {
	padding: 5px;
	/*background: #000;*/
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	height: 427px;
	list-style-type: none;
	top: 0px;
	/*background: #fff;*/
}

#share {
	position: absolute;
	left: 4px;
	bottom: 3px;
}
#client_login {
	z-index: 1;
	position: absolute;
	right: 6px;
	bottom: 1px;
	border: 0px;
}
.form_field {
	background-color: #FFCCCC;
	border: 1px;
	color: #FF0000;
	width: 60px;
}
.form_name {
	background-color: #FFCCCC;
	border: 1px;
	color: #FF0000;
	width: 148px;
	white-space: normal;
}
.form_message {
	background-color: #FFCCCC;
	border: 1px;
	color: #FF0000;
	width: 160px;
	height: 120px;
}
.form_email {
	background-color: #FFCCCC;
	border: 1px;
	color: #FF0000;
	width: 125px;
}

.close_me {
	color: #FF0000;
	position: absolute;
	top: 6px;
	right: 8px;	
}
.submit {
	top: 6px;
	position: relative;	
}	