.tabs_container{    
	/* background: rgba(9, 179, 239, 1);
	background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
	background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
	background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
	background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
	background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
	padding: 10px 0; */
}
.tabs_container a.button {
    color: #1e50e2;
    background: #FFF;
    border: 2px solid #1e50e2;	
}
.tabs_container a.button.active,.tabs_container a.button:hover{
    color: #fff;
    border: 2px solid #1e50e2;
    background: #1e50e2;
}
.iphone_screenshorts .home-screen-slide{margin-right: -100px;margin-left:0;padding:72px 36px 76px 0px;}
.about_iphone .iq-about-bg:before{left:100%;right:0;}
.about_iphone .iq-about-bg:after{left:100%;right:0;}