/*
	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(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.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%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}



/* *** Slider1 *** */
.slider1 {
	overflow: hidden;
	border: 4px solid #424242;
	border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.slider1 img {
	bottom: 0px;
	border: 0;
}
.slider1 .container1 {
	overflow: hidden;
	position: relative;
	width: 691px;
	height: 320px
}
.slider1 .scroll {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.slider1 .scroll.prev {
	background: url("../images/slider-scroll.png") 0 center no-repeat;
	left: -5px
}
.slider1 .scroll.next {
	background: url("../images/slider-scroll.png") -55px center no-repeat;
	right: 0;
}
