
/*ANNOUNCE*/
.announce-box {
display:inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0 0 30px rgba(160, 160, 160, 0.3);
-webkit-box-shadow: inset 0 0 30px rgba(160, 160, 160, 0.3);
box-shadow: inset 0 0 30px rgba(160, 160, 160, 0.3);
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
background-repeat:no-repeat;
text-decoration: none;
}
/*
.announce-box h5 {
font: bold 16px Arial, Helvetica, Sans-Serif !important;
color:#1d1d1d;
padding:0 0 9px 0;
}

.announce-box:hover h5 {
text-shadow:1px 1px 2px rgba(20,20,20,0.2);
color:#000;
}
.announce-box:hover p {
text-shadow:1px 1px 2px rgba(20,20,20,0.5);
color:white;
}*/





#a-HELP {
background-image:url(/_images/announce/slides/pub/legalhelp.jpg);
background-color: #EDEDED;
color:#454132;
border: 1px solid #dadada;
-webkit-filter: saturate(60%);
-moz-filter: saturate(60%);
-o-filter: saturate(60%);
-ms-filter: saturate(60%);
filter: saturate(60%);
opacity:0.9;
filter: alpha(opacity=90);
width:230px;
height:300px;
padding:15px;
text-decoration:none;
}
#a-HELP:hover {
-webkit-filter: saturate(100%);
-moz-filter: saturate(100%);
-o-filter: saturate(100%);
-ms-filter: saturate(100%);
filter: saturate(100%);
opacity:1;
filter: alpha(opacity=100);
background-color:#EDEDED;
}

#a-HELP h5 {
font-size:20px;
color:#005288;
font-weight:400;
text-decoration:none;
padding-top:90px;
padding-bottom:9px;
}

#a-HELP p {
font-size:12px;
line-height:1;
text-decoration:none;
}






#a-LRS {
background-image:url(/_images/announce/slides/pub/phone.jpg);
background-color: #EDEDED;
color:#454132;
border: 1px solid #dadada;
-webkit-filter: saturate(60%);
-moz-filter: saturate(60%);
-o-filter: saturate(60%);
-ms-filter: saturate(60%);
filter: saturate(60%);
opacity:0.9;
filter: alpha(opacity=90);
width:230px;
height:200px;
padding:15px;
text-decoration:none;
}
#a-LRS:hover {
-webkit-filter: saturate(100%);
-moz-filter: saturate(100%);
-o-filter: saturate(100%);
-ms-filter: saturate(100%);
filter: saturate(100%);
opacity:1;
filter: alpha(opacity=100);
background-color:#EDEDED;
}

#a-LRS h5 {
font-size:19px;
color:#005288;
font-weight:400;
text-decoration:none;
padding-bottom:9px;
}

#a-LRS p {
font-size:13px;
line-height:1.5;
text-decoration:none;
padding-right:40px;
padding-bottom:10px;
}






#a-LL {
background-image:url(/_images/announce/slides/pub/cameraLegallinks.jpg);
background-color: #EDEDED;
color:#454132;
border: 1px solid #dadada;
-webkit-filter: saturate(60%);
-moz-filter: saturate(60%);
-o-filter: saturate(60%);
-ms-filter: saturate(60%);
filter: saturate(60%);
opacity:0.9;
filter: alpha(opacity=90);
width:230px;
height:200px;
padding:15px;
text-decoration:none;
}
#a-LL:hover {
-webkit-filter: saturate(100%);
-moz-filter: saturate(100%);
-o-filter: saturate(100%);
-ms-filter: saturate(100%);
filter: saturate(100%);
opacity:1;
filter: alpha(opacity=100);
background-color:#EDEDED;
}

#a-LL h5 {
font-size:19px;
color:#005288;
font-weight:400;
text-decoration:none;
padding-bottom:9px;
}

#a-LL p {
font-size:13px;
line-height:1.5;
text-decoration:none;
padding-right:60px;
padding-bottom:10px;
}


#a-UPL {
background-image:url(/_images/announce/slides/pub/upl.png);
background-color: #EDEDED;
color:#454132;
border: 1px solid #dadada;
-webkit-filter: saturate(60%);
-moz-filter: saturate(60%);
-o-filter: saturate(60%);
-ms-filter: saturate(60%);
filter: saturate(60%);
opacity:0.9;
filter: alpha(opacity=90);
width:230px;
height:195px;
padding:15px;
text-decoration:none;
}
#a-UPL:hover {
-webkit-filter: saturate(100%);
-moz-filter: saturate(100%);
-o-filter: saturate(100%);
-ms-filter: saturate(100%);
filter: saturate(100%);
opacity:1;
filter: alpha(opacity=100);
background-color:#EDEDED;
}

#a-UPL h5 {
font-size:20px;
color:#005288;
font-weight:400;
text-decoration:none;
padding-top:75px;
padding-bottom:12px;
}

#a-UPL p {
font-size:12px;
line-height:1;
text-decoration:none;
}





/*CAROUSEL*/

#example {
position:relative;
width:600px;
height:350px;

}

/*
#ribbon {
position:absolute;
top:-3px;
left:-15px;
z-index:500;
}*/

#frame {
position:absolute;
z-index:1;
width:739px;
height:341px;
top:-3px;
left:-80px;
}

/*
Slideshow
*/

#slides {
position:absolute;
top:15px;
left:4px;
z-index:2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 5px

}

/*
Slides container
Important:
Set the width of your slides container
Set to display none, prevents content flash
*/

.slides_container {
position:relative;
width:570px;
overflow:hidden;
display:none;


}

/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/

.slides_container div.slide {
width:570px;
height:270px;
display:block;
}


/*
Next/prev buttons
*/

#slides .next,#slides .prev {
position:absolute;
top:107px;
left:-24px;
width:24px;
height:43px;
display:block;
z-index:3;
}

#slides .next {
left:570px;
}

/*
Pagination
*/

.pagination {
padding-left:30px;
margin:26px auto 0;
width:100px;
}

.pagination li {
float:left;
margin:0 1px;
list-style:none;
}

.pagination li a {
display:block;
width:12px;
height:0;
padding-top:12px;
background-image:url(/_scriptsheets/slides/Slides/examples/images-with-captions/img/pagination.png);
background-position:0 0;
float:left;
overflow:hidden;
z-index:5;
}

.pagination li.current a {
background-position:0 -12px;
}

/*
Caption
*/

.caption {
z-index:500;
position:absolute;
bottom:-35px;
left:0;
height:30px;
padding:5px 20px 0 20px;
background:#000;
background:rgba(0,0,0,.5);
width:540px;
font-size:1.3em;
line-height:1.33;
color:#fff;
border-top:1px solid #000;
text-shadow:none;
}


