

.owl-theme .owl-controls .owl-buttons div{
	color: #808080;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 30px;


	
	}

div.owl-buttons {position:absolute;width:100%;top:15%;}
.owl-theme .owl-controls .owl-buttons div.owl-prev
{position:absolute;left:-20px; font-weight:600;font-size:2.6em;top: 45%;}
.owl-theme .owl-controls .owl-buttons div.owl-next
{position:absolute;right:-30px; font-weight:600;font-size:2.6em;top: 45%;}




.owl-theme .owl-controls .owl-buttons div.owl-prev:hover
{color:#34445b;background:none;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover
{color:#34445b;background:none;}
