.mobile_menu001_icon .header_nav_btnToggle .line {background: #EAEAEA none repeat scroll 0 0;}
.mobile_menu001_icon .header_nav_btnToggle{right:-5px;}
.model002{text-align:left;}
.content_panel {min-height: 300px;}

.slider_container {width: 100%;height:300px;position: relative;margin-bottom: 8%; }
.slider_container div {position: absolute;top: 0; left: 0;opacity: 0;filter: alpha(opacity=0);}
.slider_container div {-webkit-animation: round 15s linear infinite;animation: round 15s linear infinite;
}
@-webkit-keyframes round {6.66% {opacity: 1;filter: alpha(opacity=100);}
    33.3% {opacity: 1;filter: alpha(opacity=100);}
    39.66% {opacity: 0;filter: alpha(opacity=0);}}
@keyframes round {6.66% {opacity: 1;filter: alpha(opacity=100);}
    33.3% {opacity: 1;filter: alpha(opacity=100);}
    39.66% {opacity: 0;filter: alpha(opacity=0);}}
.slider_container div:nth-child(3) {-webkit-animation-delay: 0s;animation-delay: 0s;}
.slider_container div:nth-child(2) {webkit-animation-delay: 5s;animation-delay: 5s;}
.slider_container div:nth-child(1) {-webkit-animation-delay: 10s;animation-delay: 10s;}