.general-button span.bg {
	background:url(layout/button.png);
	display: block;
	width: 111px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.general-button:hover span.bg {
	margin-top: -35px;
}



.inner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 1px;
	width: 982px;
	margin: 0 auto;
}


.inner:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	
}




/* end header */



/* Pic Border */
.foto-link {
	display: block;
}

.foto-link img {
	display: block;
	border: 2px solid  #FFFFFF;
}

.second-section .foto-link img {
	border-color: #646464;
}

.third-section .foto-link img {
	border-color: #c8c8c8;
}




.columns {
	width: 100%;
	overflow: hidden;
	
}
.columns_inner {
	width: 1000px;
	float: left;
}

.column {
	width: 281px;
	float: left;
	padding: 0 46px 0 0;
	display: inline;
}


.gallery-list {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px;
}

.gallery-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 310px
}

.gallery-list li {
	float: left;
	padding: 0 20px 18px 0;
	margin: 0;
}

.gallery-list img {
	display: block;
}

.dls dl,
.dls dt,
.dls dd
 {
	margin: 0;
	padding: 0;
}

.text-dls dt {
	font-size: 10px;
	font-weight: bold;
	background:url(layout/dt_bg.gif) no-repeat right 2px;
	line-height: normal;
	padding: 0 0 5px;
}

.text-dls dd {
	padding: 0 0 31px;
}



/* start slideshow */

.slideshow_page #content {
	padding: 70px 0 0;
}


.fotos_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	font-family: 'Trebuchet Ms';
	color: #fff;
}

.fotos_wrapper li {
	float: left;
	padding: 0 0 15px;
	margin: 0;
}

.fotos_wrapper p {
	margin: 0;
}

strong.foto_title {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 15px;
}

.fotos_wrapper li  p.foto_description {
	padding: 0 0 0 15px;
	font-weight: bold;
}


.slideshow img {
	
	display: block;
}

/* end slideshow */



.page_header {
	min-height: 1px;
	position: relative;
	top: 0;
	left: 0;
}

html .page_header:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

* html .page_header {
	height: 1px;
}




.pagination_wrapper {
	min-height: 1px;
}

.pagination_wrapper:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}


* html .pagination_wrapper {
	height: 1px;
}

.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	list-style-position: outside;
	
}

.pagination li {
	float: left;
	background:url(layout/pag_bg.gif) no-repeat right 4px;
	padding: 0 4px 0 0;
	margin: 0 3px 0 0;
	height: 25px;
}

.pagination li.last {
	background: transparent;
	margin: 0;
	padding: 0;
	
}

.pagination a:link,
.pagination a:visited,
.pagination a:active {
	display: block;
	width: 21px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: #646464;
	font-weight: bold;
	font-size: 10px;
	line-height: 21px;
}

.pagination a:hover {
	text-decoration: underline !important;
	
}



/* start box */
.sidebar .box {
	width: 327px;
}

.box {
	margin: 0 0 24px;
}


.box p,
.box ul,
.box ol {
	margin: 0;
}

.box-middle {
	min-height: 1px;
}

* html .box-middle {
	height: 1px;
}

.box-middle:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	
}

.sidebar .box-top {
	display: block;
	background:url(layout/block_lk_top.png);
	height: 3px;
	overflow: hidden;
}

.sidebar .box-bottom {
	display: block;
	background:url(layout/block_lk_bottom.png);
	height: 3px;
	overflow: hidden;
}

.sidebar .box-middle {
	background:url(layout/block_lk_middle.png);
	padding: 7px 12px;
	width: 303px;
}

.page .box {
	width: 609px;
}

.page .box-top {
	display: block;
	background:url(layout/block_lk_top2.png);
	height: 3px;
	overflow: hidden;
}

.page .box-bottom {
	display: block;
	background:url(layout/block_lk_bottom2.png);
	height: 3px;
	overflow: hidden;
}

.page .box-middle {
	background:url(layout/block_lk_middle2.png);
	padding: 17px 19px 3px;
	width: 571px;
}

.download-widget:link,
.download-widget:visited,
.download-widget:active
 {
	display: block;
	background:url(layout/download.jpg) no-repeat;
	width: 329px;
	height: 117px;
	overflow: hidden;
	text-indent: -3000px;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Trebuchet Ms';
	font-style: normal;
}

.download-widget:hover {
	background-position: 0 -117px;
}

.download-widget span {
	display: block;
	text-indent: 0;
	width: 200px;
	position: absolute;
	top: 71px;
	left: 116px;
	line-height: normal;
}

.box .download-widget {
	float: right;
	margin: 0 0 0 18px;
}

.box .title {
	font-size: 14px;
	color: #020064;
	margin-top: -6px;
}

.box .subtitle,
.box .subtitle:link,
.box .subtitle:visited,
.box .subtitle:hover,
.box .subtitle:active
 {
	font-weight: bold;
	font-size: 10px;
	color: #646464;
	display: inline-block;
}

/* end box */

.rss {
	display: block;
	background:url(layout/rss_ico.png) no-repeat 0 0;
	padding: 4px 0 6px 40px;
	line-height: 27px;
	min-height: 1px;
	
}


.photo-dls dl {
	min-height: 1px;
	margin: 0 0 16px;
}

* html .photo-dls dl {
	height: 1px;
}

.photo-dls dl:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.photo-dls dd {
	width: 238px;
	float: right;
}

.photo-dls dt {
	float: left;
	width: 82px;
}

.photo-dls .title {
	font-weight: bold;
	color: #020064;
}

.photo-dls dt img {
	display: block;
	margin: 0 auto;
}

.photo-dls .user-ico {
	display: block;
	overflow: hidden;
	width: 42px;
	height: 83px;
	margin: 0 auto;
}

.photo-dls dl:hover  img {
	margin-top: -83px;
}


.first-section .hr {
	height: 0;
	margin: 7px 0 9px;
	overflow: hidden;
	border: solid;
	border-width: 1px 0;
	border-color: #dedede #dedede #fff;
	
}

.gallery {
	width: 100%;
	overflow: hidden;
}

.gallery ul {
	list-style: none;
	width: 1010px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}

.gallery li {
	float: left;
	width: 190px;
	margin: 0 20px 14px 0;
}

.gallery .foto-link {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 10px;
}

.gallery p {
	margin: 0;
}

.gallery .feature {
	display: block;
	overflow: hidden;
	width: 98px;
	height: 99px;
	text-indent: -3000px;
	position:absolute;
	top: 5px;
	left: 127px; 
}

.gallery .feature span {
	display: block;
	background:url(layout/feature.png);
	width: 98px;
	height: 198px;
	text-indent: -3000px;
	position: absolute;
	top: 0;
	left: 0;
}

.gallery li:hover .feature span {
	margin-top: -99px;
}




/* start sidebar */
 .sidebar {
	width: 327px;
	float: right;
	
}



/* end content */


#go_top {
	display: block;
	position: absolute;
	top: -32px;
	right: 0;
	font-size: 9px;
	white-space: nowrap;
	padding: 82px 0 0;
}

#go_top .go_top_bg {
	display: block;
	overflow: hidden;
	width: 57px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -28px;
}

#go_top .go_top_bg  span {
	background:url(layout/back_top.png);
	width: 57px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
