
body,html {	
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: black;
	text-decoration:none;
}

img {
 border: 0;
}

a {
	color: black;
	text-decoration:none;
}

img {

}


.galimg {
float:left;
clear:none;
width: 150px;
height: 150px;
clear: none;
margin: 2.5px;
background:#000
}

.galimg img{
border:none;
}

#wrapper{
	margin: 30 auto;
	width: 950;
	text-align: left;
	}

#header {
	float:none;
	margin-top:40px;
	height:50px;
	background:url('images/logo_right.gif') right bottom no-repeat;
	}

#menu {
	text-align: justify;
	margin: 15 0 5 0;
	padding: 0;
	height: 15px;
	border-bottom: solid 1px black;
	padding-left:0;
	padding-bottom:3px;
}

#menu ul, li , a {
	text-align:justify;
	border: solid 0px red;
	padding: 0;
	margin: 0;
	}

#section_name {
	float: none;
	height: 40px;
	line-height: 40px;
	background-color: #2290C5;
	color: white;
	text-indent: 10px;
	border: solid 0px red;
	margin: 0 0 5 0;	
}

.contentsection {
	float: none;
	border-left:0;
	border-bottom: solid 1px black;
	line-height: 18px;
	text-indent:0;
	text-align: left;
	margin-top:5px;
	padding-bottom: 5px;
}

.index {
	float: none;
	border-left:0;
	border-bottom: solid 1px black;
	text-indent:0;
	text-align: left;
	padding-bottom: 5px;
}

.gallery{
		/* margin: 0 auto 0 auto; */
		text-align:justify;
		}

.gallery img{
	margin-left:5;
	margin-bottom: 5;
	/* line-height:160; */
}
		
#photo {
	float:left;
	width:275;
	height:400;
	margin: 0;
	padding: 0;
	clear: none;
	overflow:hidden;
	
}

#video {
	float: right;
	width: 400;
	height: 300;
	margin: 0;
	padding: 0;
	clear: none;
	
}

#info {
	float:left;
	width:540;
	margin: 0;
	padding: 0 50 0 60;
	clear:right;
}

#footer {
	margin-top: 7px;
	text-align: center;
}

.price {
	font-weight:bold;
}

#photoShow {
	position:relative;
	float: none;
	border-left:0;
	border-bottom: solid 1px black;
	line-height: 18px;
	text-indent:0;
	text-align: left;
	margin-top:5px;
	padding-bottom: 5px;
    height:305px;
}
#photoShow div {
    position:absolute;
    z-index: 0;
}
#photoShow div.previous {
    z-index: 1;
}
#photoShow div.current {
    z-index: 2;
}

.slideshow{
    height:305px;
	width: 100%;
}

