body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
}

a:hover {	
	text-decoration: underline;
}

img {
	border: none;
	margin: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	float: left;
	padding: 0px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

input:focus, textarea:focus {
	outline: none;
}

.clear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.frame_gallery_wrapper {
	background: #f8d149;
	width: 497px;
	margin: 0 auto 0 auto;
	position: relative;
}

.frame_gallery_top {
	background: url(images/bg_frame_gallery_top.jpg) no-repeat 0 0;
}

.frame_gallery_bottom {
	background: url(images/bg_frame_gallery_bottom.jpg) no-repeat 0 bottom;
	padding: 6px 0 0 0;
	position: relative;
}

.bg_frame_gallery_walksafe {
	background: url(images/bg_frame_gallery_walksafe.jpg) no-repeat 0 0;
	height: 79px;
}

.bg_gallery_frame {
	/*Background-image: Alt in style sheet*/
	width: 448px;
	height: 375px;
	margin: 0 0 0 30px;
	position: relative;
	z-index: 2;
}


.frame_gallery_image_cound {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-indent: 14px;
	font-weight: bold;
	color: #f8d149;
	background: url(images/bg_frame_gallery_cound.jpg) no-repeat 0 0;
	width: 44px;
	height: 73px;
	padding: 5px 0 0 0;
	float: left;
	position: relative;
	left: 37px;
}

.frame_gallery_cound_text {
	height: 30px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
}

.frame_gallery_image_cound li {
	height: 30px;
}

.frame_gallery_text_caption {
	color: #806a14;
	font-size: 1.17em; 
	width: 402px;
	padding: 8px 0 0 0;
	float: right;
	position: relative;
}

.frame_gallery_main_images {
	width: 387px;
	height: 312px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 122px;
	left: 55px;
	overflow: hidden;
	z-index: 1;
}

.frame_gallery_main_images img {
	width: 387px;
	height: 312px;
}

.frame_gallery_slide_caption {
	height: 50px;
	position: relative;
	left: 0;
	overflow: hidden;
}

.frame_gallery_slide_caption li {
	height: 47px;
	float: none;
}

.frame_gallery_buttons {
	text-align: right;
	padding: 0 6px 3px 0;
}

.frame_gallery_buttons a {
	margin: 0 12px 0 0;
}


