#e10slider{
width:774px;
height:366px;
overflow:hidden;
margin-top:52px;
position:relative;
}

.e10slide{
position:absolute;
margin-left:774px;
width:774px;
height:366px;
}

.sldHdr{
position:absolute;
bottom:0;
text-align:right;
height:32px;
width:744px;
background:#2e4a99;
color:#fff;
font-family:'open_sanssemibold';
font-size:13px;
padding-top:10px;
padding-right:40px;
text-transform:uppercase;
}

.in{
animation:in 1s;
-moz-animation:in 1s;
-webkit-animation:in 1s;
}

@keyframes in{
from {margin-left:774px;}
to {margin-left:0px;}
}
@-moz-keyframes in
{
from {margin-left:774px;}
to {margin-left:0px;}
}
@-webkit-keyframes in
{
from {margin-left:774px;}
to {margin-left:0px;}
}

.hold{
animation:hold 6s;
-moz-animation:hold 6s;
-webkit-animation:hold 6s;
}

@keyframes hold{
from {margin-left:0px;}
to {margin-left:0px;}
}
@-moz-keyframes hold
{
from {margin-left:0px;}
to {margin-left:0px;}
}
@-webkit-keyframes hold
{
from {margin-left:0px;}
to {margin-left:0px;}
}

.out{
animation:out 1s;
-moz-animation:out 1s;
-webkit-animation:out 1s;
}

@keyframes out{
from {margin-left:0px;}
to {margin-left:-774px;}
}
@-moz-keyframes out
{
from {margin-left:0px;}
to {margin-left:-774px;}
}
@-webkit-keyframes out
{
from {margin-left:0px;}
to {margin-left:-774px;}
}


@keyframes dtin{
from {border:1px solid #8F8E8E;background:none;}
to {border:1px solid #E5A585;background:#E5A585;}
}
@-moz-keyframes dtin{
from {border:1px solid #8F8E8E;background:none;}
to {border:1px solid #E5A585;background:#E5A585;}
}
@-webkit-keyframes dtin{
from {border:1px solid #8F8E8E;background:none;}
to {border:1px solid #E5A585;background:#E5A585;}
}




@keyframes dtout{
from {border:1px solid #E5A585;background:#E5A585;}
to {border:1px solid #8F8E8E;background:none;}
}
@-moz-keyframes dtout{
from {border:1px solid #E5A585;background:#E5A585;}
to {border:1px solid #8F8E8E;background:none;}
}
@-webkit-keyframes dtout{
from {border:1px solid #E5A585;background:#E5A585;}
to {border:1px solid #8F8E8E;background:none;}
}