#slider1 {
}

.bx-prev {
	/* org
    background: url("images/arrow-left.png") no-repeat scroll 0 -31px transparent;
    height: 31px;
    left: -55px;
    position: absolute;
    text-indent: -999999px;
    top: 150px;
    width: 31px;
	*/
	background: url("images/arrow-left.png") no-repeat scroll 0 -35px transparent;
    height: 35px;
    left: -55px;
    position: absolute;
    text-indent: -999999px;
    top: 150px;
    width: 35px;
}

.bx-next {
	/* With Org image
    background: url("images/arrow-right.png") no-repeat scroll 0 -31px transparent;
    height: 31px;
    position: absolute;
    right: -60px;
    text-indent: -999999px;
    width: 31px;
    top: 150px;
	*/
	background: url("images/arrow-right.png") no-repeat scroll 0 -35px transparent;
    height: 35px;
    position: absolute;
    right: -60px;
    text-indent: -999999px;
    width: 35px;
    top: 150px;
}

a.bx-next:hover {
	background: url("images/arrow-right.png") no-repeat scroll 0 -1px transparent;
}
a.bx-prev:hover {
	background: url("images/arrow-left.png") no-repeat scroll 0 -1px transparent;
}

#slider1 {
    height: 380px;
}

#slider1 .slide_img_wraper {
    float: left;
    width: 40%;
}

#slider1 .slide_img_wraper .img {
    height: 380px;
    vertical-align: middle;
    display: table-cell;
}

#slider1 .slide_content_wraper {
    float: right;
    width: 350px;
    margin-right: 15px;
    margin-top: 60px;
}

#slider1 .slide_content_wraper .content {
    vertical-align: middle;
    display: table-cell;
}

#slider1 .slide_content_wraper .content .header {
	font-size: 34px;
	color: #444444;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing: -1px;
}
#slider1 .slide_content_wraper .content .description {
	margin-bottom: 25px;
	font-size: 14px;
	color: #999999;
}
