﻿/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

HTML {_background: url(trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; height:350px; overflow: hidden;}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	height:350px !important;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

.bg_btn
{
	position:absolute;
	display:none;
	top:140px;
}
.image-path
{
	display:none;
}

.bgstretcher-page
{
text-align:center;
overflow: hidden;
}

.bgstretcher-page *
{
border:0px none !important;
}

#nav
{
display:block;
height:350px;
margin:0 auto;
}

#nav *
{
border:0px none !important;
}

#nav ul,#nav li
{
display:block;
position:relative;
list-style:none;
width:1000px;
height:350px;
margin:0 auto;
}

#nav li
{
display:none;
}

#nav .showpage
{
display:block;
}