@charset "utf-8";
/* CSS Document */

	/* ------------------------------
GALLERY STRUCTURE
------------------------------ */
<!--
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
	background-color:#E54800;
}
#content_gallery{
	width:797px;
	height:760px; 
	margin:0 auto;
	border: 3px solid #fad290; 
	background-color:#000000;
}
#gallery_container1 {
	width: 80%;	
	margin:0px auto 0px;	
}
#content {
	position:relative;
	width:650px;
	height: 525px;
	margin:0px;
	padding: 0;
	z-index:1;
	float:left;
	top:-25px;
	 
}
#content_title{
	width:360px;
	position:absolute;
	display:block;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	background-color:rgba(220, 220, 220, 0.6);
	color:#000000;
	border: #000 solid 1px;
	border-radius:0px 2px 2px 0px;
	-moz-border-radius:0px 2px 2px 0px;
	-webkit-border-radius:0px 2px 2px 0px;
	padding: 10px 10px 10px 20px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 20px;	
	font-weight: bold;
}

#logo img{
	width:196px;
	height:208px;
	border: none;
	}
#logo_3 img{
	width:556px;
	height:69px;
	border: none;
	}

#but_next img{
	position:relative;
	top:-210px;
	display:block;
	width:50px;
	border:0;
	z-index:2;
	right:-600px;	
}
#but_prev img{
	position:relative;
	top:-260px;
	display:block;
	width:50px;
	border:0;
	z-index:2;
	right:0px
	
}
	
img{
    width:650px;
	
        }
#content_slide{
	position: relative;
	top: -193px;
	right: -387px;
	margin: 1px;
	height: 105px;
	max-width: 280px;
	
	
	
}
img.bullet{

	margin:1px;
	padding:1px;
	width:20px;
	float:left;
	}
img.slide{
	
	margin:1px;
	padding:3px;
	width:70px;
	float:left;
	}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#bottom_menu_gallery{
	clear:both; 
	width: 656px;
	display:block;
	height:25px; 
	border-top:3px dashed #CC6600;
	position:relative;
	bottom:180px;
	z-index:4;}


a.bottom_link:link{
	color:#E54800;
 	heigth:28px; 
	font-weight:700; 
	display:inline;
	padding:10px;
	padding-left:16px;
	text-decoration:none;
	}
	
a.bottom_link:hover{
	color:#000000;
 	}

a.bottom_link:visited{
	color:#ffffff;
 	}

a.bottom_link:hover{
	color:#ffffff;
 	}