
/****************************************

          Slider

*****************************************/

* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

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

.slide_all {
	width: 100%;
	margin: 0 auto 80px;
	height: 370px;
	position: relative;
}

.slide_wrap {
	width: 300%;
	position: absolute;
	left: 50%;
	margin-left: -150%;
}

.bxslider {
	z-index:0;
}

/*
.right,
.left {
	width:380px !important;
	float: right;
	padding: 70px 50px;
}

.left {
	float: left;
	padding-left: 130px;
}

/* Navi */
.bx-pager {
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.bx-pager a {
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 5px;
}

.bx-pager a:hover,
.bx-pager a.pager-active {
	background-position: 0 100%;
}

/* prev next */
.bx-controls {
	display:none;
/*	width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index:1000;*/
}

.bx-prev,
.bx-next {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	display: none;
	position: absolute;
	top:-300px;
	text-decoration: none;
}

.bx-prev {
	left: -50px;
}

.bx-next {
	right: -50px;
}

.bx-prev:hover,
.bx-next:hover {
	text-decoration: none;
}

/* frame */
#slider-frame-left {
	height: 500px;
	position: absolute;
	width: 555px;
	top:0;
	right:-50%;
	/*background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-bg.png) repeat-x 100% 0;*/
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index:999;
}

#slider-frame-right {
	height: 500px;
	position: absolute;
	width: 555px;
	top:0;
	left:-50%;
	/*background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-bg.png) repeat-x 0 0;*/
	background:#fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index:999;
}

#frame-top,
#frame-bottom {
	position: absolute;
	width: 960px;
	height: 50px;
	left:0;
}

#frame-top {
	top:-385px;
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-top.png) repeat-x 0 0;
}

#frame-bottom {
	top:-105px;
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-bottom.png) repeat-x 0 0;
}

#frame-left,
#frame-right {
	width: 50px;
	height: 230px;
	position: absolute;
	top:-335px;
}

#frame-left {
	left:0;
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-left.png) repeat-x 0 0;
}

#frame-right {
	right: 0;
	background: url(http://webdesignrecipes.com/wp-content/uploads/2012/05/frame-right.png) repeat-x 0 0;
}